]> git.pld-linux.org Git - packages/arptables.git/blame_incremental - arptables.spec
- updated to 0.0.4
[packages/arptables.git] / arptables.spec
... / ...
CommitLineData
1Summary: Arp Tables - ARP packets filtering
2Summary(pl.UTF-8): Arp Tables - filtrowanie pakietów ARP
3Name: arptables
4Version: 0.0.4
5Release: 1
6License: GPL v2+
7Group: Networking/Daemons
8Source0: http://downloads.sourceforge.net/ebtables/%{name}-v%{version}.tar.gz
9# Source0-md5: c2e99c3aa9d78c9dfa30710ca3168182
10URL: http://ebtables.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
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.
16
17%description -l pl.UTF-8
18arptables służy do ustawiania i zarządzania tablicami reguł ARP w
19jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
20
21%prep
22%setup -q -n %{name}-v%{version}
23
24%build
25%{__make} \
26 CC="%{__cc}" \
27 COPT_FLAGS="%{rpmcflags}"
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}/arptables
40%{_mandir}/man8/arptables.8*
This page took 0.048553 seconds and 4 git commands to generate.