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