From 9129b215edeef2ddf9e3da6704ba6a0291cc10a4 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:35:48 +0800 Subject: [PATCH] update code --- libXaw.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libXaw.spec b/libXaw.spec index de00fe0..f1e5828 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -2,7 +2,7 @@ Name: libXaw Version: 1.0.13 -Release: 12 +Release: 13 License: MIT Summary: X Athena Widget Set URL: https://www.x.org @@ -34,14 +34,14 @@ export CFLAGS="$RPM_OPT_FLAGS -Os" %install %make_install INSTALL="install -p" -install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir} +install -pm 644 README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir} %delete_la_and_a %ldconfig_scriptlets %files %defattr(-,root,root) -%{_pkgdocdir}/COPYING +%license COPYING %{_libdir}/*.so.* %files devel @@ -59,5 +59,11 @@ install -pm 644 COPYING README ChangeLog $RPM_BUILD_ROOT%{_pkgdocdir} %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.0.13-13 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Mon Sep 2 2019 openEuler Buildteam - 1.0.13-12 - Package init