Author: baggins Date: Tue Mar 2 16:03:58 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.2.0
---- Files affected: packages/geos: geos.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/geos/geos.spec diff -u packages/geos/geos.spec:1.23 packages/geos/geos.spec:1.24 --- packages/geos/geos.spec:1.23 Tue Jul 7 21:05:05 2009 +++ packages/geos/geos.spec Tue Mar 2 17:03:49 2010 @@ -8,14 +8,15 @@ Summary: Geometry Engine - Open Source Summary(pl.UTF-8): GEOS - silnik geometryczny z otwartymi źródłami Name: geos -Version: 3.1.1 +Version: 3.2.0 Release: 1 License: LGPL v2.1 Group: Libraries Source0: http://download.osgeo.org/geos/%{name}-%{version}.tar.bz2 -# Source0-md5: 196f4424aa4ef94476e6886d3a964fb6 -Patch0: %{name}-gcc43.patch +# Source0-md5: bfad7129680f0107b6ca9a2b92a2c440 +Patch0: %{name}-ruby1.9.patch URL: http://trac.osgeo.org/geos/ +BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: python @@ -24,7 +25,7 @@ BuildRequires: rpmbuild(macros) >= 1.219 %{?with_ruby:BuildRequires: ruby-devel} BuildRequires: swig-python >= 1.3.29 -%{?with_ruby:BuildRequires: swig-ruby >= 1.3.29} +%{?with_ruby:BuildRequires: swig-ruby >= 1.3.40-3} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -93,10 +94,13 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %build -cp -f /usr/share/automake/config.* . +%{__aclocal} -I macros +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --enable-python \ %{?with_ruby:--enable-ruby} @@ -164,6 +168,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/03/02 16:03:49 baggins +- updated to 3.2.0 + Revision 1.23 2009/07/07 19:05:05 wrobell - ver. 3.1.1 - switch to osgeo based website ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geos/geos.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
