Summary: Utility for managing WiFi profiles Summary(pl): Narzedzie do zarządzania profilami WiFi 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. %description -l pl WiFi Radar to narzędzie do zarządzania profilami połączeń WiFi napisany przy użyciu Python/PyGTK2. Umożliwia skanowanie w poszukiwaniu dostępnych sieci i tworzyć dla nich profile. Podczas uruchamiania komputera WiFi Radar automatycznie przeskanuje w poszukiwaniu preferowanej sieci i polączy się z nią. Można użyć przeciągania aby zorganizować priorytety profili. %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