rpms/xfce4-mount-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-mount-plugin.spec, 1.7, 1.8

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Oct 5 12:29:38 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-mount-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv698

Modified Files:
	.cvsignore sources xfce4-mount-plugin.spec 
Log Message:
Update for XFCE 4.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mount-plugin/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Jan 2006 22:24:09 -0000	1.3
+++ .cvsignore	5 Oct 2006 12:29:38 -0000	1.4
@@ -1 +1 @@
-xfce4-mount-plugin-0.3.3.tar.bz2
+xfce4-mount-plugin-0.4.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mount-plugin/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jan 2006 22:24:09 -0000	1.3
+++ sources	5 Oct 2006 12:29:38 -0000	1.4
@@ -1 +1 @@
-94e0f1e0b5501d5a5ba7d137ca7e5be9  xfce4-mount-plugin-0.3.3.tar.bz2
+1333adf1c76d8f8b4c6f58bbcf43b6c6  xfce4-mount-plugin-0.4.8.tar.bz2


Index: xfce4-mount-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mount-plugin/devel/xfce4-mount-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-mount-plugin.spec	8 Sep 2006 18:59:41 -0000	1.7
+++ xfce4-mount-plugin.spec	5 Oct 2006 12:29:38 -0000	1.8
@@ -1,17 +1,17 @@
 Name:		xfce4-mount-plugin
-Version:	0.3.3
-Release:	5%{?dist}
+Version:	0.4.8
+Release:	1%{?dist}
 Summary:	Mount/unmount utility for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPL
-URL:		http://xfce-goodies.berlios.de/
-Source0:	http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
-BuildRequires:	gettext, intltool
-Requires:	xfce4-panel >= 4.2
+URL:		http://goodies.xfce.org/
+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
 
 %description
 Mount and unmount filesystems from the Xfce panel.
@@ -26,18 +26,43 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %find_lang %{name}
 
+%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
+
+%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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
-%{_libdir}/xfce4/panel-plugins/*.so
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/icons/hicolor/48x48/apps/xfce-mount.png
+%{_datadir}/icons/hicolor/scalable/apps/xfce-mount.svg
+
 
 %changelog
+* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.8-1
+- Update to 0.4.8.
+
+* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.5-2
+- Rebuild for XFCE 4.3.99.1.
+- BR perl(XML::Parser), drop BR intltool.
+
+* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.5-1
+- Update to 0.4.5 on XFCE 4.3.90.2.
+
 * Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.3-5
 - Mass rebuild for Fedora Core 6.
 
@@ -55,7 +80,7 @@
 
 * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-3
 - Add libxfcegui4-devel BuildReqs.
-- Fix %defattr.
+- Fix %%defattr.
 
 * Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-2
 - Initial Fedora Extras version.




More information about the scm-commits mailing list