Author: glen Date: Mon Jan 14 22:54:04 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use /usr/share/GeoIP/GeoIP.dat if none specified - optflags; rel 2
---- Files affected: SPECS: geotool.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/geotool.spec diff -u SPECS/geotool.spec:1.6 SPECS/geotool.spec:1.7 --- SPECS/geotool.spec:1.6 Mon Oct 1 21:20:52 2007 +++ SPECS/geotool.spec Mon Jan 14 23:53:59 2008 @@ -3,12 +3,14 @@ Summary(pl.UTF-8): geotool - zamiana adresu IP na nazwę kraju przy użyciu GeoIP Name: geotool Version: 0.9.1 -Release: 1 +Release: 2 License: GPL Group: Applications/Text Source0: http://download.berlios.de/rsstool/%{name}-%{version}-src.tar.gz # Source0-md5: abe22863b4ba5061683cd3db660a82d8 Patch0: %{name}-lib64.patch +Patch1: %{name}-dbpath.patch +Patch2: %{name}-optflags.patch URL: http://rsstool.y7.ath.cx/ BuildRequires: GeoIP-devel Requires: GeoIP @@ -27,11 +29,16 @@ %prep %setup -q -n %{name}-%{version}-src %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build cd src %configure -%{__make} +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT @@ -51,6 +58,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2008-01-14 22:53:59 glen +- use /usr/share/GeoIP/GeoIP.dat if none specified +- optflags; rel 2 + Revision 1.6 2007-10-01 19:20:52 piotrek - new URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/geotool.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
