]> git.pld-linux.org Git - packages/dhcpcd-dbus.git/blob - dhcpcd-dbus.spec
- BR: pkgconfig
[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 BuildRequires:  pkgconfig
12 Requires:       dhcpcd >= 5.0.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 dhcpcd-dbus receives interface configuration events from the dhcpcd
17 control socket and emits them to the DBus listeners. It also has
18 methods to release, rebind, stop, query and configure dhcpcd on an
19 interface.
20
21 dhcpcd-dbus also listens to wpa_supplicant for wireless interfaces via
22 its control socket.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/dhcpcd-dbus.conf
43 %attr(755,root,root) %{_libdir}/dhcpcd-dbus
44 %{_datadir}/dbus-1/system-services/name.marples.roy.dhcpcd.service
This page took 0.08247 seconds and 3 git commands to generate.