|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.16.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source0: gnome-vfs-%{version}.tar.bz2
|
|
|
|
@ -171,7 +171,7 @@ gconftool-2 --makefile-install-rule \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_dns_sd.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_smb.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_gnome_url_handlers.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
@ -182,7 +182,7 @@ if [ "$1" -gt 1 ]; then
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_dns_sd.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_smb.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_gnome_url_handlers.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
@ -193,7 +193,7 @@ if [ "$1" -eq 0 ]; then
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_dns_sd.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/system_smb.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_gnome_url_handlers.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
%{_sysconfdir}/gconf/schemas/desktop_default_applications.schemas \
|
|
|
|
|
> /dev/null || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
@ -233,6 +233,9 @@ fi
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-7
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
|
|
|
|
|
- Fix scripts according to packaging guidelines
|
|
|
|
|
|
|
|
|
@ -943,4 +946,3 @@ fi
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2000 Ross Golder <rossigee@bigfoot.com>
|
|
|
|
|
- Integrate into source tree
|
|
|
|
|
gconftool-2 --makefile-install-rule \
|
|
|
|
|