From 72582eaacffcc44a02445774a39d8039a3d07eca Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:36:23 +0800 Subject: [PATCH] update code --- libXrandr.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index ec70692..c7273cc 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,6 +1,6 @@ Name: libXrandr Version: 1.5.1 -Release: 9 +Release: 10 License: MIT Summary: X.Org X11 libXrandr runtime library URL: https://www.x.org @@ -39,7 +39,8 @@ autoreconf -ivf %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_libdir}/*.so.* %files devel @@ -54,5 +55,11 @@ autoreconf -ivf %{_mandir}/man3/*.3* %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.5.1-10 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Tue Sep 10 2019 openEuler Buildteam - 1.5.1-9 - Package init