Author: glen Date: Fri Jul 16 18:48:00 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/dhcpcd-ui: dhcpcd-ui.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dhcpcd-ui/dhcpcd-ui.spec diff -u /dev/null packages/dhcpcd-ui/dhcpcd-ui.spec:1.1 --- /dev/null Fri Jul 16 20:48:00 2010 +++ packages/dhcpcd-ui/dhcpcd-ui.spec Fri Jul 16 20:47:54 2010 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +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* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/16 18:47:54 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
