]> git.pld-linux.org Git - packages/arptables.git/blobdiff - arptables.spec
- use optflags
[packages/arptables.git] / arptables.spec
index 594982a12870f28a2fb91eb4c14628e4e81c32c4..f42023291e9a739115e2b216c4404d954ca3c23e 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Arp Tables - filtrowanie pakietów ARP
 Name:          arptables
 Version:       0.0.3
 Release:       2
-License:       GPL
+License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/ebtables/%{name}-v%{version}-3.tar.gz
 # Source0-md5: 3f4a8b62920a46d746ab892be7de088f
@@ -14,7 +14,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 arptables is used to set up and maintain the tables of ARP rules in
 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 ARP widziane przez system.
@@ -24,7 +23,8 @@ jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
 
 %build
 %{__make} \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       COPT_FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072724 seconds and 4 git commands to generate.