diff --git a/libXau.spec b/libXau.spec index 202be71..fdcee35 100644 --- a/libXau.spec +++ b/libXau.spec @@ -1,6 +1,6 @@ Name: libXau Version: 1.0.9 -Release: 1 +Release: 2 License: MIT Summary: Sample Authorization Protocol for X URL: https://www.x.org @@ -46,7 +46,8 @@ make check %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_libdir}/*.so.* %files devel @@ -62,5 +63,11 @@ make check %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.0.9-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Mon Sep 2 2019 openEuler Buildteam - 1.0.9-1 - Package init