From c72e49211ef69c95fb004b6470996a2970e31a23 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:16:03 +0100 Subject: [PATCH] update to 2.0.s08 [release 2.0.s08-1mamba;Sun Apr 28 2013] --- README.md | 5 ++++ wifi-radar.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 wifi-radar.spec diff --git a/README.md b/README.md index 4beaeac..3c395b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # wifi-radar +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. + diff --git a/wifi-radar.spec b/wifi-radar.spec new file mode 100644 index 0000000..7e77642 --- /dev/null +++ b/wifi-radar.spec @@ -0,0 +1,61 @@ +Name: wifi-radar +Version: 2.0.s08 +Release: 1mamba +Summary: A Python/PyGTK2 utility for managing WiFi profiles +Group: Graphical Desktop/Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://wifi-radar.systemimager.org +Source: http://downloads.sourceforge.net/project/wifi-radar.berlios/wifi-radar-%{version}.tar.bz2 +License: GPL +Requires: pygtk +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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 +sed -ie "s,gksudo -S ,,;s,^TryExec.*,," %{name}.desktop +cat >> %{name}.desktop << EOF +X-KDE-RootOnly=true +X-KDE-SubstituteUID=true +X-KDE-Username=root +EOF + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall \ + pixmapsdir=%{buildroot}%{_datadir}/pixmaps \ + appsdir=%{buildroot}%{_datadir}/applications \ + initdir=$(pwd) + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}.* +%{_mandir}/man1/* +%{_mandir}/man5/* +%doc LICENSE.GPL + +%changelog +* Sun Apr 28 2013 Automatic Build System 2.0.s08-1mamba +- update to 2.0.s08 + +* Tue Sep 16 2008 Silvan Calarco 1.9.9-1mamba +- update to 1.9.9 + +* Tue Jun 26 2007 Stefano Cotta Ramusino 1.9.8-1mamba +- package created by autospec