rpms/totem/OLPC-2 totem.spec,1.105,1.106

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Mon Jun 25 22:13:50 UTC 2007


Author: johnp

Update of /cvs/pkgs/rpms/totem/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13711

Modified Files:
	totem.spec 
Log Message:
- Remove scrollkeeper
- Remove gnome-themes
- Remove desktop-file-utils



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/OLPC-2/totem.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- totem.spec	25 Jun 2007 21:29:05 -0000	1.105
+++ totem.spec	25 Jun 2007 22:13:14 -0000	1.106
@@ -5,7 +5,7 @@
 Summary: Movie player for GNOME 2
 Name: totem
 Version: 2.18.2
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -18,16 +18,11 @@
 Requires(pre): GConf2-dbus >= 2.14
 Requires(preun): GConf2-dbus >= 2.14
 Requires(post): GConf2-dbus >= 2.14
-Requires(post): desktop-file-utils
-Requires(post): scrollkeeper
-Requires(postun): desktop-file-utils
-Requires(postun): scrollkeeper
 
 Requires: gstreamer >= %gstreamer_version
 Requires: gstreamer-plugins-base >= %gstreamer_plugins_base_version
 Requires: gstreamer-plugins-good >= %gstreamer_plugins_good_version
 Requires: iso-codes
-Requires: gnome-themes
 Requires: %{name}-plparser = %{version}-%{release}
 
 BuildRequires: gcc-c++, pkgconfig, gettext, scrollkeeper
@@ -130,18 +125,12 @@
 
 %post
 /sbin/ldconfig
-scrollkeeper-update -q
-update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
         %{_sysconfdir}/gconf/schemas/totem.schemas 			\
         %{_sysconfdir}/gconf/schemas/totem-handlers.schemas 		\
         %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas 	\
 	>& /dev/null || :
-touch %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -165,12 +154,6 @@
  
 %postun
 /sbin/ldconfig
-scrollkeeper-update -q
-update-desktop-database -q
-touch %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -205,6 +188,11 @@
 %{_libdir}/*so
 
 %changelog
+* Mon Jun 25 2007 John (J5) Palmieri <johnp at redhat.com> - 2.18.2-3
+- Remove scrollkeeper
+- Remove gnome-themes
+- Remove desktop-file-utils
+
 * Mon Jun 18 2007 John (J5) Palmieri <johnp at redhat.com> - 2.18.2-2
 - Build for OLPC-2
 - Remove dependencies on gnome libraries




More information about the fedora-extras-commits mailing list