]> git.pld-linux.org Git - packages/arptables.git/blame - arptables.spec
- updated to 0.0.5; now packaged as arptables-legacy
[packages/arptables.git] / arptables.spec
CommitLineData
d4f09f6e 1Summary: Arp Tables - ARP packets filtering
1c4079b1 2Summary(pl.UTF-8): Arp Tables - filtrowanie pakietów ARP
c4abf26a 3Name: arptables
980caf74 4Version: 0.0.5
d4f09f6e 5Release: 1
5ea1548b 6License: GPL v2+
c4abf26a 7Group: Networking/Daemons
980caf74
JB
8Source0: http://ftp.netfilter.org/pub/arptables/%{name}-%{version}.tar.gz
9# Source0-md5: ca6616bedd885ac14dd1af8757fb20fa
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
eba6ad0c
JR
17%description -l pl.UTF-8
18arptables służy do ustawiania i zarządzania tablicami reguł ARP w
ab81668c 19jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
2abb5938 20
c4abf26a 21%prep
980caf74 22%setup -q
c4abf26a 23
24%build
25%{__make} \
5ea1548b
JB
26 CC="%{__cc}" \
27 COPT_FLAGS="%{rpmcflags}"
c4abf26a 28
29%install
30rm -rf $RPM_BUILD_ROOT
980caf74
JB
31
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT \
34 PREFIX=%{_prefix} \
35 MANDIR=%{_mandir}
c4abf26a 36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
980caf74
JB
42%attr(755,root,root) %{_sbindir}/arptables-legacy
43%attr(755,root,root) %{_sbindir}/arptables-restore
44%attr(755,root,root) %{_sbindir}/arptables-save
45%{_mandir}/man8/arptables-legacy.8*
46%{_mandir}/man8/arptables-restore.8*
47%{_mandir}/man8/arptables-save.8*
This page took 0.03493 seconds and 4 git commands to generate.