]> git.pld-linux.org Git - packages/arptables.git/blob - arptables.spec
- proper source0; desc
[packages/arptables.git] / arptables.spec
1 Summary:        Arp Tables
2 Summary(pl):    Arp Tables - filtrowanie pakietów ARP
3 Name:           arptables
4 Version:        0.0.3
5 Release:        1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://dl.sourceforge.net/ebtables/%{name}-v%{version}-2.tar.gz
9 # Source0-md5:  283d19292bd99913dc3a42842826c286
10 Patch0:         %{name}-llh.patch
11 URL:            http://ebtables.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 arptables is used to set up and maintain the tables of ARP rules in
16 the Linux kernel. These rules inspect the ARP frames which they see.
17
18 %prep
19 %setup -q -n %{name}-v%{version}-2
20 %patch0 -p1
21
22 %build
23 %{__make} \
24         CC="%{__cc}"
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -D %{name}      $RPM_BUILD_ROOT%{_sbindir}/%{name}
29 install -D %{name}.8    $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_sbindir}/*
37 %{_mandir}/man8/*
This page took 0.067524 seconds and 3 git commands to generate.