rpms/xfce4-mount-plugin/FC-6 xfce4-mount-plugin.spec,1.8,1.9

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Jan 28 00:04:12 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-mount-plugin/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32679

Modified Files:
	xfce4-mount-plugin.spec 
Log Message:
rebuild for Xfce 4.4


Index: xfce4-mount-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mount-plugin/FC-6/xfce4-mount-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-mount-plugin.spec	5 Oct 2006 12:29:38 -0000	1.8
+++ xfce4-mount-plugin.spec	28 Jan 2007 00:03:42 -0000	1.9
@@ -1,17 +1,17 @@
 Name:		xfce4-mount-plugin
 Version:	0.4.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Mount/unmount utility for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPL
-URL:		http://goodies.xfce.org/
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 Mount and unmount filesystems from the Xfce panel.
@@ -30,15 +30,11 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,8 +47,11 @@
 %{_datadir}/icons/hicolor/48x48/apps/xfce-mount.png
 %{_datadir}/icons/hicolor/scalable/apps/xfce-mount.svg
 
-
 %changelog
+* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.8-2
+- Rebuild for Xfce 4.4.
+- Update gtk-icon-cache scriptlets.
+
 * Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.8-1
 - Update to 0.4.8.
 




More information about the fedora-extras-commits mailing list