change the path of files

This commit is contained in:
hexiujun 2019-12-26 15:27:57 +08:00
parent 67fee7e3b6
commit 600a6b52f2

View File

@ -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 <buildteam@openeuler.org> - 2.58.1-6
- change the path of files
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.58.1-5
- Type:bugfix
- Id:NA