From 818e4b5c36bcc4326a433fa577dceca1aba5cb1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 16 Jul 2010 18:47:54 +0000 Subject: [PATCH] - new Changed files: dhcpcd-ui.spec -> 1.1 --- dhcpcd-ui.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dhcpcd-ui.spec diff --git a/dhcpcd-ui.spec b/dhcpcd-ui.spec new file mode 100644 index 0000000..1555f93 --- /dev/null +++ b/dhcpcd-ui.spec @@ -0,0 +1,48 @@ +Summary: Desktop notification and configuration for dhcpcd +Name: dhcpcd-ui +Version: 0.5.1 +Release: 1 +License: BSD +Group: Libraries +Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2 +# Source0-md5: a42b15650de093bcd3dd60fb94a483f7 +URL: http://roy.marples.name/projects/dhcpcd-ui/wiki +BuildRequires: gtk+2 +Requires: dhcpcd-dbus +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses +dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant. + +dhcpcd-ui sits in the notification area, it's icon representing the +overall network state. When attempting to negotiate an address you get +a nice animation. A notification bubble is also shown per interface +state change. + +A drop down menu shows available Access Points, which one your +connected to, if they're encrypted or not and their overall quality. +You can click on one to configure the PSK or WEP key 0 for it. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/dhcpcd-gtk +%{_datadir}/gnome/autostart/dhcpcd-gtk.desktop +%{_datadir}/dhcpcd +%{_mandir}/man8/dhcpcd-gtk.8* -- 2.43.0