[xfce4-mount-plugin] Update to 0.6.1

Kevin Fenzi kevin at fedoraproject.org
Sun Apr 22 02:01:18 UTC 2012


commit e9c3cfb523f07c3f17ef42be81cf54fef18945a3
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Apr 21 20:01:14 2012 -0600

    Update to 0.6.1

 .gitignore              |    1 +
 sources                 |    2 +-
 xfce4-mount-plugin.spec |   25 ++++++++++++-------------
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b72747c..db30e30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xfce4-mount-plugin-0.5.5.tar.bz2
+/xfce4-mount-plugin-0.6.1.tar.bz2
diff --git a/sources b/sources
index ee91d21..66bfe91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d237468fe23e4e8c29195d9b99c4c5d  xfce4-mount-plugin-0.5.5.tar.bz2
+0b9dee13886639aea8b4ca3158b9cdf7  xfce4-mount-plugin-0.6.1.tar.bz2
diff --git a/xfce4-mount-plugin.spec b/xfce4-mount-plugin.spec
index 508bc37..823492e 100644
--- a/xfce4-mount-plugin.spec
+++ b/xfce4-mount-plugin.spec
@@ -1,33 +1,28 @@
 # Review: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173549
 
-%global minorversion 0.5
+%global minorversion 0.6
 
 Name:           xfce4-mount-plugin
-Version:        0.5.5
-Release:        10%{?dist}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        Mount/unmount utility for the Xfce panel
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
-# contains all translations from 
-# http://translations.xfce.org/projects/p/xfce4-mount-plugin/c/master/ 
-# as of 2010-12-19
-Patch0:         xfce4-mount-plugin-0.5.5-update-translations.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xfce4-panel-devel >= 4.3.20
-BuildRequires:  libxfcegui4-devel >= 4.3.20
+BuildRequires:  xfce4-panel-devel >= 4.8.0
+BuildRequires:  libxfce4ui-devel >= 4.8.0
 BuildRequires:  gettext, intltool
-Requires:       xfce4-panel >= 4.4.0
+Requires:       xfce4-panel >= 4.8.0
 
 %description
 Mount and unmount filesystems from the Xfce panel.
 
 %prep
 %setup -q
-%patch0 -p1 -b .update-translations
 
 %build
 %configure --disable-static
@@ -37,6 +32,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
+rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel/plugins/libmount.la
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -56,11 +52,14 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
-%{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_libdir}/xfce4/panel/plugins/libmount.so
+%{_datadir}/xfce4/panel/plugins/*.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 %changelog
+* Sat Apr 21 2012 Kevin Fenzi <kevin at scrye.com> - 0.6.1-1
+- Update to 0.6.1
+
 * Sun Apr 15 2012 Kevin Fenzi <kevin at scrye.com> - 0.5.5-10
 - Rebuild for Xfce 4.10(pre2)
 


More information about the scm-commits mailing list