update code
This commit is contained in:
parent
08af7f7ada
commit
6d3bf96dcc
@ -1,6 +1,6 @@
|
|||||||
Name: libxshmfence
|
Name: libxshmfence
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 4
|
Release: 6
|
||||||
Summary: X11 shared memory fences
|
Summary: X11 shared memory fences
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org/
|
URL: https://www.x.org/
|
||||||
@ -18,6 +18,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for %{name}.
|
The %{name}-devel package contains libraries and header files for %{name}.
|
||||||
|
|
||||||
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
@ -35,6 +36,7 @@ autoreconf -ivf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -44,6 +46,22 @@ autoreconf -ivf
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
|
%files help
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-6
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change the directory of the license file and add the help package for libxshmfence
|
||||||
|
|
||||||
|
* Wed Oct 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-5
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
DESC:add COPYING
|
||||||
|
|
||||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user