From: Elan Ruusamäe Date: Fri, 16 Jul 2010 18:47:54 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/dhcpcd-ui-0_5_1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdhcpcd-ui.git;a=commitdiff_plain;h=818e4b5c36bcc4326a433fa577dceca1aba5cb1c - new Changed files: dhcpcd-ui.spec -> 1.1 --- 818e4b5c36bcc4326a433fa577dceca1aba5cb1c 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*