]> git.pld-linux.org Git - packages/dhcpcd-dbus.git/blob - dhcpcd-dbus.spec
- fix executable bits; rel 2
[packages/dhcpcd-dbus.git] / dhcpcd-dbus.spec
1 Summary:        DBus bindings for dhcpcd
2 Name:           dhcpcd-dbus
3 Version:        0.5.2
4 Release:        2
5 License:        BSD
6 Group:          Libraries
7 Source0:        http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8 # Source0-md5:  29ab75851bc907d698add2087b0d28d3
9 URL:            http://roy.marples.name/projects/dhcpcd-dbus/wiki
10 BuildRequires:  dbus-devel >= 1.1.0
11 Requires:       dhcpcd >= 5.0.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 dhcpcd-dbus receives interface configuration events from the dhcpcd
16 control socket and emits them to the DBus listeners. It also has
17 methods to release, rebind, stop, query and configure dhcpcd on an
18 interface.
19
20 dhcpcd-dbus also listens to wpa_supplicant for wireless interfaces via
21 its control socket.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README
41 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/dhcpcd-dbus.conf
42 %attr(755,root,root) %{_libdir}/dhcpcd-dbus
43 %{_datadir}/dbus-1/system-services/name.marples.roy.dhcpcd.service
This page took 0.022079 seconds and 3 git commands to generate.