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