rpms/totem/devel totem.spec,1.137,1.138

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Dec 10 11:05:42 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21595

Modified Files:
	totem.spec 
Log Message:
Remove uninstalling the mythtv schema from the main package, it was
never installed in GConf in the first place



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- totem.spec	10 Dec 2007 11:02:33 -0000	1.137
+++ totem.spec	10 Dec 2007 11:05:02 -0000	1.138
@@ -170,11 +170,6 @@
         %{_sysconfdir}/gconf/schemas/totem-handlers.schemas 		\
         %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas 	\
 	>& /dev/null || :
-    if [ -f %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas ] ; then
-        gconftool-2 --makefile-uninstall-rule				\
-            %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas		\
-            >& /dev/null || :
-    fi
 fi
  
 %preun
@@ -185,11 +180,6 @@
         %{_sysconfdir}/gconf/schemas/totem-handlers.schemas 		\
         %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas 	\
 	>& /dev/null || :
-    if [ -f %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas ] ; then
-        gconftool-2 --makefile-uninstall-rule				\
-            %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas		\
-            >& /dev/null || :
-    fi
 fi
 
 %postun




More information about the fedora-extras-commits mailing list