This commit is contained in:
parent
e586d2305c
commit
4496bacedc
@ -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
|
Tue Apr 1 17:56:21 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ BuildRequires: extra-rpm-macros
|
|||||||
%endif
|
%endif
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1
|
Release: 4
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: libgvfscommon0 = %{version}
|
Requires: libgvfscommon0 = %{version}
|
||||||
#
|
#
|
||||||
Recommends: gvfs-backends
|
Recommends: gvfs-backends
|
||||||
Recommends: gvfs-common
|
Recommends: gvfs-common
|
||||||
Recommends: gvfs-fuse
|
Recommends: gvfs-fuse
|
||||||
@ -145,7 +145,7 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/dbus-1/services/*.service
|
%{_datadir}/dbus-1/services/*.service
|
||||||
%{_datadir}/gvfs
|
%{_datadir}/gvfs
|
||||||
%{_libdir}/gio
|
%{_libdir}/gio/modules/*.so
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%{_libdir}/%{name}/gvfsd
|
%{_libdir}/%{name}/gvfsd
|
||||||
%{_sysconfdir}/profile.d/*
|
%{_sysconfdir}/profile.d/*
|
||||||
@ -171,6 +171,9 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 01 2008 rodrigo@suse.de
|
||||||
- Update to version 0.2.2:
|
- Update to version 0.2.2:
|
||||||
* Respect the giomoduledir provided in gio package config file
|
* Respect the giomoduledir provided in gio package config file
|
||||||
|
Loading…
Reference in New Issue
Block a user