[xfce4-battery-plugin] Update to 1.0.1

Kevin Fenzi kevin at fedoraproject.org
Sun Apr 22 01:54:50 UTC 2012


commit 01a5c7f9aa0f5d646241e8228f3846bf0c9d6c46
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Apr 21 19:54:47 2012 -0600

    Update to 1.0.1

 .gitignore                |    1 +
 sources                   |    2 +-
 xfce4-battery-plugin.spec |   16 +++++++---------
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e591fa..f429ab2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xfce4-battery-plugin-0.5.1.tar.bz2
 /xfce4-battery-plugin-1.0.0.tar.bz2
+/xfce4-battery-plugin-1.0.1.tar.bz2
diff --git a/sources b/sources
index e408dad..d1a5415 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2696307f34f6b9630fcaaea102004e78  xfce4-battery-plugin-1.0.0.tar.bz2
+ad2a1f12ae3e2ea66948c89a1c8a287d  xfce4-battery-plugin-1.0.1.tar.bz2
diff --git a/xfce4-battery-plugin.spec b/xfce4-battery-plugin.spec
index 4e4140d..5a753f0 100644
--- a/xfce4-battery-plugin.spec
+++ b/xfce4-battery-plugin.spec
@@ -1,16 +1,14 @@
 %global minor_version 1.0
 
 Name:           xfce4-battery-plugin
-Version:        1.0.0
-Release:        6%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Battery monitor 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}/%{minor_version}/%{name}-%{version}.tar.bz2
-# needed for xfce4-panel >= 4.7.7
-Patch4:         xfce4-battery-plugin-0.5.1-xfce4-panel-4.7.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  xfce4-panel-devel >= 4.3.90.2
 BuildRequires:  libxfcegui4-devel >= 4.3.90.2
@@ -24,10 +22,6 @@ A battery monitor plugin for the Xfce panel, compatible with APM and ACPI.
 
 %prep
 %setup -q
-%if 0%{?fedora} >= 15
-%patch4 -p1 -b .xfce4-panel-4.7
-%endif
-
 
 %build
 %configure --disable-static
@@ -38,6 +32,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
+rm -rf $RPM_BUILD_ROOT/%{_libdir}/xfce4/panel/plugins/libbattery.la
 
 
 %post
@@ -62,12 +57,15 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.LIB ChangeLog README
-%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_libdir}/xfce4/panel/plugins/libbattery.so
 %{_datadir}/xfce4/panel/plugins/*.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 
 %changelog
+* Sat Apr 21 2012 Kevin Fenzi <kevin at scrye.com> - 1.0.1-1
+- Update to 1.0.1
+
 * Sun Apr 15 2012 Kevin Fenzi <kevin at scrye.com> - 1.0.0-6
 - Rebuild for Xfce 4.10(pre2)
 


More information about the scm-commits mailing list