]> git.pld-linux.org Git - packages/dhcpcd-dbus.git/blame_incremental - dhcpcd-dbus.spec
- BR: pkgconfig
[packages/dhcpcd-dbus.git] / dhcpcd-dbus.spec
... / ...
CommitLineData
1Summary: DBus bindings for dhcpcd
2Name: dhcpcd-dbus
3Version: 0.5.2
4Release: 2
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
11BuildRequires: pkgconfig
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
43%attr(755,root,root) %{_libdir}/dhcpcd-dbus
44%{_datadir}/dbus-1/system-services/name.marples.roy.dhcpcd.service
This page took 0.062998 seconds and 4 git commands to generate.