From 3f019c3e4fb3aa7a0c0dde442258ac9383265726 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:36:33 +0800 Subject: [PATCH] update code --- libXt.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libXt.spec b/libXt.spec index 253a52a..ac5fb98 100644 --- a/libXt.spec +++ b/libXt.spec @@ -1,6 +1,6 @@ Name: libXt Version: 1.1.5 -Release: 10 +Release: 11 License: MIT Summary: X.Org X11 libXt runtime library URL: https://www.x.org @@ -37,13 +37,12 @@ V=1 %make_build %make_install mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults %delete_la -cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING %ldconfig_scriptlets %files %defattr(-,root,root) -%{_docdir}/%{name}/COPYING +%license COPYING %{_libdir}/*.so.* %dir %{_datadir}/X11/app-defaults @@ -60,5 +59,11 @@ cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING %{_docdir}/%{name}/*.xml %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.1.5-11 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Mon Sep 16 2019 openEuler Buildteam - 1.1.5-10 - Package init