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