From 6d3bf96dcc45c50b2722db8343eaa3d7e18b1f34 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:41:19 +0800 Subject: [PATCH] update code --- libxshmfence.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/libxshmfence.spec b/libxshmfence.spec index 47eac01..56d91b2 100644 --- a/libxshmfence.spec +++ b/libxshmfence.spec @@ -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 - 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 - 1.3-5 +- Type:enhancement +- ID:NA +- SUG:NA + DESC:add COPYING + * Mon Sep 16 2019 openEuler Buildteam - 1.3-4 - Package init