diff --git a/glib2.spec b/glib2.spec index 0b4b0d1283f6c6cc0c58def6adfdc2272f73fd77..d3d637ab33c359d17a705b07c2af017dbfe322c5 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