]> git.pld-linux.org Git - packages/dhcpcd-ui.git/blob - dhcpcd-ui.spec
- updated to 0.5.2
[packages/dhcpcd-ui.git] / dhcpcd-ui.spec
1 Summary:        Desktop notification and configuration for dhcpcd
2 Name:           dhcpcd-ui
3 Version:        0.5.2
4 Release:        1
5 License:        BSD
6 Group:          Libraries
7 Source0:        http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8 # Source0-md5:  bb9996c139524510f77f96d029ae5cfc
9 URL:            http://roy.marples.name/projects/dhcpcd-ui/wiki
10 BuildRequires:  dbus-devel
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  libnotify-devel
13 BuildRequires:  pkgconfig
14 Requires:       dhcpcd-dbus
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses
19 dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
20
21 dhcpcd-ui sits in the notification area, it's icon representing the
22 overall network state. When attempting to negotiate an address you get
23 a nice animation. A notification bubble is also shown per interface
24 state change.
25
26 A drop down menu shows available Access Points, which one your
27 connected to, if they're encrypted or not and their overall quality.
28 You 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
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -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.11895 seconds and 3 git commands to generate.