]> git.pld-linux.org Git - packages/arptables.git/blame - arptables.spec
- obsoleted
[packages/arptables.git] / arptables.spec
CommitLineData
c4abf26a 1Summary: Arp Tables
1c4079b1 2Summary(pl.UTF-8): Arp Tables - filtrowanie pakietów ARP
c4abf26a 3Name: arptables
4Version: 0.0.3
ab81668c 5Release: 2
c4abf26a 6License: GPL
7Group: Networking/Daemons
ab81668c 8Source0: http://dl.sourceforge.net/ebtables/%{name}-v%{version}-3.tar.gz
9# Source0-md5: 3f4a8b62920a46d746ab892be7de088f
c4abf26a 10URL: http://ebtables.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
c1c55fe6 14arptables is used to set up and maintain the tables of ARP rules in
15the Linux kernel. These rules inspect the ARP frames which they see.
c4abf26a 16
ab81668c 17
eba6ad0c
JR
18%description -l pl.UTF-8
19arptables służy do ustawiania i zarządzania tablicami reguł ARP w
ab81668c 20jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
2abb5938 21
c4abf26a 22%prep
ab81668c 23%setup -q -n %{name}-v%{version}-3
c4abf26a 24
25%build
26%{__make} \
27 CC="%{__cc}"
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -D %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
32install -D %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%attr(755,root,root) %{_sbindir}/*
40%{_mandir}/man8/*
This page took 0.061289 seconds and 4 git commands to generate.