From 1ff5b278a4ee7e63151231e556a0af933af2b872 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=27Wolvverine=27=20Panasiewicz?= Date: Sun, 18 Feb 2007 19:03:38 +0000 Subject: [PATCH] - init Changed files: dhcpd-snmp.spec -> 1.1 --- dhcpd-snmp.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dhcpd-snmp.spec diff --git a/dhcpd-snmp.spec b/dhcpd-snmp.spec new file mode 100644 index 0000000..674e8ba --- /dev/null +++ b/dhcpd-snmp.spec @@ -0,0 +1,48 @@ +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/* -- 2.43.0