From 1e863a0040d2d7f628dd35becd402c0805c424aa Mon Sep 17 00:00:00 2001 From: paragn Date: Tue, 26 Oct 2010 16:29:46 +0530 Subject: [PATCH] - Gconf2 scriptlet accepts schema file names without file extension. --- gnome-vfs2.spec | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 442025b..96dbc18 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -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 - 2.24.4-3 +- Gconf2 scriptlet accepts schema file names without file extension. + * Fri Oct 15 2010 Parag Nemade - 2.24.4-2 - Merge-review cleanup (#225843)