]> git.pld-linux.org Git - packages/dhcpcd-dbus.git/commitdiff
- new auto/th/dhcpcd-dbus-0_5_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Jul 2010 18:39:18 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-dbus.spec -> 1.1

dhcpcd-dbus.spec [new file with mode: 0644]

diff --git a/dhcpcd-dbus.spec b/dhcpcd-dbus.spec
new file mode 100644 (file)
index 0000000..605fd5c
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       DBus bindings for dhcpcd
+Name:          dhcpcd-dbus
+Version:       0.5.2
+Release:       1
+License:       BSD
+Group:         Libraries
+Source0:       http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
+# Source0-md5: 29ab75851bc907d698add2087b0d28d3
+URL:           http://roy.marples.name/projects/dhcpcd-dbus/wiki
+BuildRequires: dbus-devel >= 1.1.0
+Requires:      dhcpcd >= 5.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dhcpcd-dbus receives interface configuration events from the dhcpcd
+control socket and emits them to the DBus listeners. It also has
+methods to release, rebind, stop, query and configure dhcpcd on an
+interface.
+
+dhcpcd-dbus also listens to wpa_supplicant for wireless interfaces via
+its control socket.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/dhcpcd-dbus.conf
+%{_libdir}/dhcpcd-dbus
+%{_datadir}/dbus-1/system-services/name.marples.roy.dhcpcd.service
This page took 0.072477 seconds and 4 git commands to generate.