]> git.pld-linux.org Git - packages/dhcpcd-dbus.git/blame - dhcpcd-dbus.spec
- new
[packages/dhcpcd-dbus.git] / dhcpcd-dbus.spec
CommitLineData
8594a10d
ER
1Summary: DBus bindings for dhcpcd
2Name: dhcpcd-dbus
3Version: 0.5.2
4Release: 1
5License: BSD
6Group: Libraries
7Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8# Source0-md5: 29ab75851bc907d698add2087b0d28d3
9URL: http://roy.marples.name/projects/dhcpcd-dbus/wiki
10BuildRequires: dbus-devel >= 1.1.0
11Requires: dhcpcd >= 5.0.0
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15dhcpcd-dbus receives interface configuration events from the dhcpcd
16control socket and emits them to the DBus listeners. It also has
17methods to release, rebind, stop, query and configure dhcpcd on an
18interface.
19
20dhcpcd-dbus also listens to wpa_supplicant for wireless interfaces via
21its control socket.
22
23%prep
24%setup -q
25
26%build
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -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%{_libdir}/dhcpcd-dbus
43%{_datadir}/dbus-1/system-services/name.marples.roy.dhcpcd.service
This page took 0.068165 seconds and 4 git commands to generate.