Author: qboosh Date: Sat Nov 17 01:16:05 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - use optflags - GPL v2+
---- Files affected: SPECS: arptables.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/arptables.spec diff -u SPECS/arptables.spec:1.6 SPECS/arptables.spec:1.7 --- SPECS/arptables.spec:1.6 Thu Nov 15 19:21:21 2007 +++ SPECS/arptables.spec Sat Nov 17 02:16:00 2007 @@ -4,7 +4,7 @@ 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 @@ -15,7 +15,6 @@ 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. @@ -25,7 +24,8 @@ %build %{__make} \ - CC="%{__cc}" + CC="%{__cc}" \ + COPT_FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT @@ -46,6 +46,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007-11-17 01:16:00 qboosh +- use optflags +- GPL v2+ + Revision 1.6 2007-11-15 18:21:21 mguevara - 0.0.3-2 (based on arptables-0.0.3-3) - removed arptables-llh.patch, one typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/arptables.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
