From 8cfd920c4ee9c7d9abb0172c78f7921a8e185191 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:45:35 +0100 Subject: [PATCH] automatic version update by autodist [release 3.0-2mamba;Wed Jul 10 2013] --- README.md | 6 ++++++ dhcdbd.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 dhcdbd.spec diff --git a/README.md b/README.md index eaa7ee3..a65a97d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # dhcdbd +dhcdbd exists to : + o provide D-BUS control of the ISC dhclient software, + o store DHCP configuration parameters (options) persistently + o providing access to DHCP options over D-BUS + o notify applications of changes to DHCP IP interface configuration + diff --git a/dhcdbd.spec b/dhcdbd.spec new file mode 100644 index 0000000..5e3fec7 --- /dev/null +++ b/dhcdbd.spec @@ -0,0 +1,58 @@ +Name: dhcdbd +Version: 3.0 +Release: 2mamba +Summary: Provides D-BUS control of the ISC dhclient software +Group: Network/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://people.redhat.com/jvdias/dhcdbd/ +Source: http://ftp.debian.org/debian/pool/main/d/dhcdbd/dhcdbd_%{version}.orig.tar.gz +#http://people.redhat.com/jvdias/dhcdbd/dhcdbd-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libdbus-devel + +%description +dhcdbd exists to : + o provide D-BUS control of the ISC dhclient software, + o store DHCP configuration parameters (options) persistently + o providing access to DHCP options over D-BUS + o notify applications of changes to DHCP IP interface configuration + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_sysconfdir}/dbus-1/system.d/dhcdbd.conf +/sbin/dhcdbd +%{_datadir}/dbus-1/services/dhcdbd.service +%doc COPYING README + + +%changelog +* Wed Jul 10 2013 Automatic Build System 3.0-2mamba +- automatic version update by autodist + +* Wed Feb 04 2009 Silvan Calarco 3.0-1mamba +- automatic update by autodist + +* Sat Oct 25 2008 Tiziana Ferro 2.0-2mamba +- rebuild + +* Thu Mar 08 2007 Silvan Calarco 2.0-1qilnx +- update to version 2.0 by autospec + +* Fri Mar 10 2006 Silvan Calarco 1.12-1qilnx +- package created by autospec