automatic version update by autodist [release 3.0-2mamba;Wed Jul 10 2013]

This commit is contained in:
Automatic Build System 2024-01-05 21:45:35 +01:00
parent f119b30f8c
commit 8cfd920c4e
2 changed files with 64 additions and 0 deletions

View File

@ -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

58
dhcdbd.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 3.0-2mamba
- automatic version update by autodist
* Wed Feb 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-1mamba
- automatic update by autodist
* Sat Oct 25 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.0-2mamba
- rebuild
* Thu Mar 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1qilnx
- update to version 2.0 by autospec
* Fri Mar 10 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-1qilnx
- package created by autospec