]> git.pld-linux.org Git - packages/dhcptool.git/blame - dhcptool.spec
- pl
[packages/dhcptool.git] / dhcptool.spec
CommitLineData
44bf0aa7 1Summary: dhcptool - an utility to generate and transmit custom DHCP/BOOTP packets
20f24d47 2Summary(pl.UTF-8): dhcptool - narzędzie do generowania i przesyłania własnych pakietów DHCP/BOOTP
44bf0aa7 3Name: dhcptool
4Version: 0.8b
5Release: 1
6License: BSD
7Group: Networking/Utilities
8Source0: http://www.gatorhole.com/downloads/%{name}-%{version}.tar.gz
9# Source0-md5: 96f9ee1cc96631d52972a992af725f7c
10URL: http://gatorhole.com/index.php?product=dhcp
11BuildRequires: libnet-devel
12BuildRequires: libpcap-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16DHCPTool is a command-line utility used to e.g. test DHCP servers or
17DHCP relay agents. It can generate almost any kind of DHCP packet,
18and the idea is to facilitate simulation of e.g. broken DHCP clients
19to see how well servers handle them and/or to detect stability bugs
20in any software that parses DHCP messages.
21
20f24d47
JB
22%description -l pl.UTF-8
23DHCPTool to obsługiwane z linii poleceń narzędzei służące np. do
24testowania serwerów DHCP lub agentów przekazujących DHCP. Potrafi
25wygenerować prawie każdy rodzaj pakietu DHCP, mając na celu ułatwienie
26symulacji np. wadliwych klientów DHCP, aby sprawdzić, jak dobrze
27serwery są w stanie je obsłużyć, albo wykryć błędy stabilności w
28dowolnym kodzie analizującym komunikaty DHCP.
44bf0aa7 29
30%prep
31%setup -q
32
33%build
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40install -D dhcptool $RPM_BUILD_ROOT%{_bindir}/dhcptool
41install -D dhcptool.1 $RPM_BUILD_ROOT%{_mandir}/man1/dhcptool.1
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%attr(755,root,root) %{_bindir}/*
49%{_mandir}/man1/*
This page took 0.111284 seconds and 4 git commands to generate.