diff --git a/.cvsignore b/.cvsignore index a4a706c..89414ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-mount-plugin-0.3.3.tar.bz2 +xfce4-mount-plugin-0.4.8.tar.bz2 diff --git a/sources b/sources index 1e96b08..4962e45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94e0f1e0b5501d5a5ba7d137ca7e5be9 xfce4-mount-plugin-0.3.3.tar.bz2 +1333adf1c76d8f8b4c6f58bbcf43b6c6 xfce4-mount-plugin-0.4.8.tar.bz2 diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec index 476395a..d6878b0 100644 --- a/xfce4-mount-plugin.spec +++ b/xfce4-mount-plugin.spec @@ -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) +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.2, libxfcegui4-devel >= 4.2, libxml2-devel -BuildRequires: gettext, intltool -Requires: xfce4-panel >= 4.2 +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 @@ make %{?_smp_mflags} %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 - 0.4.8-1 +- Update to 0.4.8. + +* Wed Sep 13 2006 Christoph Wickert - 0.4.5-2 +- Rebuild for XFCE 4.3.99.1. +- BR perl(XML::Parser), drop BR intltool. + +* Mon Sep 04 2006 Christoph Wickert - 0.4.5-1 +- Update to 0.4.5 on XFCE 4.3.90.2. + * Mon Sep 04 2006 Christoph Wickert - 0.3.3-5 - Mass rebuild for Fedora Core 6. @@ -55,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Dec 01 2005 Christoph Wickert - 0.3.2-3 - Add libxfcegui4-devel BuildReqs. -- Fix %defattr. +- Fix %%defattr. * Mon Nov 14 2005 Christoph Wickert - 0.3.2-2 - Initial Fedora Extras version.