From: Jakub Bogusz Date: Sat, 17 Nov 2007 01:16:00 +0000 (+0000) Subject: - use optflags X-Git-Tag: auto/th/arptables-0_0_3-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Farptables.git;a=commitdiff_plain;h=5ea1548bde9ac6fb74f7bd81f9ccd1390ae78b4b - use optflags - GPL v2+ Changed files: arptables.spec -> 1.7 --- diff --git a/arptables.spec b/arptables.spec index 594982a..f420232 100644 --- a/arptables.spec +++ b/arptables.spec @@ -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