]> git.pld-linux.org Git - packages/dhcpcd-ui.git/blame_incremental - dhcpcd-ui.spec
- rel 2
[packages/dhcpcd-ui.git] / dhcpcd-ui.spec
... / ...
CommitLineData
1Summary: Desktop notification and configuration for dhcpcd
2Name: dhcpcd-ui
3Version: 0.5.2
4Release: 2
5License: BSD
6Group: Libraries
7Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8# Source0-md5: bb9996c139524510f77f96d029ae5cfc
9URL: http://roy.marples.name/projects/dhcpcd-ui/wiki
10BuildRequires: dbus-devel
11BuildRequires: gtk+2-devel
12BuildRequires: libnotify-devel
13BuildRequires: pkgconfig
14Requires: dhcpcd-dbus
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses
19dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
20
21dhcpcd-ui sits in the notification area, it's icon representing the
22overall network state. When attempting to negotiate an address you get
23a nice animation. A notification bubble is also shown per interface
24state change.
25
26A drop down menu shows available Access Points, which one your
27connected to, if they're encrypted or not and their overall quality.
28You can click on one to configure the PSK or WEP key 0 for it.
29
30%prep
31%setup -q
32
33%build
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc README
48%attr(755,root,root) %{_bindir}/dhcpcd-gtk
49%{_datadir}/gnome/autostart/dhcpcd-gtk.desktop
50%{_datadir}/dhcpcd
51%{_mandir}/man8/dhcpcd-gtk.8*
This page took 0.087074 seconds and 4 git commands to generate.