]> git.pld-linux.org Git - packages/dhcpd-snmp.git/blame - dhcpd-snmp.spec
- init
[packages/dhcpd-snmp.git] / dhcpd-snmp.spec
CommitLineData
1ff5b278
MWP
1Summary: Net-SNMP extension for monitoring ISC DHCP server.
2Name: dhcpd-snmp
3Version: 0.2
4Release: 0.1
5License: GPL v2
6Group: Applications
7Source0: http://www.net-track.ch/opensource/dhcpd-snmp/%{name}-%{version}.tar.gz
8# Source0-md5: f2ea2aa9cbae4c3585d972bdecae9201
9URL: http://www.net-track.ch/opensource/dhcpd-snmp/
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: rpmbuild(macros) >= 1.228
13Requires: net-snmp
14Requires: perl(Time::Local)
15Requires: dhcpd
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20dhcpd-snmp is an extension for the Net-SNMP agent and the ISC DHCP
21server. It allows you to monitor and track the address usage of your
22dynamic IP address pools through SNMP.
23
24%prep
25%setup -q
26
27%build
28%{__aclocal}
29%{__autoconf}
30%{__automake}
31
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS ChangeLog NEWS README
47%attr(755,root,root) %{_sbindir}/*
48%{_mandir}/man8/*
This page took 0.951323 seconds and 4 git commands to generate.