From 1dd3a32cacdaf4705bbbafbebc2b42352e6ac64e Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:38:47 +0800 Subject: [PATCH] update code --- libgxps.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libgxps.spec b/libgxps.spec index a30b6cd..b5bc372 100644 --- a/libgxps.spec +++ b/libgxps.spec @@ -1,6 +1,6 @@ Name: libgxps Version: 0.3.0 -Release: 7 +Release: 8 Summary: Library for rendering XPS documentsLibrary for rendering XPS documents License: LGPLv2+ URL: https://live.gnome.org/libgxps @@ -41,8 +41,8 @@ developing applications that use %{name}. %files %defattr(-,root,root) -%doc AUTHORS -%license COPYING MAINTAINERS +%doc AUTHORS MAINTAINERS +%license COPYING %{_bindir}/xpsto* %{_libdir}/libgxps.so.* %{_libdir}/girepository-1.0/GXPS-0.1.typelib @@ -61,5 +61,11 @@ developing applications that use %{name}. %{_datadir}/gtk-doc/html/* %changelog +* Wed Oct 9 2019 openEuler Buildteam - 0.3.0-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Changed the storage path of MAINTAINERS + * Thu Sep 5 2019 openEuler Buildteam - 0.3.0-7 - Package init