SPECS: wifi-radar.spec (NEW) - initial - works nice
blues
blues at pld-linux.org
Mon Jun 20 12:11:34 CEST 2005
Author: blues Date: Mon Jun 20 10:11:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial - works nice
---- Files affected:
SPECS:
wifi-radar.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/wifi-radar.spec
diff -u /dev/null SPECS/wifi-radar.spec:1.1
--- /dev/null Mon Jun 20 12:11:34 2005
+++ SPECS/wifi-radar.spec Mon Jun 20 12:11:28 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary: Utility for managing WiFi profiles
+Name: wifi-radar
+Version: 1.9.4
+Release: 0.9
+License: GPL v2
+Group: Networking/Admin
+Source0: http://www.bitbuilder.com/wifi_radar/bins/%{name}-%{version}.tar.gz
+# Source0-md5: 4fce5878322868805fcda8f2f7c4232e
+Source1: %{name}.conf
+Source2: %{name}.desktop
+Source3: %{name}-128.png
+Patch0: %{name}-path.diff
+URL: http://www.bitbuilder.com/wifi_radar/
+Requires: dhcpcd
+Requires: net-tools
+Requires: python-pygtk-gtk >= 2.4.0
+Requires: wireless-tools
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles. It
+enables you to scan for available networks and create profiles for
+your preferred networks. At boot time, running WiFi Radar will
+automatically scan for an available preferred network and connect to
+it. You can drag and drop your preferred networks to arrange the
+profile priority.
+
+%prep
+%setup -q
+%patch0
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir},%{_desktopdir},%{_pixmapsdir}}
+
+install wifi-radar wifi-radar.sh $RPM_BUILD_ROOT%{_sbindir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO WHISHLIST
+%attr(755,root,root) %{_sbindir}/*
+%attr(600,root,root) %config(noreplace) %{_sysconfdir}/wifi-radar.conf
+%{_desktopdir}/wifi-radar.desktop
+%{_pixmapsdir}/wifi-radar.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/06/20 10:11:28 blues
+- initial - works nice
+
================================================================
More information about the pld-cvs-commit
mailing list