From 600a6b52f2e77050efea65ccbc4930ca33947e6e Mon Sep 17 00:00:00 2001 From: hexiujun Date: Thu, 26 Dec 2019 15:27:57 +0800 Subject: [PATCH] change the path of files --- glib2.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/glib2.spec b/glib2.spec index 0b4b0d1..d3d637a 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.58.1 -Release: 5 +Release: 6 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -121,7 +121,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f glib20.lang -%doc AUTHORS NEWS README COPYING +%defattr(-,root,root) +%doc AUTHORS NEWS README +%license COPYING %{_libdir}/*.so.* %{_datadir}/bash-completion/completions/gapplication %{_datadir}/bash-completion/completions/gdbus @@ -140,6 +142,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libdir}/gio/modules/libgiofam.so %files devel +%defattr(-,root,root) %{_libdir}/lib*.so %{_libdir}/glib-2.0 %{_includedir}/* @@ -169,10 +172,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %exclude %{_datadir}/glib-2.0/codegen/*.{pyc,pyo} %files help +%defattr(-,root,root) %{_mandir}/man1/* %doc %{_datadir}/gtk-doc/html/* %changelog +* Tue Dec 24 2019 openEuler Buildteam - 2.58.1-6 +- change the path of files + * Sat Dec 21 2019 openEuler Buildteam - 2.58.1-5 - Type:bugfix - Id:NA -- Gitee