rpms/gnome-media/devel gnome-media.spec,1.148,1.149

Bastien Nocera hadess at fedoraproject.org
Tue Jan 13 14:23:11 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31265

Modified Files:
	gnome-media.spec 
Log Message:
* Tue Jan 13 2009 - Bastien Nocera <bnocera at redhat.com> - 2.25.1-5
- Another try at fixing the scriplets



Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- gnome-media.spec	11 Jan 2009 20:58:17 -0000	1.148
+++ gnome-media.spec	13 Jan 2009 14:22:40 -0000	1.149
@@ -14,7 +14,7 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.25.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPLv2+ and GFDL
 Group:          Applications/Multimedia
 Source:         http://download.gnome.org/sources/gnome-media/2.25/gnome-media-%{version}.tar.bz2
@@ -175,6 +175,7 @@
 
 %pre libs
 if [ "$1" -gt 1 ]; then
+  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
   %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \
   > /dev/null || :
@@ -204,6 +205,7 @@
 %preun libs
 if [ "$1" -eq 0 ]; then
   if [ -f %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas ] ; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \
     > /dev/null || :
@@ -244,6 +246,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Jan 13 2009 - Bastien Nocera <bnocera at redhat.com> - 2.25.1-5
+- Another try at fixing the scriplets
+
 * Sun Jan 11 2009 Matthias Clasen <mclasen at redhat.com>  2.25.1-4
 - Silence %%pre and %%preun
 




More information about the scm-commits mailing list