]> git.pld-linux.org Git - packages/arptables.git/blobdiff - arptables.spec
- updated to 0.0.4
[packages/arptables.git] / arptables.spec
index 2e85e1fd5ef0428e5715896e062c2937962132ff..166c3f31cd6bb341137f987d30e2b95921b45880 100644 (file)
@@ -1,13 +1,12 @@
-Summary:       Arp Tables
-Summary(pl.UTF-8):   Arp Tables - filtrowanie pakietów ARP
+Summary:       Arp Tables - ARP packets filtering
+Summary(pl.UTF-8):     Arp Tables - filtrowanie pakietów ARP
 Name:          arptables
-Version:       0.0.3
+Version:       0.0.4
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/ebtables/%{name}-v%{version}-2.tar.gz
-# Source0-md5: 283d19292bd99913dc3a42842826c286
-Patch0:                %{name}-llh.patch
+Source0:       http://downloads.sourceforge.net/ebtables/%{name}-v%{version}.tar.gz
+# Source0-md5: c2e99c3aa9d78c9dfa30710ca3168182
 URL:           http://ebtables.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -17,15 +16,15 @@ the Linux kernel. These rules inspect the ARP frames which they see.
 
 %description -l pl.UTF-8
 arptables służy do ustawiania i zarządzania tablicami reguł ARP w
-jądrze Linuksa. Reguły te dozorują ramki APR widziane przez system.
+jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
 
 %prep
-%setup -q -n %{name}-v%{version}-2
-%patch0 -p1
+%setup -q -n %{name}-v%{version}
 
 %build
 %{__make} \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       COPT_FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -37,5 +36,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/arptables
+%{_mandir}/man8/arptables.8*
This page took 0.060785 seconds and 4 git commands to generate.