From e641d8f19ab44b46e64c05eeacd03ad264c582e1 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:35:37 +0800 Subject: [PATCH] update code --- libSM.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libSM.spec b/libSM.spec index 70321a5..e7d27a2 100644 --- a/libSM.spec +++ b/libSM.spec @@ -1,6 +1,6 @@ Name: libSM Version: 1.2.3 -Release: 1 +Release: 2 Summary: Runtime library for X11 SM License: MIT URL: http://www.x.org @@ -37,7 +37,8 @@ autoreconf -ivf %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_libdir}/*.so.* %files devel @@ -55,5 +56,11 @@ autoreconf -ivf %exclude %{_docdir} %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.2.3-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Tue Aug 27 2019 openEuler Buildteam - 1.2.3-1 - Package init