OBS User unknown 2008-04-09 19:54:10 +00:00 committed by Git OBS Bridge
parent e586d2305c
commit 4496bacedc
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 9 14:01:09 CEST 2008 - sbrabec@suse.cz
- Directory ownership of %{_libdir}/gio/modules moved to glib2,
where it logically belongs.
-------------------------------------------------------------------
Tue Apr 1 17:56:21 CEST 2008 - rodrigo@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: extra-rpm-macros
%endif
Summary: VFS functionality for GLib
Version: 0.2.2
Release: 1
Release: 4
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Requires: %{name}-lang = %{version}
Requires: libgvfscommon0 = %{version}
#
#
Recommends: gvfs-backends
Recommends: gvfs-common
Recommends: gvfs-fuse
@ -145,7 +145,7 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
%{_bindir}/*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/gvfs
%{_libdir}/gio
%{_libdir}/gio/modules/*.so
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gvfsd
%{_sysconfdir}/profile.d/*
@ -171,6 +171,9 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
%files lang -f %{name}.lang
%changelog
* Wed Apr 09 2008 sbrabec@suse.cz
- Directory ownership of %%{_libdir}/gio/modules moved to glib2,
where it logically belongs.
* Tue Apr 01 2008 rodrigo@suse.de
- Update to version 0.2.2:
* Respect the giomoduledir provided in gio package config file