packages: gdal/gdal.spec - updated to 1.7.3 - use external pcidsk SDK

qboosh qboosh at pld-linux.org
Mon Nov 15 22:41:27 CET 2010


Author: qboosh                       Date: Mon Nov 15 21:41:27 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.7.3
- use external pcidsk SDK

---- Files affected:
packages/gdal:
   gdal.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: packages/gdal/gdal.spec
diff -u packages/gdal/gdal.spec:1.79 packages/gdal/gdal.spec:1.80
--- packages/gdal/gdal.spec:1.79	Mon Nov 15 11:17:15 2010
+++ packages/gdal/gdal.spec	Mon Nov 15 22:41:22 2010
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO: csharp, java, mysql
-#       use external pcidsk (http://home.gdal.org/projects/pcidsk/)?
 #
 # Conditional build:
 %bcond_without	odbc	# disable odbc support
@@ -10,12 +9,12 @@
 Summary:	Geospatial Data Abstraction Library
 Summary(pl.UTF-8):	Biblioteka abstrakcji danych dotyczących powierzchni Ziemi
 Name:		gdal
-Version:	1.7.2
-Release:	5
+Version:	1.7.3
+Release:	1
 License:	BSD-like
 Group:		Libraries
 Source0:	ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz
-# Source0-md5:	05351f8cb61761ae579667e24a297fe6
+# Source0-md5:	c4673970bd2285032de9ae9bbd82754a
 Patch0:		%{name}-perl.patch
 Patch1:		%{name}-ruby.patch
 Patch2:		%{name}-asneeded.patch
@@ -42,6 +41,7 @@
 BuildRequires:	libtool
 BuildRequires:	netcdf-devel
 BuildRequires:	ogdi-devel >= 3.1
+BuildRequires:	pcidsk-devel
 BuildRequires:	perl-devel
 BuildRequires:	postgresql-backend-devel
 BuildRequires:	postgresql-devel
@@ -107,6 +107,7 @@
 Requires:	libtiff-devel >= 3.6.0
 Requires:	netcdf-devel
 Requires:	ogdi-devel >= 3.1
+Requires:	pcidsk-devel
 Requires:	postgresql-devel
 Requires:	sqlite3-devel >= 3
 %{?with_odbc:Requires:	unixODBC-devel}
@@ -190,7 +191,6 @@
 export PYTHON_INCLUDES=-I%{py_incdir}
 
 %{__libtoolize}
-cp -f /usr/share/automake/config.* .
 %{__aclocal} -I m4
 %{__autoconf}
 # disable grass/libgrass here, it can be built from separate gdal-grass package
@@ -198,6 +198,7 @@
 	--datadir=%{_datadir}/gdal \
 	--with-dods-root=/usr \
 	--with-hide-internal-symbols \
+	--with-pcidsk=/usr \
 	--with-perl \
 	--with-python \
 	%{?with_ruby:--with-ruby} \
@@ -231,6 +232,14 @@
 cp -a html _html
 cp -a ogr/html _html/ogr
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man3
+for f in BandProperty ColorAssociation CutlineTransformer DatasetProperty \
+	EnhanceCBInfo GDALAspectAlgData GDALColorReliefDataset GDALColorReliefRasterBand \
+	GDALGeneric3x3Dataset GDALGeneric3x3RasterBand GDALHillshadeAlgData \
+	GDALSlopeAlgData NamedColor ; do
+	mv $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 $RPM_BUILD_ROOT%{_mandir}/man3/${f}.3
+done
+
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
@@ -341,6 +350,13 @@
 %{_includedir}/thinplatespline.h
 %{_includedir}/vrtdataset.h
 %{_mandir}/man1/gdal-config.1*
+%{_mandir}/man3/BandProperty.3*
+%{_mandir}/man3/ColorAssociation.3*
+%{_mandir}/man3/CutlineTransformer.3*
+%{_mandir}/man3/DatasetProperty.3*
+%{_mandir}/man3/EnhanceCBInfo.3*
+%{_mandir}/man3/GDAL*.3*
+%{_mandir}/man3/NamedColor.3*
 
 %files static
 %defattr(644,root,root,755)
@@ -400,6 +416,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.80  2010/11/15 21:41:22  qboosh
+- updated to 1.7.3
+- use external pcidsk SDK
+
 Revision 1.79  2010/11/15 10:17:15  pawelz
 - release 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdal/gdal.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list