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