Author: glen Date: Fri Jul 16 18:39:23 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/dhcpcd-dbus: dhcpcd-dbus.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dhcpcd-dbus/dhcpcd-dbus.spec diff -u /dev/null packages/dhcpcd-dbus/dhcpcd-dbus.spec:1.1 --- /dev/null Fri Jul 16 20:39:23 2010 +++ packages/dhcpcd-dbus/dhcpcd-dbus.spec Fri Jul 16 20:39:18 2010 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/16 18:39:18 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
