From 89719e1042962fddfa7bb77925a72f235ec78d61 Mon Sep 17 00:00:00 2001 From: hexiujun Date: Thu, 26 Dec 2019 15:36:33 +0800 Subject: [PATCH] change the path of files --- glib-networking.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/glib-networking.spec b/glib-networking.spec index 29cd5c9..838a306 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,6 +1,6 @@ Name: glib-networking Version: 2.58.0 -Release: 3 +Release: 4 Summary: Network-related modules for glib License: LGPLv2+ URL: http://www.gnome.org @@ -37,16 +37,22 @@ verify the Usability of the glib-networking package. %find_lang %{name} %files -f %{name}.lang -%doc NEWS README COPYING +%defattr(-,root,root) +%doc NEWS README +%license COPYING %{_libdir}/gio/modules/* %{_libexecdir}/glib-pacrunner %{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service %{_userunitdir}/glib-pacrunner.service %files tests +%defattr(-,root,root) %{_libexecdir}/installed-tests/glib-networking %{_datadir}/installed-tests %changelog +* Tue Dec 24 2019 openEuler Buildteam - 2.58.0-4 +- change the path of files + * Tue Sep 17 2019 Lijin Yang - 2.58.0-3 - Package init