]> git.pld-linux.org Git - packages/geos.git/commitdiff
- updated to 3.2.0
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Mar 2010 16:03:49 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geos.spec -> 1.24

geos.spec

index fb95bad276757160f8bfd56d353ee56a1eb271fc..3b8dcc10e218a0d083b07c57ec4c6ac77987885c 100644 (file)
--- a/geos.spec
+++ b/geos.spec
@@ -7,14 +7,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
@@ -23,7 +24,7 @@ BuildRequires:        rpm-pythonprov
 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
@@ -92,10 +93,13 @@ Wiązania języka Ruby do biblioteki GEOS.
 
 %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}
This page took 0.095727 seconds and 4 git commands to generate.