From 50011ab9fe052675338cff0fae36cb122d227142 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:35:41 +0800 Subject: [PATCH] update code --- libX11.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libX11.spec b/libX11.spec index a0680f1..e5a288a 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,6 +1,6 @@ Name: libX11 Version: 1.6.7 -Release: 1 +Release: 2 License: MIT Summary: Core X11 protocol client library URL: https://www.x.org @@ -46,7 +46,8 @@ make %{?_smp_mflags} check %files %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{_datadir}/X11/locale/* %{_datadir}/X11/XErrorDB %dir /var/cache/libX11/compose @@ -68,5 +69,11 @@ make %{?_smp_mflags} check %exclude %{_datadir}/X11/Xcms.txt %changelog +* Sat Oct 19 2019 openEuler Buildteam - 1.6.7-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Fri Aug 30 2019 openEuler Buildteam - 1.6.7-1 - Package init