]> git.pld-linux.org Git - packages/dhcpdump.git/blob - dhcpdump.spec
a024496731ee43794932fead28845cf6ae83f1a0
[packages/dhcpdump.git] / dhcpdump.spec
1 Summary:        Parse tcpdump DHCP packets
2 Summary(pl):    Analiza pakietów DHCP z tcpdumpa
3 Name:           dhcpdump
4 Version:        1.7
5 Release:        1
6 License:        Free (See LICENSE)
7 Group:          Applications
8 Source0:        http://www.mavetju.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c606c20b2d6a875efce9eed0c6109061
10 URL:            http://sf.net/projects/mavetju/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  perl-tools-pod
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A post-processor of tcpdump output to analyze sniffed DHCP packets.
18
19 %description -l pl
20 Postprocesor wyj¶cia tcpdumpa do analizy przechwyconych pakietów DHCP.
21
22 %prep
23 %setup -q
24 rm -f dhcpdump.1
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__autoheader}
30 %{__automake}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGES CONTACT LICENSE
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/dhcpdump.1*
This page took 0.111754 seconds and 3 git commands to generate.