[xfce4-wavelan-plugin] Update to 0.5.10

Kevin Fenzi kevin at fedoraproject.org
Sun Apr 22 01:40:03 UTC 2012


commit d8a9fe48569a9a1a5987e02b9e0051ecee2cfec3
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Apr 21 19:39:43 2012 -0600

    Update to 0.5.10

 .gitignore                |    1 +
 sources                   |    2 +-
 xfce4-wavelan-plugin.spec |   22 +++++++++++-----------
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f9c779..ccb735e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xfce4-wavelan-plugin-0.5.5.tar.bz2
 /xfce4-wavelan-plugin-0.5.6.tar.bz2
+/xfce4-wavelan-plugin-0.5.10.tar.bz2
diff --git a/sources b/sources
index a05f4a2..3544197 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b23a4c9c2a206242ee4db8186dd01801  xfce4-wavelan-plugin-0.5.6.tar.bz2
+a4cd20ef471123936e762a139f1025e1  xfce4-wavelan-plugin-0.5.10.tar.bz2
diff --git a/xfce4-wavelan-plugin.spec b/xfce4-wavelan-plugin.spec
index aa3e7b9..03f7887 100644
--- a/xfce4-wavelan-plugin.spec
+++ b/xfce4-wavelan-plugin.spec
@@ -1,21 +1,20 @@
 %global minor_version 0.5
 
 Name:           xfce4-wavelan-plugin
-Version:        0.5.6
-Release:        5%{?dist}
+Version:        0.5.10
+Release:        1%{?dist}
 Summary:        WaveLAN plugin for the Xfce panel
 
 Group:          User Interface/Desktops
 License:        BSD
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-0.5.6-dsofix.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
 A plugin for the Xfce panel that monitors a wireless LAN interface. It 
@@ -23,7 +22,6 @@ displays stats for signal state, signal quality and network name (SSID).
 
 %prep
 %setup -q
-%patch0 -p1 -b .dsofix
 
 
 %build
@@ -35,7 +33,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 %find_lang %{name}
-
+rm -f %{buildroot}/%{_libdir}/xfce4/panel/plugins/libwavelan.la
 
 %clean
 rm -rf %{buildroot}
@@ -44,11 +42,13 @@ rm -rf %{buildroot}
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/xfce4/panel-plugins/%{name}
-%{_datadir}/xfce4/panel-plugins/*.desktop
-
+%{_libdir}/xfce4/panel/plugins/libwavelan.so
+%{_datadir}/xfce4/panel/plugins/*.desktop
 
 %changelog
+* Sat Apr 21 2012 Kevin Fenzi <kevin at scrye.com> - 0.5.10-1
+- Update to 0.5.10
+
 * Sun Apr 15 2012 Kevin Fenzi <kevin at scrye.com> - 0.5.6-5
 - Rebuild for Xfce 4.10(pre2)
 


More information about the scm-commits mailing list