update code
This commit is contained in:
parent
08af7f7ada
commit
6d3bf96dcc
@ -1,6 +1,6 @@
|
||||
Name: libxshmfence
|
||||
Version: 1.3
|
||||
Release: 4
|
||||
Release: 6
|
||||
Summary: X11 shared memory fences
|
||||
License: MIT
|
||||
URL: https://www.x.org/
|
||||
@ -18,6 +18,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
@ -35,6 +36,7 @@ autoreconf -ivf
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
@ -44,6 +46,22 @@ autoreconf -ivf
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README 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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user