|
@@ -4,7 +4,7 @@ Name: xfce4-wavelan-plugin
|
|
Summary: WaveLAN plugin for the Xfce panel
|
|
Summary: WaveLAN plugin for the Xfce panel
|
|
Summary(ja): Xfce パネル用無線 LAN プラグイン
|
|
Summary(ja): Xfce パネル用無線 LAN プラグイン
|
|
Version: 0.5.6
|
|
Version: 0.5.6
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 5%{?_dist_release}
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
License: BSD
|
|
License: BSD
|
|
@@ -12,6 +12,8 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
|
|
|
|
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
|
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
+Patch0: xfce4-wavelan-plugin-0.5.6-makefile.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: libxfcegui4-devel >= 4.3.20
|
|
BuildRequires: libxfcegui4-devel >= 4.3.20
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxml2-devel
|
|
@@ -25,6 +27,7 @@ displays stats for signal state, signal quality and network name (SSID).
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
@@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_datadir}/xfce4/panel-plugins/*.desktop
|
|
%{_datadir}/xfce4/panel-plugins/*.desktop
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Oct 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.6-5
|
|
|
|
+- add Patch0 (xfce4-wavelan-plugin-0.5.6-makefile.patch)
|
|
|
|
+
|
|
* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
|
|
* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|