SPECS: dhcpd-snmp.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Sun Feb 18 20:03:43 CET 2007


Author: wolvverine                   Date: Sun Feb 18 19:03:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   dhcpd-snmp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dhcpd-snmp.spec
diff -u /dev/null SPECS/dhcpd-snmp.spec:1.1
--- /dev/null	Sun Feb 18 20:03:43 2007
+++ SPECS/dhcpd-snmp.spec	Sun Feb 18 20:03:38 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Net-SNMP extension for monitoring ISC DHCP server.
+Name:		dhcpd-snmp
+Version:	0.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://www.net-track.ch/opensource/dhcpd-snmp/%{name}-%{version}.tar.gz
+# Source0-md5:	f2ea2aa9cbae4c3585d972bdecae9201
+URL:		http://www.net-track.ch/opensource/dhcpd-snmp/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	rpmbuild(macros) >= 1.228
+Requires:	net-snmp
+Requires:	perl(Time::Local)
+Requires:	dhcpd
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dhcpd-snmp is an extension for the Net-SNMP agent and the ISC DHCP
+server. It allows you to monitor and track the address usage of your
+dynamic IP address pools through SNMP.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+
+%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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/18 19:03:38  wolvverine
+- init
+
+
================================================================


More information about the pld-cvs-commit mailing list