diff --git a/gdal.spec b/gdal.spec index 04a0465..83c5e7f 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -13,7 +13,7 @@ BuildRequires: doxygen tetex-latex ghostscript BuildRequires: libpng-devel libungif-devel libjpeg-devel libtiff-devel BuildRequires: jasper-devel cfitsio-devel hdf-devel libdap-devel librx-devel BuildRequires: unixODBC-devel mysql-devel sqlite-devel postgresql-devel zlib-devel -BuildRequires: proj-devel geos-devel netcdf-devel hdf5-devel ogdi-devel +BuildRequires: proj-devel geos-devel netcdf-devel hdf5-devel ogdi-devel grass-devel BuildRequires: python-devel >= 2.4 xerces-c-devel BuildRequires: perl(ExtUtils::MakeMaker) @@ -109,6 +109,7 @@ export LDFLAGS='-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf' --includedir=%{_includedir}/%{name}/ \ --with-threads \ --with-libgrass \ + --with-grass=%{_prefix} \ --with-dods-root=%{_libdir} \ --with-ogdi=`ogdi-config --libdir` \ --with-cfitsio=%{_prefix} \ @@ -136,7 +137,6 @@ export LDFLAGS='-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf' --without-pcraster \ --enable-shared \ --disable-static -# --with-grass=%{_prefix} # fixup hardcoded wrong compile flags. cp GDALmake.opt GDALmake.opt.orig @@ -289,6 +289,9 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/* %changelog +* Sat May 12 2007 Balint Cristian 1.4.1-3 +- re-build against grass. + * Fri May 11 2007 Balint Cristian 1.4.1-2 - fix python lookup paths for ppc64.