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