]> git.pld-linux.org Git - packages/gdal.git/blobdiff - gdal.spec
- release 6
[packages/gdal.git] / gdal.spec
index 76665ae8533c6375c4b89af5c6f9825fb37f33c8..bf95d8a257dbdd0368163505b54d5d14876b47d0 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -8,17 +8,18 @@
 Summary:       Geospatial Data Abstraction Library
 Summary(pl.UTF-8):     Biblioteka abstrakcji danych dotyczÄ…cych powierzchni Ziemi
 Name:          gdal
-Version:       1.5.4
-Release:       2
+Version:       1.6.1
+Release:       6
 License:       BSD-like
 Group:         Libraries
 Source0:       ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz
-# Source0-md5: d5e411b6f11bd1f144af67d2045d2606
+# Source0-md5: 4059285a5cef41ff975ed0ec02a97009
 Patch0:                %{name}-dods.patch
 Patch1:                %{name}-perl.patch
 Patch2:                %{name}-ruby.patch
 Patch3:                %{name}-asneeded.patch
 Patch4:                %{name}-ogdi.patch
+Patch5:                %{name}-python_install.patch
 URL:           http://www.gdal.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -45,10 +46,19 @@ BuildRequires:      postgresql-backend-devel
 BuildRequires: postgresql-devel
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: python-numpy-devel >= 1:1.0.0
+BuildRequires: rpm-pythonprov
 %{?with_ruby:BuildRequires:    ruby-devel}
 BuildRequires: sqlite3-devel >= 3
+BuildRequires: swig-perl
 BuildRequires: swig-python >= 1.3
 %{?with_ruby:BuildRequires:    swig-ruby}
+%if "%{pld_release}" == "ti"
+BuildRequires: tetex-format-latex
+BuildRequires: tetex-dvips
+%else
+BuildRequires: texlive-dvips
+BuildRequires: texlive-latex
+%endif
 %{?with_odbc:BuildRequires:    unixODBC-devel}
 %{?with_xerces:BuildRequires:  xerces-c-devel >= 2.2.0}
 BuildRequires: zlib-devel >= 1.1.4
@@ -164,6 +174,7 @@ osr.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # need to regenerate (old ones don't support perl 5.10)
 rm swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}
@@ -228,7 +239,9 @@ cp -a ogr/html _html/ogr
 %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OGR.dox
 %{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OSR.dox
 
+%if %{with ruby}
 %{__rm} $RPM_BUILD_ROOT%{ruby_sitearchdir}/gdal/*.la
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.109607 seconds and 4 git commands to generate.