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