From cd78d528a7cd1eb6c097a7377929e78723406503 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:41:11 +0800 Subject: [PATCH] update code --- libxkbfile.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libxkbfile.spec b/libxkbfile.spec index 8774cdb..7702e9e 100644 --- a/libxkbfile.spec +++ b/libxkbfile.spec @@ -1,6 +1,6 @@ Name: libxkbfile Version: 1.1.0 -Release: 1 +Release: 2 Summary: X11 keyboard file manipulation library License: MIT URL: https://www.x.org @@ -35,7 +35,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files %defattr(-,root,root) -%doc ChangeLog COPYING +%license COPYING +%doc ChangeLog %{_libdir}/%{name}.so.* %files devel @@ -45,6 +46,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %{_libdir}/%{name}.so %changelog +* Mon Oct 21 2019 openEuler Buildteam - 1.1.0-2 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:modify the location of COPYING + * Fri Sep 6 2019 openEuler Buildteam - 1.1.0-1 - Type:enhancement - ID:NA