- Gconf2 scriptlet accepts schema file names without file extension.

f38
paragn 14 years ago
parent c9915264f4
commit 1e863a0040

@ -3,7 +3,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.24.4
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+ and GPLv2+
# the daemon and the library are LGPLv2+
# the modules are LGPLv2+ and GPLv2+
@ -163,25 +163,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post
/sbin/ldconfig
%gconf_schema_upgrade system_http_proxy.schemas \
system_dns_sd.schemas \
system_smb.schemas \
desktop_gnome_url_handlers.schemas \
desktop_default_applications.schemas
%gconf_schema_upgrade system_http_proxy system_dns_sd system_smb desktop_gnome_url_handlers desktop_default_applications
%pre
%gconf_schema_prepare system_http_proxy.schemas \
system_dns_sd.schemas \
system_smb.schemas \
desktop_gnome_url_handlers.schemas \
desktop_default_applications.schemas
%gconf_schema_prepare system_http_proxy system_dns_sd system_smb desktop_gnome_url_handlers desktop_default_applications
%preun
%gconf_schema_remove system_http_proxy.schemas \
system_dns_sd.schemas \
system_smb.schemas \
desktop_gnome_url_handlers.schemas \
desktop_default_applications.schemas
%gconf_schema_remove system_http_proxy system_dns_sd system_smb desktop_gnome_url_handlers desktop_default_applications
%postun -p /sbin/ldconfig
@ -215,6 +203,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.24.4-3
- Gconf2 scriptlet accepts schema file names without file extension.
* Fri Oct 15 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.24.4-2
- Merge-review cleanup (#225843)

Loading…
Cancel
Save