diff --git a/libXext.spec b/libXext.spec index 4fd3cf5..6f36977 100644 --- a/libXext.spec +++ b/libXext.spec @@ -1,6 +1,6 @@ Name: libXext Version: 1.3.4 -Release: 1 +Release: 2 Summary: Common extensions to the X11 protocol License: MIT URL: https://xorg.freedesktop.org/ @@ -40,7 +40,8 @@ autoreconf -v --install --force %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_libdir}/libXext.so.* %files devel @@ -56,5 +57,11 @@ autoreconf -v --install --force %exclude %{_docdir}/libXext %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.3.4-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + * Thu Sep 5 2019 openEuler Buildteam - 1.3.4-1 - Package init