Author: baggins Date: Tue Apr 26 10:32:43 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - both byteorders are always built
---- Files affected: packages/xtables-geoip: xtables-geoip.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/xtables-geoip/xtables-geoip.spec diff -u packages/xtables-geoip/xtables-geoip.spec:1.19 packages/xtables-geoip/xtables-geoip.spec:1.20 --- packages/xtables-geoip/xtables-geoip.spec:1.19 Wed Apr 20 14:27:36 2011 +++ packages/xtables-geoip/xtables-geoip.spec Tue Apr 26 12:32:38 2011 @@ -2,7 +2,7 @@ Summary: GeoIP database files for xt_geoip Name: xtables-geoip Version: 20110404 -Release: 1 +Release: 2 License: GPL, Open Data License Group: Networking/Admin URL: http://www.maxmind.com/ @@ -48,11 +48,7 @@ %build install -d %{byteorder} -%if "%{byteorder}" == "BE" -%{__perl} %{SOURCE3} -D %{byteorder} -b GeoIPCountryWhois.csv GeoIPv6.csv | tee ranges.txt -%else -%{__perl} %{SOURCE3} -D %{byteorder} GeoIPCountryWhois.csv GeoIPv6.csv | tee ranges.txt -%endif +%{__perl} %{SOURCE3} GeoIPCountryWhois.csv GeoIPv6.csv | tee ranges.txt %install rm -rf $RPM_BUILD_ROOT @@ -74,6 +70,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2011/04/26 10:32:38 baggins +- rel 2 +- both byteorders are always built + Revision 1.19 2011/04/20 12:27:36 baggins - 20110404 - added IPv6 database ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-geoip/xtables-geoip.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
