2012-02-26 08:55:08 +00:00
#TODO: g2clib and grib (said to be modified)
#TODO: Python 3 modules should be possible since 1.7
#TODO: Create script to make clean tarball
#TODO: msg needs to have PublicDecompWT.zip from EUMETSAT, which is not free;
# Building without msg therefore
#TODO: e00compr bundled?
#TODO: There are tests for bindings -- at least for Perl
#TODO: Java has a directory with test data and a build target called test
# It uses %{JAVA_RUN}; make test seems to work in the build directory
#TODO: e00compr source is the same in the package and bundled in GDAL
#TODO: Consider doxy patch from Suse, setting EXTRACT_LOCAL_CLASSES = NO
2012-03-12 23:30:13 +00:00
# Soname should be bumped on API/ABI break
# http://trac.osgeo.org/gdal/ticket/4543
2012-02-26 08:55:08 +00:00
# Conditionals and structures for EL 5 are there
# to make life easier for downstream ELGIS.
# Sadly noarch doesn't work in EL 5, see
# http://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies
2012-12-28 17:24:26 +00:00
#TODO: EvenR suggested to drop Ruby bindings, as they are unmaintained
# He also suggest to use --with-static-proj4 to actually link to proj, instead of dlopen()ing it.
2012-02-26 08:55:08 +00:00
# Tests can be of a different version
2013-09-09 19:46:43 +00:00
%global testversion 1.10.1
2012-02-26 08:55:08 +00:00
# https://bugzilla.redhat.com/show_bug.cgi?id=663938
2012-08-09 21:38:11 +00:00
%ifnarch ppc ppc64
2012-02-26 08:55:08 +00:00
%global spatialite " - - w i t h - s p a t i a l i t e "
%endif
2012-01-10 05:51:23 +00:00
2007-03-13 09:15:39 +00:00
Name : gdal
2013-09-08 23:43:30 +00:00
Version : 1.10.1
2013-09-22 05:01:46 +00:00
Release : 2%{?dist}
2007-03-13 09:15:39 +00:00
Summary : GIS file format library
Group : System Environment/Libraries
License : MIT
2012-02-26 08:55:08 +00:00
URL : http://www.gdal.org
2010-11-22 07:18:00 +00:00
# Source0: http://download.osgeo.org/gdal/gdal-%%{version}.tar.gz
2012-05-24 06:32:48 +00:00
# See PROVENANCE.TXT-fedora and the cleaner script for details!
2012-02-26 08:55:08 +00:00
2013-09-08 23:43:30 +00:00
Source0 : %{name} -%{version} -fedora.tar.xz
2012-02-26 08:55:08 +00:00
Source1 : http://download.osgeo.org/%{name} /%{name} autotest-%{testversion} .tar.gz
Source2 : %{name} .pom
2012-05-24 06:32:48 +00:00
# Cleaner script for the tarball
Source3 : %{name} -cleaner.sh
2013-03-11 03:23:48 +00:00
Source4 : PROVENANCE.TXT-fedora
2012-03-13 14:57:23 +00:00
# Patch to use system g2clib
Patch1 : %{name} -g2clib.patch
2013-06-12 21:10:44 +00:00
# Patch for Fedora JNI library location
Patch2 : %{name} -jni.patch
2012-03-13 14:57:23 +00:00
2012-02-26 08:55:08 +00:00
# Fedora uses Alternatives for Java
Patch8 : %{name} -1.9.0-java.patch
2007-03-13 09:15:39 +00:00
BuildRoot : %{_tmppath} /%{name} -%{version} -%{release} -root-%(%{__id_u} -n)
2012-02-26 08:55:08 +00:00
2012-07-27 14:35:04 +00:00
BuildRequires : ant
2012-02-26 08:55:08 +00:00
# No armadillo in EL5
BuildRequires : armadillo-devel
BuildRequires : cfitsio-devel
# No CharLS in EL5
BuildRequires : CharLS-devel
2010-11-22 07:18:00 +00:00
BuildRequires : chrpath
2012-02-26 08:55:08 +00:00
BuildRequires : curl-devel
BuildRequires : doxygen
BuildRequires : expat-devel
BuildRequires : fontconfig-devel
# No freexl in EL5
BuildRequires : freexl-devel
2012-03-13 14:57:23 +00:00
BuildRequires : g2clib-static
2012-02-26 08:55:08 +00:00
BuildRequires : geos-devel
BuildRequires : ghostscript
BuildRequires : hdf-devel
BuildRequires : hdf-static
BuildRequires : hdf5-devel
BuildRequires : java-devel >= 1:1.6.0
BuildRequires : jasper-devel
BuildRequires : jpackage-utils
BuildRequires : libgcj
BuildRequires : libgeotiff-devel
# No libgta in EL5
BuildRequires : libgta-devel
BuildRequires : libjpeg-devel
BuildRequires : libpng-devel
2012-01-10 05:51:23 +00:00
2012-08-09 21:38:11 +00:00
%ifnarch ppc ppc64
2012-02-26 08:55:08 +00:00
BuildRequires : libspatialite-devel
%endif
2007-07-25 11:20:08 +00:00
2012-02-26 08:55:08 +00:00
BuildRequires : libtiff-devel
2012-05-09 23:30:41 +00:00
BuildRequires : libwebp-devel
2012-02-26 08:55:08 +00:00
BuildRequires : libtool
BuildRequires : giflib-devel
BuildRequires : netcdf-devel
BuildRequires : libdap-devel
BuildRequires : librx-devel
BuildRequires : mysql-devel
BuildRequires : numpy
2013-08-23 18:29:48 +00:00
BuildRequires : pcre-devel
2012-05-20 14:51:33 +00:00
#BuildRequires: ogdi-devel
2012-02-26 08:55:08 +00:00
BuildRequires : perl(ExtUtils::MakeMaker)
BuildRequires : pkgconfig
BuildRequires : poppler-devel
BuildRequires : postgresql-devel
BuildRequires : proj-devel
BuildRequires : python-devel
BuildRequires : ruby
BuildRequires : ruby-devel
BuildRequires : sqlite-devel
BuildRequires : swig
2013-08-23 18:29:48 +00:00
BuildRequires : texlive-latex
%if 0%{?fedora} >= 20
BuildRequires : texlive-collection-fontsrecommended
BuildRequires : texlive-collection-langcyrillic
BuildRequires : texlive-collection-langportuguese
BuildRequires : texlive-collection-latex
BuildRequires : texlive-epstopdf
BuildRequires : tex(multirow.sty)
BuildRequires : tex(sectsty.sty)
BuildRequires : tex(tocloft.sty)
BuildRequires : tex(xtab.sty)
%endif
2012-02-26 08:55:08 +00:00
BuildRequires : unixODBC-devel
BuildRequires : xerces-c-devel
BuildRequires : xz-devel
BuildRequires : zlib-devel
# Run time dependency for gpsbabel driver
Requires : gpsbabel
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
# Enable/disable generating refmans
%global build_refman 1
# We have multilib triage
2008-05-27 10:50:46 +00:00
%if "%{_lib}" == "lib"
2012-02-26 08:55:08 +00:00
%global cpuarch 32
2008-05-27 10:50:46 +00:00
%else
2012-02-26 08:55:08 +00:00
%global cpuarch 64
2008-05-27 10:50:46 +00:00
%endif
2012-01-10 05:51:23 +00:00
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c " f r o m d i s t u t i l s . s y s c o n f i g i m p o r t g e t _ p y t h o n _ l i b ; p r i n t ( g e t _ p y t h o n _ l i b ( ) ) " )}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c " f r o m d i s t u t i l s . s y s c o n f i g i m p o r t g e t _ p y t h o n _ l i b ; p r i n t ( g e t _ p y t h o n _ l i b ( 1 ) ) " )}
%endif
2012-03-12 23:30:13 +00:00
%if (0%{?fedora} < 17 || 0%{?rhel})
# https://fedoraproject.org/wiki/PackagingDrafts/Ruby
2011-04-22 17:32:02 +00:00
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]' )}
2012-03-12 23:30:13 +00:00
%endif
2007-07-25 11:20:08 +00:00
2012-02-26 08:55:08 +00:00
#TODO: Description on the lib?
2007-03-13 09:15:39 +00:00
%description
2012-02-26 08:55:08 +00:00
Geospatial Data Abstraction Library (GDAL/OGR) is a cross platform
C++ translator library for raster and vector geospatial data formats.
As a library, it presents a single abstract data model to the calling
2012-07-27 14:35:04 +00:00
application for all supported formats. It also comes with a variety of
2012-02-26 08:55:08 +00:00
useful commandline utilities for data translation and processing.
It provides the primary data access engine for many applications.
GDAL/OGR is the most widely used geospatial data access library.
2007-03-13 09:15:39 +00:00
%package devel
2012-02-26 08:55:08 +00:00
Summary : Development files for the GDAL file format library
2007-03-13 09:15:39 +00:00
Group : Development/Libraries
2012-02-26 08:55:08 +00:00
# Old rpm didn't figure out
%if 0%{?rhel} < 6
2007-03-15 14:55:43 +00:00
Requires : pkgconfig
2012-02-26 08:55:08 +00:00
%endif
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
Obsoletes : %{name} -static < 1.9.0-1
2007-03-13 09:15:39 +00:00
%description devel
2012-02-26 08:55:08 +00:00
This package contains development files for GDAL.
2007-03-13 09:15:39 +00:00
2008-10-24 11:46:22 +00:00
2012-02-26 08:55:08 +00:00
%package libs
Summary : GDAL file format library
Group : System Environment/Libraries
2008-10-24 11:46:22 +00:00
2012-02-26 08:55:08 +00:00
%description libs
This package contains the GDAL file format library.
2007-03-13 09:15:39 +00:00
2008-05-25 23:27:24 +00:00
%package ruby
Summary : Ruby modules for the GDAL file format library
Group : Development/Libraries
2012-02-26 08:55:08 +00:00
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
%if (0%{?fedora} < 17 || 0%{?rhel})
Requires : ruby(abi) = 1.8
%else
2013-03-13 09:46:36 +00:00
%if 0%{?fedora} < 19
2012-03-12 23:30:13 +00:00
Requires : ruby(abi) = 1.9.1
2013-03-13 09:46:36 +00:00
%else
Requires : ruby(release)
%endif
2012-02-26 08:55:08 +00:00
%endif
2008-05-25 23:27:24 +00:00
%description ruby
2012-01-10 05:51:23 +00:00
The GDAL Ruby modules provide support to handle multiple GIS file formats.
2008-05-25 23:27:24 +00:00
2012-02-26 08:55:08 +00:00
2008-05-25 23:27:24 +00:00
%package java
Summary : Java modules for the GDAL file format library
Group : Development/Libraries
2012-02-26 08:55:08 +00:00
Requires : java >= 1:1.6.0
2008-05-25 23:27:24 +00:00
Requires : jpackage-utils
2012-02-26 08:55:08 +00:00
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
2008-05-25 23:27:24 +00:00
%description java
2012-02-26 08:55:08 +00:00
The GDAL Java modules provide support to handle multiple GIS file formats.
%package javadoc
Summary : Javadocs for %{name}
Group : Documentation
Requires : jpackage-utils
BuildArch : noarch
%description javadoc
This package contains the API documentation for %{name} .
%package perl
Summary : Perl modules for the GDAL file format library
Group : Development/Libraries
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
Requires : perl(:MODULE_COMPAT_%(eval " ` %{__perl} - V : v e r s i o n ` " ; echo $version))
%description perl
The GDAL Perl modules provide support to handle multiple GIS file formats.
%package python
Summary : Python modules for the GDAL file format library
Group : Development/Libraries
Requires : numpy
Requires : %{name} -libs%{?_isa} = %{version} -%{release}
%description python
The GDAL Python modules provide support to handle multiple GIS file formats.
The package also includes a couple of useful utilities in Python.
2008-05-25 23:27:24 +00:00
2010-11-22 07:18:00 +00:00
%package doc
Summary : Documentation for GDAL
2012-02-26 08:55:08 +00:00
Group : Documentation
BuildArch : noarch
2010-11-22 07:18:00 +00:00
%description doc
2012-02-26 08:55:08 +00:00
This package contains HTML and PDF documentation for GDAL.
2010-11-22 07:18:00 +00:00
2012-05-09 23:30:41 +00:00
# We don't want to provide private Python extension libs
%global __provides_exclude_from ^%{python_sitearch} /.*\.so$
2007-03-13 09:15:39 +00:00
%prep
%setup -q -n %{name} -%{version} -fedora
2012-01-10 05:51:23 +00:00
2012-02-26 08:55:08 +00:00
# Unpack tests to the same directory
%setup -q -D -a 1 -n %{name} -%{version} -fedora
2012-01-10 05:51:23 +00:00
# Delete bundled libraries
rm -rf frmts/zlib
rm -rf frmts/png/libpng
rm -rf frmts/gif/giflib
rm -rf frmts/jpeg/libjpeg \
frmts/jpeg/libjpeg12
rm -rf frmts/gtiff/libgeotiff \
frmts/gtiff/libtiff
2012-03-13 14:57:23 +00:00
rm -r frmts/grib/degrib18/g2clib-1.0.4
2012-01-10 05:51:23 +00:00
2012-03-13 14:57:23 +00:00
%patch1 -p1 -b .g2clib~
2013-06-12 21:10:44 +00:00
%patch2 -p1 -b .jni~
2012-02-26 08:55:08 +00:00
%patch8 -p1 -b .java~
2007-03-13 09:15:39 +00:00
2013-03-11 03:23:48 +00:00
# Copy in PROVENANCE.TXT-fedora
cp %SOURCE4 .
2012-02-26 08:55:08 +00:00
# Sanitize linebreaks and encoding
2012-12-28 17:24:26 +00:00
#TODO: Don't touch data directory!
# /frmts/grib/degrib18/degrib/metaname.cpp
# and geoconcept.c are potentially dangerous to change
2007-03-13 09:15:39 +00:00
set +x
for f in `find . -type f` ; do
2012-02-26 08:55:08 +00:00
if file $f | grep -q ISO-8859 ; then
set -x
iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \
mv -f ${f}.tmp $f
set +x
fi
if file $f | grep -q CRLF ; then
set -x
sed -i -e 's|\r||g' $f
set +x
fi
2007-03-13 09:15:39 +00:00
done
set -x
2012-12-28 17:24:26 +00:00
# Solved for 2.0
2012-02-26 08:55:08 +00:00
for f in ogr/ogrsf_frmts/gpsbabel ogr/ogrsf_frmts/pgdump port apps; do
pushd $f
chmod 644 *.cpp *.h
popd
done
2012-01-10 05:51:23 +00:00
2012-07-29 19:28:36 +00:00
# Workaround about wrong result in configure
# armadillo returns a warning about gcc versions 4.7.0 or 4.7.1
# due to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53549
# configure interprets the result as an error so ignore it
# this patch can/should be removed after gcc 4.7.2 is released
2012-07-29 22:01:02 +00:00
sed -i 's|if test -z "`${CXX} testarmadillo.cpp -o testarmadillo -larmadillo 2>&1`"|if true|' configure
2012-07-29 19:28:36 +00:00
2012-02-26 08:55:08 +00:00
# Build with fPIC to allow Ruby bindings
# Xcompiler should normally achieve that -- http://trac.osgeo.org/gdal/ticket/3978
# http://trac.osgeo.org/gdal/ticket/1994
2012-03-12 23:30:13 +00:00
sed -i 's|\$(CFLAGS)|$(CFLAGS) -fPIC|g' swig/ruby/RubyMakefile.mk
%if !(0%{?fedora} < 17 || 0%{?rhel})
# Install Ruby bindings to distribution specific directory
sed -i 's|RUBY_EXTENSIONS_DIR :=.*|RUBY_EXTENSIONS_DIR := %{ruby_vendorarchdir}|' swig/ruby/RubyMakefile.mk
%endif
# Install Ruby bindings into the proper place
#TODO: Ticket
sed -i -e 's|^$(INSTALL_DIR):|$(DESTDIR)$(INSTALL_DIR):|' swig/ruby/RubyMakefile.mk
sed -i -e 's|^install: $(INSTALL_DIR)|install: $(DESTDIR)$(INSTALL_DIR)|' swig/ruby/RubyMakefile.mk
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# Replace hard-coded library- and include paths
2008-01-09 23:04:31 +00:00
sed -i 's|@LIBTOOL@|%{_bindir}/libtool|g' GDALmake.opt.in
2012-02-26 08:55:08 +00:00
sed -i 's|-L\$with_cfitsio -L\$with_cfitsio/lib -lcfitsio|-lcfitsio|g' configure
sed -i 's|-I\$with_cfitsio -I\$with_cfitsio/include|-I\$with_cfitsio/include/cfitsio|g' configure
sed -i 's|-L\$with_netcdf -L\$with_netcdf/lib -lnetcdf|-lnetcdf|g' configure
2007-04-02 11:06:47 +00:00
sed -i 's|-L\$DODS_LIB -ldap++|-ldap++|g' configure
2012-02-26 08:55:08 +00:00
sed -i 's|-L\$with_ogdi -L\$with_ogdi/lib -logdi|-logdi|g' configure
sed -i 's|-L\$with_jpeg -L\$with_jpeg/lib -ljpeg|-ljpeg|g' configure
2007-03-20 23:05:23 +00:00
sed -i 's|-L\$with_libtiff\/lib -ltiff|-ltiff|g' configure
2007-07-25 11:20:08 +00:00
sed -i 's|-lgeotiff -L$with_geotiff $LIBS|-lgeotiff $LIBS|g' configure
2008-01-09 23:04:31 +00:00
sed -i 's|-L\$with_geotiff\/lib -lgeotiff $LIBS|-lgeotiff $LIBS|g' configure
2012-02-26 08:55:08 +00:00
# libproj is dlopened; upstream sources point to .so, which is usually not present
# http://trac.osgeo.org/gdal/ticket/3602
2010-03-18 07:14:56 +00:00
sed -i 's|libproj.so|libproj.so.0|g' ogr/ogrct.cpp
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# Fix Python installation path
sed -i 's|setup.py install|setup.py install --root=%{buildroot}|' swig/python/GNUmakefile
# Must be corrected for 64 bit architectures other than Intel
2012-03-12 23:30:13 +00:00
# http://trac.osgeo.org/gdal/ticket/4544
2012-12-28 17:24:26 +00:00
# Should be gone in 2.0
2012-02-26 08:55:08 +00:00
sed -i 's|test \"$ARCH\" = \"x86_64\"|test \"$libdir\" = \"/usr/lib64\"|g' configure
2012-01-10 05:51:23 +00:00
2012-02-26 08:55:08 +00:00
# Adjust check for LibDAP version
2012-03-12 23:30:13 +00:00
# http://trac.osgeo.org/gdal/ticket/4545
2012-02-26 08:55:08 +00:00
%if %cpuarch == 64
sed -i 's|with_dods_root/lib|with_dods_root/lib64|' configure
%endif
2013-08-23 18:29:48 +00:00
# Fix mandir
sed -i " s | ^ m a n d i r = . * | m a n d i r = ' \ $ { p r e f i x } / s h a r e / m a n ' | " configure
2012-02-26 08:55:08 +00:00
# Activate support for JPEGLS
sed -i 's|^#HAVE_CHARLS|HAVE_CHARLS|' GDALmake.opt.in
sed -i 's|#CHARLS_INC = -I/path/to/charls_include|CHARLS_INC = -I%{_includedir}/CharLS|' GDALmake.opt.in
sed -i 's|#CHARLS_LIB = -L/path/to/charls_lib -lCharLS|CHARLS_LIB = -lCharLS|' GDALmake.opt.in
# Replace default plug-in dir
2012-12-28 17:24:26 +00:00
# Solved in 2.0
2012-02-26 08:55:08 +00:00
# http://trac.osgeo.org/gdal/ticket/4444
%if %cpuarch == 64
sed -i 's|GDAL_PREFIX "/lib/gdalplugins"|GDAL_PREFIX "/lib64/gdalplugins"|' \
gcore/gdaldrivermanager.cpp \
ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp
%endif
# Remove man dir, as it blocks a build target.
# It obviously slipped into the tarball and is not in Trunk (April 17th, 2011)
#rm -rf man
%build
#TODO: Couldn't I have modified that in the prep section?
2012-12-13 19:04:53 +00:00
%ifarch sparcv9 sparc64 s390 s390x
export CFLAGS=" $RPM_OPT_FLAGS - f P I C "
%else
export CFLAGS=" $RPM_OPT_FLAGS - f p i c "
%endif
export CXXFLAGS=" $ C F L A G S - I %{_includedir} / l i b g e o t i f f "
export CPPFLAGS=" $ C P P F L A G S - I %{_includedir} / l i b g e o t i f f "
2008-04-16 21:15:08 +00:00
2012-02-26 08:55:08 +00:00
# For future reference:
# epsilon: Stalled review -- https://bugzilla.redhat.com/show_bug.cgi?id=660024
# openjpeg 2.0 necessary, 1.4 is in Fedora
# Building without pgeo driver, because it drags in Java
2007-03-13 09:15:39 +00:00
%configure \
2012-03-13 14:57:23 +00:00
LIBS=-lgrib2c \
2012-02-26 08:55:08 +00:00
--with-autoload=%{_libdir} /%{name} plugins \
2008-01-09 23:04:31 +00:00
--datadir=%{_datadir} /%{name} / \
2012-02-26 08:55:08 +00:00
--includedir=%{_includedir} /%{name} / \
--prefix=%{_prefix} \
--without-bsb \
--with-armadillo \
--with-curl \
2007-03-13 09:15:39 +00:00
--with-cfitsio=%{_prefix} \
2012-02-26 08:55:08 +00:00
--with-dods-root=%{_prefix} \
--with-expat \
--with-freexl \
--with-geos \
2007-07-25 11:20:08 +00:00
--with-geotiff=external \
2012-02-26 08:55:08 +00:00
--with-gif \
--with-gta \
2007-03-13 09:15:39 +00:00
--with-hdf4 \
--with-hdf5 \
--with-jasper \
2012-02-26 08:55:08 +00:00
--with-java \
2007-03-13 09:15:39 +00:00
--with-jpeg \
2012-02-26 08:55:08 +00:00
--without-jpeg12 \
--with-liblzma \
--with-libtiff=external \
--with-libz \
2012-05-09 23:30:41 +00:00
--without-mdb \
2007-03-13 09:15:39 +00:00
--with-mysql \
2012-02-26 08:55:08 +00:00
--with-netcdf \
--with-odbc \
2012-05-20 14:51:33 +00:00
--without-ogdi \
2012-02-26 08:55:08 +00:00
--without-msg \
--without-openjpeg \
2010-11-22 07:18:00 +00:00
--with-pcraster \
2012-02-26 08:55:08 +00:00
--with-pg \
--with-png \
--with-poppler \
%{spatialite} \
--with-sqlite3 \
--with-threads \
2012-05-09 23:30:41 +00:00
--with-webp \
2007-03-13 09:15:39 +00:00
--with-xerces \
--enable-shared \
2012-02-26 08:55:08 +00:00
--with-ruby \
--with-perl \
--with-python
2008-12-06 20:24:39 +00:00
2012-02-26 08:55:08 +00:00
#--with-rasdaman # 8.3 rasdaman has no -lcompression; doesn't work
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# {?_smp_mflags} doesn't work; Or it does -- who knows!
make %{?_smp_mflags}
2011-04-22 17:32:02 +00:00
make man
2012-02-26 08:55:08 +00:00
make docs
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# Make Perl modules
2008-05-25 23:27:24 +00:00
pushd swig/perl
2011-04-11 00:09:47 +00:00
perl Makefile.PL; make;
echo > Makefile.PL;
2007-03-13 09:15:39 +00:00
popd
2012-02-26 08:55:08 +00:00
# Install the Perl modules in the right place
sed -i 's|INSTALLDIRS = site|INSTALLDIRS = vendor|' swig/perl/Makefile_*
# Don't append installation info to pod
#TODO: What about the pod?
sed -i 's|>> $(DESTINSTALLARCHLIB)\/perllocal.pod|> \/dev\/null|g' swig/perl/Makefile_*
2011-04-11 00:09:47 +00:00
2012-02-26 08:55:08 +00:00
# Make Java module and documentation
pushd swig/java
make
./make_doc.sh
popd
# --------- Documentation ----------
# No useful documentation in swig
%global docdirs apps doc doc/br doc/ru ogr ogr/ogrsf_frmts frmts/gxf frmts/iso8211 frmts/pcidsk frmts/sdts frmts/vrt ogr/ogrsf_frmts/dgn/
for docdir in %{docdirs} ; do
# CreateHTML and PDF documentation, if specified
2011-04-11 00:09:47 +00:00
pushd $docdir
if [ ! -f Doxyfile ]; then
doxygen -g
else
doxygen -u
fi
sed -i -e 's|^GENERATE_LATEX|GENERATE_LATEX = YES\n#GENERATE_LATEX |' Doxyfile
sed -i -e 's|^USE_PDFLATEX|USE_PDFLATEX = YES\n#USE_PDFLATEX |' Doxyfile
2012-02-26 08:55:08 +00:00
2011-04-11 00:09:47 +00:00
if [ $docdir == " d o c / r u " ]; then
sed -i -e 's|^OUTPUT_LANGUAGE|OUTPUT_LANGUAGE = Russian\n#OUTPUT_LANGUAGE |' Doxyfile
fi
rm -rf latex html
doxygen
2012-02-26 08:55:08 +00:00
2011-04-11 00:09:47 +00:00
%if %{build_refman}
pushd latex
sed -i -e '/rfoot\[/d' -e '/lfoot\[/d' doxygen.sty
sed -i -e '/small/d' -e '/large/d' refman.tex
sed -i -e 's|pdflatex|pdflatex -interaction nonstopmode |g' Makefile
make refman.pdf || true
popd
%endif
popd
2008-05-27 10:50:46 +00:00
done
2012-01-10 05:51:23 +00:00
2007-03-13 09:15:39 +00:00
%install
2011-04-11 00:09:47 +00:00
rm -rf %{buildroot}
2007-03-13 09:15:39 +00:00
2008-01-09 23:04:31 +00:00
make DESTDIR=%{buildroot} \
2012-02-26 08:55:08 +00:00
install \
2012-07-27 14:35:04 +00:00
install-man
2008-05-25 23:27:24 +00:00
2012-02-26 08:55:08 +00:00
# Directory for auto-loading plugins
mkdir -p %{buildroot} %{_libdir} /%{name} plugins
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
#TODO: Don't do that?
2008-03-26 03:02:25 +00:00
find %{buildroot} %{perl_vendorarch} -name " * . d o x " -exec rm -rf '{}' \;
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# Correct permissions
#TODO and potential ticket: Why are the permissions not correct?
2010-11-22 07:18:00 +00:00
find %{buildroot} %{perl_vendorarch} -name " * . s o " -exec chmod 755 '{}' \;
2012-02-26 08:55:08 +00:00
find %{buildroot} %{perl_vendorarch} -name " * . p m " -exec chmod 644 '{}' \;
2008-05-25 23:27:24 +00:00
2012-02-26 08:55:08 +00:00
#TODO: JAR files that require JNI shared objects MUST be installed in %{_libdir}/%{name}. The JNI shared objects themselves must also be installed in %{_libdir}/%{name}.
2012-07-27 14:35:04 +00:00
#Java programs that wish to make calls into native libraries do so via the Java Native Interface (JNI). A Java package uses JNI if it contains a .so
#If the JNI-using code calls System.loadLibrary you'll have to patch it to use System.load, passing it the full path to the dynamic shared object. If the package installs a wrapper script you'll need to manually add %{_libdir}/%{name}/<jar filename> to CLASSPATH. If you are depending on a JNI-using JAR file, you'll need to add it manually -- build-classpath will not find it.
2008-05-28 14:09:46 +00:00
touch -r NEWS swig/java/gdal.jar
2008-05-25 23:27:24 +00:00
mkdir -p %{buildroot} %{_javadir}
cp -p swig/java/gdal.jar \
2012-02-26 08:55:08 +00:00
%{buildroot} %{_javadir} /%{name} .jar
2010-11-22 07:18:00 +00:00
2012-02-26 08:55:08 +00:00
# Install Maven pom and update version number
install -dm 755 %{buildroot} %{_mavenpomdir}
install -pm 644 %{SOURCE2} %{buildroot} %{_mavenpomdir} /JPP-%{name} .pom
sed -i 's|<version></version>|<version>%{version}</version>|' %{buildroot} %{_mavenpomdir} /JPP-%{name} .pom
2012-01-10 05:51:23 +00:00
# Create depmap fragment
2013-06-12 21:10:44 +00:00
%add_maven_depmap JPP-%{name} .pom %{name} .jar
2010-11-22 07:18:00 +00:00
2012-02-26 08:55:08 +00:00
# 775 on the .so?
2010-11-22 07:18:00 +00:00
# copy JNI libraries and links, non versioned link needed by JNI
2012-02-26 08:55:08 +00:00
# What is linked here?
2013-06-12 21:10:44 +00:00
mkdir -p %{buildroot} %{_jnidir} /%{name}
2012-02-26 08:55:08 +00:00
cp -pl swig/java/.libs/*.so* \
2013-06-12 21:10:44 +00:00
%{buildroot} %{_jnidir} /%{name} /
chrpath --delete %{buildroot} %{_jnidir} /%{name} /*jni.so*
2007-03-13 09:15:39 +00:00
2012-02-26 08:55:08 +00:00
# Install Java API documentation in the designated place
mkdir -p %{buildroot} %{_javadocdir} /%{name}
cp -pr swig/java/java/org %{buildroot} %{_javadocdir} /%{name}
# Install refmans
for docdir in %{docdirs} ; do
pushd $docdir
path=%{_builddir} /%{name} -%{version} -fedora/refman
mkdir -p $path/html/$docdir
2012-07-27 14:35:04 +00:00
cp -r html $path/html/$docdir
2012-02-26 08:55:08 +00:00
# Install all Refmans
%if %{build_refman}
if [ -f latex/refman.pdf ]; then
mkdir -p $path/pdf/$docdir
cp latex/refman.pdf $path/pdf/$docdir
fi
%endif
popd
done
# Install formats documentation
for dir in gdal_frmts ogrsf_frmts; do
mkdir -p $dir
find frmts -name " * . h t m l " -exec install -p -m 644 '{}' $dir \;
done
#TODO: Header date lost during installation
# Install multilib cpl_config.h bz#430894
2010-07-08 22:08:46 +00:00
install -p -D -m 644 port/cpl_config.h %{buildroot} %{_includedir} /%{name} /cpl_config-%{cpuarch} .h
2012-02-26 08:55:08 +00:00
# Create universal multilib cpl_config.h bz#341231
# The problem is still there in 1.9.
#TODO: Ticket?
#>>>>>>>>>>>>>
2008-05-27 10:50:46 +00:00
cat > %{buildroot} %{_includedir} /%{name} /cpl_config.h <<EOF
2008-05-27 20:48:07 +00:00
#include <bits/wordsize.h>
#if __WORDSIZE == 32
#include "gdal/cpl_config-32.h"
#else
#if __WORDSIZE == 64
#include "gdal/cpl_config-64.h"
#else
#error "Unknown word size"
#endif
#endif
2008-05-27 10:50:46 +00:00
EOF
2012-02-26 08:55:08 +00:00
#<<<<<<<<<<<<<
2008-05-28 14:09:46 +00:00
touch -r NEWS port/cpl_config.h
2012-02-26 08:55:08 +00:00
# Create and install pkgconfig file
#TODO: Why does that exist? Does Grass really use it? I don't think so.
# http://trac.osgeo.org/gdal/ticket/3470
#>>>>>>>>>>>>>
2008-05-28 14:09:46 +00:00
cat > %{name} .pc <<EOF
prefix=%{_prefix}
exec_prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}
Name : GDAL
Description: GIS file format library
Version : %{version}
Libs: -L\${libdir} -lgdal
Cflags: -I\${includedir}/%{name}
EOF
2012-02-26 08:55:08 +00:00
#<<<<<<<<<<<<<
2008-05-28 14:53:52 +00:00
mkdir -p %{buildroot} %{_libdir} /pkgconfig/
2012-02-26 08:55:08 +00:00
install -m 644 %{name} .pc %{buildroot} %{_libdir} /pkgconfig/
touch -r NEWS %{buildroot} %{_libdir} /pkgconfig/%{name} .pc
# Multilib gdal-config
# Rename the original script to gdal-config-$arch (stores arch-specific information)
# and create a script to call one or the other -- depending on detected architecture
# TODO: The extra script will direct you to 64 bit libs on
2012-07-27 14:35:04 +00:00
# 64 bit systems -- whether you like that or not
2008-05-27 10:50:46 +00:00
mv %{buildroot} %{_bindir} /%{name} -config %{buildroot} %{_bindir} /%{name} -config-%{cpuarch}
2012-02-26 08:55:08 +00:00
#>>>>>>>>>>>>>
2008-05-27 20:48:07 +00:00
cat > %{buildroot} %{_bindir} /%{name} -config <<EOF
#!/bin/bash
2008-05-28 14:09:46 +00:00
ARCH=\$(uname -m)
case \$ARCH in
2008-05-27 20:48:07 +00:00
x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 )
2008-05-28 14:09:46 +00:00
%{name} -config-64 \${*}
2008-05-27 20:48:07 +00:00
;;
*)
2008-05-28 14:09:46 +00:00
%{name} -config-32 \${*}
2008-05-27 20:48:07 +00:00
;;
esac
EOF
2012-02-26 08:55:08 +00:00
#<<<<<<<<<<<<<
2008-05-28 14:09:46 +00:00
touch -r NEWS %{buildroot} %{_bindir} /%{name} -config
2012-02-26 08:55:08 +00:00
chmod 755 %{buildroot} %{_bindir} /%{name} -config
2008-02-14 14:15:35 +00:00
2012-02-26 08:55:08 +00:00
# Clean up junk
2013-08-23 18:29:48 +00:00
rm -f %{buildroot} %{_bindir} /*.dox
2007-07-25 11:20:08 +00:00
2012-02-26 08:55:08 +00:00
#jni-libs and libgdal are also built static (*.a)
#.exists and .packlist stem from Perl
for junk in {*.a,*.la,*.bs,.exists,.packlist} ; do
find %{buildroot} -name " $ j u n k " -exec rm -rf '{}' \;
done
2007-07-25 11:20:08 +00:00
2012-02-26 08:55:08 +00:00
# Don't duplicate license files
rm -f %{buildroot} %{_datadir} /%{name} /LICENSE.TXT
2007-07-25 11:20:08 +00:00
2012-07-07 07:03:26 +00:00
# Throw away random API man mages plus artefact seemingly caused by Doxygen 1.8.1 or 1.8.1.1
2013-06-12 21:10:44 +00:00
for f in 'GDAL*' BandProperty ColorAssociation CutlineTransformer DatasetProperty EnhanceCBInfo ListFieldDesc NamedColor OGRSplitListFieldLayer VRTBuilder; do
2012-02-26 08:55:08 +00:00
rm -rf %{buildroot} %{_mandir} /man1/$f.1*
done
2013-06-12 21:10:44 +00:00
rm -f %{buildroot} %{_mandir} /man1/*_%{name} -%{version} -fedora_apps_*
2007-07-25 11:20:08 +00:00
2012-02-26 08:55:08 +00:00
%check
#for i in -I/usr/lib/jvm/java/include{,/linux}; do
# java_inc="$java_inc $i"
#done
pushd %{name} autotest-%{testversion}
# Export test enviroment
export PYTHONPATH=$PYTHONPATH:%{buildroot} %{python_sitearch}
#TODO: Nötig?
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot} %{_libdir}
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}:$java_inc
export GDAL_DATA=%{buildroot} %{_datadir} /%{name} /
2012-07-27 14:35:04 +00:00
2012-02-26 08:55:08 +00:00
# Enable these tests on demand
#export GDAL_RUN_SLOW_TESTS=1
#export GDAL_DOWNLOAD_TEST_DATA=1
# Remove some test cases that would require special preparation
rm -rf ogr/ogr_pg.py # No database available
rm -rf ogr/ogr_mysql.py # No database available
rm -rf osr/osr_esri.py # ESRI datum absent
rm -rf osr/osr_erm.py # File from ECW absent
2012-07-27 14:35:04 +00:00
2012-02-26 08:55:08 +00:00
# Run tests but force normal exit in the end
./run_all.py || true
2007-07-25 11:20:08 +00:00
popd
2012-01-10 05:51:23 +00:00
2012-02-26 08:55:08 +00:00
%post libs -p /sbin/ldconfig
2010-11-22 07:18:00 +00:00
2012-02-26 08:55:08 +00:00
%postun libs -p /sbin/ldconfig
2010-11-22 07:18:00 +00:00
2012-01-10 05:51:23 +00:00
2008-05-27 10:50:46 +00:00
%files
2012-02-26 08:55:08 +00:00
%{_bindir} /gdallocationinfo
2007-03-13 09:15:39 +00:00
%{_bindir} /gdal_contour
%{_bindir} /gdal_rasterize
%{_bindir} /gdal_translate
%{_bindir} /gdaladdo
%{_bindir} /gdalinfo
2010-03-18 05:09:37 +00:00
%{_bindir} /gdaldem
2009-07-30 10:14:24 +00:00
%{_bindir} /gdalbuildvrt
2007-03-13 09:15:39 +00:00
%{_bindir} /gdaltindex
%{_bindir} /gdalwarp
2008-01-09 23:04:31 +00:00
%{_bindir} /gdal_grid
%{_bindir} /gdalenhance
%{_bindir} /gdalmanage
2013-08-23 18:29:48 +00:00
%{_bindir} /gdalserver
2012-02-26 08:55:08 +00:00
%{_bindir} /gdalsrsinfo
2008-01-09 23:04:31 +00:00
%{_bindir} /gdaltransform
%{_bindir} /nearblack
2007-03-13 09:15:39 +00:00
%{_bindir} /ogr*
2008-10-24 11:46:22 +00:00
%{_bindir} /testepsg
2012-02-26 08:55:08 +00:00
%{_mandir} /man1/gdal*.1*
%exclude %{_mandir} /man1/gdal-config.1*
%exclude %{_mandir} /man1/gdal2tiles.1*
%exclude %{_mandir} /man1/gdal_fillnodata.1*
%exclude %{_mandir} /man1/gdal_merge.1*
%exclude %{_mandir} /man1/gdal_retile.1*
%exclude %{_mandir} /man1/gdal_sieve.1*
%{_mandir} /man1/nearblack.1*
%{_mandir} /man1/ogr*.1*
%files libs
%doc LICENSE.TXT NEWS PROVENANCE.TXT COMMITERS PROVENANCE.TXT-fedora
2010-11-22 07:18:00 +00:00
%{_libdir} /libgdal.so.*
2012-02-26 08:55:08 +00:00
%{_datadir} /%{name}
#TODO: Possibly remove files like .dxf, .dgn, ...
%dir %{_libdir} /%{name} plugins
2007-03-13 09:15:39 +00:00
%files devel
2008-05-27 20:48:07 +00:00
%{_bindir} /%{name} -config
2008-05-27 10:50:46 +00:00
%{_bindir} /%{name} -config-%{cpuarch}
2012-02-26 08:55:08 +00:00
%{_mandir} /man1/gdal-config.1*
2007-04-02 11:06:47 +00:00
%dir %{_includedir} /%{name}
2007-03-13 09:15:39 +00:00
%{_includedir} /%{name} /*.h
%{_libdir} /*.so
2007-03-15 14:30:56 +00:00
%{_libdir} /pkgconfig/%{name} .pc
2007-03-13 09:15:39 +00:00
2011-04-22 17:32:02 +00:00
%files ruby
2012-03-12 23:30:13 +00:00
%if (0%{?fedora} < 17 || 0%{?rhel})
2012-02-26 08:55:08 +00:00
%{ruby_sitearch} /%{name}
2012-03-12 23:30:13 +00:00
%else
%{ruby_vendorarchdir} /%{name}
%endif
2012-07-27 14:35:04 +00:00
2012-02-26 08:55:08 +00:00
# Can I even have a separate Java package anymore?
2013-06-12 21:10:44 +00:00
%files java -f .mfiles
2008-05-27 10:50:46 +00:00
%doc swig/java/apps
2013-06-12 21:10:44 +00:00
%{_jnidir} /%{name} /
2008-05-25 23:27:24 +00:00
2012-02-26 08:55:08 +00:00
%files javadoc
%{_javadocdir} /%{name}
%files perl
%doc swig/perl/README
%{perl_vendorarch} /*
%files python
%doc swig/python/README.txt
%doc swig/python/samples
#TODO: Bug with .py files in EPEL 5 bindir, see http://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies
%{_bindir} /*.py
%{_mandir} /man1/pct2rgb.1*
%{_mandir} /man1/rgb2pct.1*
%{_mandir} /man1/gdal2tiles.1*
%{_mandir} /man1/gdal_fillnodata.1*
%{_mandir} /man1/gdal_merge.1*
%{_mandir} /man1/gdal_retile.1*
%{_mandir} /man1/gdal_sieve.1*
%{python_sitearch} /osgeo
%{python_sitearch} /GDAL-%{version} -py*.egg-info
%{python_sitearch} /osr.py*
%{python_sitearch} /ogr.py*
%{python_sitearch} /gdal*.py*
2010-11-22 07:18:00 +00:00
%files doc
2012-02-26 08:55:08 +00:00
%doc gdal_frmts ogrsf_frmts refman
#TODO: jvm
#Should be managed by the Alternatives system and not via ldconfig
#The MDB driver is said to require:
#Download jackcess-1.2.2.jar, commons-lang-2.4.jar and
#commons-logging-1.1.1.jar (other versions might work)
#If you didn't specify --with-jvm-lib-add-rpath at
2012-05-09 23:30:41 +00:00
#Or as before, using ldconfig
2010-11-22 07:18:00 +00:00
2007-03-13 09:15:39 +00:00
%changelog
2013-09-22 05:01:46 +00:00
* Sat Sep 21 2013 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-2
- Rebuild to pick up atlas 3.10 changes
2013-09-08 23:43:30 +00:00
* Sun Sep 8 2013 Volker Fröhlich <volker27@gmx.at> - 1.10.1-1
- New upstream release
2013-08-23 18:29:48 +00:00
* Fri Aug 23 2013 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-1
- Update to 1.10.0
- Enable PCRE support
- Drop man patch applied upstream
- Drop dods patch fixed upstream
- Add more tex BRs to handle changes in texlive packaging
- Fix man page install location
2013-08-19 15:16:55 +00:00
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.9.2-12
- Rebuild (poppler-0.24.0)
2013-08-03 12:36:59 +00:00
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-17 19:58:46 +00:00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.9.2-10
- Perl 5.18 rebuild
2013-07-12 03:51:45 +00:00
* Thu Jul 11 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-9
- Rebuild for cfitsio 3.350
2013-06-24 21:11:21 +00:00
* Mon Jun 24 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.2-8
- Rebuild for poppler 0.22.5
2013-06-12 21:10:44 +00:00
* Wed Jun 12 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-7
- Update Java/JNI for new guidelines, also fixes bug #908065
2013-05-16 18:07:33 +00:00
* Thu May 16 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-6
- Rebuild for hdf5 1.8.11
2013-04-29 11:14:19 +00:00
* Mon Apr 29 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.2-5
- Rebuild for ARM libspatialite issue
2013-03-26 12:32:35 +00:00
* Tue Mar 26 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.2-4
- Rebuild for cfitsio 3.340
2013-03-24 14:24:36 +00:00
* Sun Mar 24 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.2-3
- rebuild (libcfitsio)
2013-03-13 09:46:36 +00:00
* Wed Mar 13 2013 Vít Ondruch <vondruch@redhat.com> - 1.9.2-2
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
2013-03-11 02:45:30 +00:00
* Sun Mar 10 2013 Orion Poplawski <orion@cora.nwra.com> - 1.9.2-1
- Update to 1.9.2
- Drop poppler and java-swig patches applied upstream
2013-01-25 18:23:21 +00:00
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.9.1-18
- Rebuild with geos 3.3.7.
2013-01-21 13:56:03 +00:00
* Mon Jan 21 2013 Volker Fröhlich <volker27@gmx.at> - 1.9.1-17
- Rebuild due to libpoppler 0.22
2013-01-18 16:34:06 +00:00
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.9.1-16
- rebuild due to " j p e g 8 - A B I " feature drop
2012-12-28 17:33:26 +00:00
* Fri Dec 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.9.1-15
- Rebuild, see
http://lists.fedoraproject.org/pipermail/devel/2012-December/175685.html
2012-12-13 19:04:53 +00:00
* Thu Dec 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.1-14
- Tweak -fpic CFLAGS to fix FTBFS on ARM
2012-12-03 20:50:03 +00:00
* Mon Dec 3 2012 Orion Poplawski <orion@cora.nwra.com> - 1.9.1-13
- Rebuild for hdf5 1.8.10
2012-12-02 15:34:05 +00:00
* Sun Dec 2 2012 Bruno Wolff III <bruno@wolff.to> - 1.9.1-12
- Rebuild for libspatialite soname bump
2012-08-09 21:38:11 +00:00
* Thu Aug 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-11
- Correct and extend conditionals for ppc andd ppc64, considering libspatialite
Related to BZ #846301
2012-07-29 22:01:02 +00:00
* Sun Jul 29 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-10
- Use the correct shell idiom " i f t r u e " instead of " i f 1 "
2012-07-29 19:28:36 +00:00
* Sun Jul 29 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-9
2012-07-29 21:17:00 +00:00
- Ignore for the moment the test for armadillo (to be removed after gcc 4.7.2 release)
2012-07-29 19:28:36 +00:00
2012-07-27 14:35:04 +00:00
* Fri Jul 27 2012 José Matos <jamatos@fedoraproject.org> - 1.9.1-8
- Rebuild for new armadillo
2012-07-20 14:22:51 +00:00
* Fri Jul 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.1-7
- Build with PIC
2012-07-19 04:07:43 +00:00
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-10 08:30:25 +00:00
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-5
- Perl 5.16 rebuild
2012-07-07 07:03:26 +00:00
* Sat Jul 7 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-4
- Delete unnecessary manpage, that seems to be created with
new Doxygen (1.8.1 or 1.8.1.1)
2012-07-02 12:48:41 +00:00
* Mon Jul 2 2012 Marek Kasik <mkasik@redhat.com> - 1.9.1-3
- Rebuild (poppler-0.20.1)
2012-06-11 09:32:48 +00:00
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-2
- Perl 5.16 rebuild
2012-05-24 06:32:48 +00:00
* Wed May 23 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.1-1
- New upstream release
- Update poppler patch
- Add cleaner script
2012-05-20 14:51:33 +00:00
* Sun May 20 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-5
- Patches for libpoppler 0.20, libdap 3.11.3 and swig 2.0.6
* Thu May 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-4
2012-05-09 23:30:41 +00:00
- Correct provides-filtering as of https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Usage
- Support webp
2012-03-12 23:30:13 +00:00
- Remove bogus libjpeg-turbo conditional
- Update Ruby ABI version to 1.9.1
- Install Ruby bindings to vendorarchdir on F17 and later
- Conditionals for Ruby specific elements for versions prior F17 and for EPEL
- Correct quotes for CFLAGS and Ruby
2012-05-20 14:51:33 +00:00
- Disable ogdi, until BZ#816282 is resolved
2012-03-12 23:30:13 +00:00
2012-05-09 23:30:41 +00:00
* Wed Apr 25 2012 Orion Poplawski <orion@cora.nwra.com> - 1.9.0-2
- Rebuild for cfitsio 3.300
2012-02-26 08:55:08 +00:00
* Sun Feb 26 2012 Volker Fröhlich <volker27@gmx.at> - 1.9.0-1
- Completely re-work the original spec-file
The major changes are:
- Add a libs sub-package
- Move Python scripts to python sub-package
- Install the documentation in a better way and with less slack
- jar's filename is versionless
- Update the version in the Maven pom automatically
- Add a plugins directory
- Add javadoc package and make the man sub-package noarch
- Support many additional formats
- Drop static sub-package as no other package uses it as BR
- Delete included libs before building
- Drop all patches, switch to a patch for the manpages, patch for JAVA path
- Harmonize the use of buildroot and RPM_BUILD_ROOT
- Introduce testversion macro
2013-08-23 18:40:19 +00:00
* Sun Feb 19 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-14
2012-02-26 08:55:08 +00:00
- Require Ruby abi
- Add patch for Ruby 1.9 include dir, back-ported from GDAL 1.9
- Change version string for gdal-config from <version>-fedora to
<version>
- Revert installation path for Ruby modules, as it proofed wrong
- Use libjpeg-turbo
2012-02-09 22:30:27 +00:00
* Thu Feb 9 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-13
- Rebuild for Ruby 1.9
http://lists.fedoraproject.org/pipermail/ruby-sig/2012-January/000805.html
2012-01-10 05:51:23 +00:00
* Tue Jan 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.7.3-12
- Remove FC10 specific patch0
- Versioned MODULE_COMPAT_ Requires for Perl (BZ 768265)
- Add isa macro to base package Requires
- Remove conditional for xerces_c in EL6, as EL6 has xerces_c
2012-07-27 14:35:04 +00:00
even for ppc64 via EPEL
2012-01-10 05:51:23 +00:00
- Remove EL4 conditionals
- Replace the python_lib macro definition and install Python bindings
to sitearch directory, where they belong
- Use correct dap library names for linking
- Correct Ruby installation path in the Makefile instead of moving it later
2012-07-27 14:35:04 +00:00
- Use libdir variable in ppc64 Python path
2012-01-10 05:51:23 +00:00
- Delete obsolete chmod for Python libraries
- Move correction for Doxygen footer to prep section
- Delete bundled libraries before building
- Build without bsb and remove it from the tarball
- Use mavenpomdir macro and be a bit more precise on manpages in
the files section
- Remove elements for grass support --> Will be replaced by plug-in
- Remove unnecessary defattr
- Correct version number in POM
2012-01-10 09:37:47 +00:00
- Allow for libpng 1.5
2012-07-27 14:35:04 +00:00
2011-12-06 04:12:59 +00:00
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.7.3-11
- Rebuild for new libpng
2011-05-18 03:38:30 +00:00
* Tue May 17 2011 Orion Poplawski <orion@cora.nwra.com> - 1.7.3-10
- Rebuild for hdf5 1.8.7
2011-04-22 17:32:02 +00:00
* Fri Apr 22 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-9
- Patched spaces problem for Mapinfo files (mif)
(http://trac.osgeo.org/gdal/ticket/3694)
- Replaced all define macros with global
- Corrected ruby_sitelib to ruby_sitearch
- Use python_lib and ruby_sitearch instead of generating lists
- Added man-pages for binaries
- Replaced mkdir and install macros
2012-02-26 08:55:08 +00:00
- Removed Python files from main package files section, that
2011-04-22 17:32:02 +00:00
effectively already belonged to the Python sub-package
2013-08-23 18:40:19 +00:00
* Mon Apr 11 2011 Volker Fröhlich <volker27@gmx.at> - 1.7.3-8
2011-04-11 00:09:47 +00:00
- Solved image path problem with Latex
- Removed with-tiff and updated with-sqlite to with-sqlite3
- Add more refman documents
- Adapted refman loop to actual directories
- Harmonized buildroot macro use
2011-03-31 19:22:37 +00:00
* Thu Mar 31 2011 Orion Poplawski <orion@cora.nwra.com> - 1.7.3-7
- Rebuild for netcdf 4.1.2
2011-03-23 18:16:35 +00:00
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.7.3-6
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
2011-03-21 22:25:29 +00:00
* Sun Mar 20 2011 Volker Fröhlich <volker27@gmx.at> 1.7.3-5
2011-03-21 00:23:05 +00:00
- Dropped unnecessary encoding conversion for Russian refman
- Install Russian refman
- Don't try to install refman for sdts and dgn, as they fail to compile
- Added -p to post and postun
- Remove private-shared-object-provides for Python and Perl
- Remove installdox scripts
2012-02-26 08:55:08 +00:00
- gcc 4.6 doesn't accept -Xcompiler
2011-03-21 00:23:05 +00:00
2011-03-10 10:58:48 +00:00
* Thu Mar 10 2011 Kalev Lember <kalev@smartlink.ee> - 1.7.3-4
- Rebuilt with xerces-c 3.1
2011-02-08 23:23:58 +00:00
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-11-22 07:18:00 +00:00
* Sun Nov 21 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 1.7.3-2
- Install all the generated pdf documentation.
- Build documentation as a separate package.
- Spec cleanup
* Fri Nov 19 2010 Viji Nair <viji [AT] fedoraproject DOT org> - 1.7.3-1
- Update to latest upstream version
- Added jnis
- Patches updated with proper version info
- Added suggestions from Ralph Apel <r.apel@r-apel.de>
+ Versionless symlink for gdal.jar
+ Maven2 pom
+ JPP-style depmap
+ Use -f XX.files for ruby and python
* Sun Oct 31 2010 Mathieu Baudier <mbaudier@argeo.org> - 1.7.2-5_2
- PCRaster support
- cURL support
- Disable building the reference manual (really too long...)
* Sat Oct 09 2010 Mathieu Baudier <mbaudier@argeo.org> - 1.7.2-5_1
- Add Java JNI libraries
* Sat Aug 14 2010 Mathieu Baudier <mbaudier@argeo.org> - 1.7.2-5_0
2012-02-26 08:55:08 +00:00
- Rebuild for EL GIS, based on work contributed by Nikolaos Hatzopoulos and Peter Hopfgartner
2010-11-22 07:18:00 +00:00
- Use vanilla sources
2010-07-22 01:29:52 +00:00
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.7.2-5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-20 20:05:32 +00:00
* Tue Jul 20 2010 Orion Poplawski <orion@cora.nwra.com> - 1.7.2-4
- Rebuild with grass support
2013-08-23 18:40:19 +00:00
* Thu Jul 15 2010 Orion Poplawski <orion@cora.nwra.com> - 1.7.2-3
2010-07-15 19:25:59 +00:00
- Add patch to change AISConnect() to Connect() for libdap 3.10
- build without grass for libdap soname bump
2010-07-13 19:23:52 +00:00
* Tue Jul 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.7.2-2
- reenable grass support
2010-07-08 22:08:46 +00:00
* Fri Jul 09 2010 Robert Scheck <robert@fedoraproject.org> - 1.7.2-1
- upgrade to 1.7.2 (#587707, huge thanks to Sven Lankes)
2010-03-18 07:14:56 +00:00
* Thu Mar 18 2010 Balint Cristian <cristian.balint@gmail.com> - 1.7.1-2
- fix bz#572617
2010-03-18 05:09:37 +00:00
* Thu Mar 18 2010 Balint Cristian <cristian.balint@gmail.com> - 1.7.1-1
- new stable branch
- re-enable java ColorTable
- gdal custom fedora version banner
- rebuild without grass
- gdal manual are gone (upstream fault)
2010-02-05 19:08:57 +00:00
* Fri Feb 5 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.6.2-5
- reenable grass support
2010-02-05 17:57:24 +00:00
* Fri Feb 5 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.6.2-4
- temporarily disable grass support for bootstrapping
- rebuild for new libxerces-c
2009-12-08 21:53:05 +00:00
* Tue Dec 8 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.6.2-3
- Explicitly BR hdf-static in accordance with the Packaging
Guidelines (hdf-devel is still static-only).
2009-11-19 17:51:11 +00:00
* Thu Nov 19 2009 Orion Poplawski <orion@cora.nwra.com> - 1.6.2-2
- re-enable grass support
2009-11-17 16:46:27 +00:00
* Tue Nov 17 2009 Orion Poplawski <orion@cora.nwra.com> - 1.6.2-1
- Update to 1.6.2
- Rebuild for netcdf 4.1.0
2009-08-21 13:28:29 +00:00
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.6.1-2
- rebuilt with new openssl
2009-07-30 10:14:24 +00:00
* Thu Jul 30 2009 Dan Horak <dan[at]danny.cz> - 1.6.1-1
- add patch for incompatibilities caused by libdap 3.9.x (thanks goes to arekm from PLD)
- update to 1.6.1
- don't install some refman.pdf, because they don' t build
- don't fail on man pages with suffix other than .gz
- fix filelist for python subpackage
2009-07-24 23:39:09 +00:00
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-22 21:18:26 +00:00
* Wed Jul 22 2009 Orion Poplawski <orion@cora.nwra.com> - 1.6.0-9
2009-07-22 21:31:08 +00:00
- Rebuild for libdap 3.9.3, bootstrap
2009-07-22 21:18:26 +00:00
2009-03-23 23:07:27 +00:00
* Mon Mar 23 2009 Jesse Keating <jkeating@redhat.com> - 1.6.0-8
- re-enable grass support
2009-03-23 16:20:04 +00:00
* Sun Mar 22 2009 Lubomir Rintel <lkundrak@v3.sk> - 1.6.0-7
2009-03-23 16:12:11 +00:00
- Depend specifically on GCJ for Java (Alex Lancaster)
- Disable grass (Alex Lancaster)
- Create %%_bindir before copying files there
2009-02-24 19:57:52 +00:00
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-04 13:30:47 +00:00
* Wed Feb 04 2009 Balint Cristian <cristian.balint@gmail.com> - 1.6.0-4
- rebuild with grass support
- fix email typo
* Thu Jan 29 2009 Balint Cristian <cristian.balint@gmail.com> - 1.6.0-3
2009-02-02 21:11:25 +00:00
- rebuild against mysql 5.1.30
2009-02-04 13:30:47 +00:00
* Thu Jan 29 2009 Balint Cristian <cristian.balint@gmail.com> - 1.6.0-2
2009-01-29 14:21:56 +00:00
- email change
- rebuild without grass
2008-12-12 03:03:54 +00:00
* Fri Dec 12 2008 Balint Cristian <rezso@rdsor.ro> - 1.6.0-1
- final stable release
2008-12-06 22:29:40 +00:00
* Sat Dec 06 2008 Balint Cristian <rezso@rdsor.ro> - 1.6.0-0.2.rc4
- enable grass
2008-12-06 20:24:39 +00:00
* Sat Dec 06 2008 Balint Cristian <rezso@rdsor.ro> - 1.6.0-0.1.rc4
- new branch
- disable grass
- fix ruby compile
2008-11-29 16:37:00 +00:00
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.3-2
- Rebuild for Python 2.6
2008-10-24 11:46:22 +00:00
* Fri Oct 24 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.3-1
- new stable
- ship static package too
- fix some doc generation
- libdap patch for fc10 only
2008-09-30 12:32:18 +00:00
* Tue Sep 30 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.2-4
- enable gdal_array for python subpackage
- require numpy
2008-09-11 15:07:22 +00:00
* Tue Sep 9 2008 Patrice Dumas <pertusus@free.fr> - 1.5.2-3
2008-09-10 12:59:02 +00:00
- patch for libdap > 0.8.0, from Rob Cermak
2008-06-12 19:48:03 +00:00
* Thu Jun 12 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.2-1
- a new bugfix upstream
- drop gcc43 patch
- more license cleaned
2013-08-23 18:40:19 +00:00
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-13
2008-05-28 14:53:52 +00:00
- fix pkgconfig too
2013-08-23 18:40:19 +00:00
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-12
2008-05-28 14:09:46 +00:00
- fix once more gdal-config
2008-05-27 20:48:07 +00:00
* Tue May 27 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-11
- fix multilib gdal-config, add wrapper around
- fix typos in cpl_config.h wrapper
2008-05-27 10:50:46 +00:00
* Tue May 27 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-10
- fix for multilib packaging bz#341231
- huge spec cleanup
- enable russian and brazil docs
- enable and triage more docs
2008-05-25 23:27:24 +00:00
2008-05-27 20:48:07 +00:00
* Sun May 25 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-9
- enable ruby and java packages
- fix spurious sed problem
- spec file cosmetics
2013-08-23 18:40:19 +00:00
* Fri May 23 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-8
2008-05-23 20:31:07 +00:00
- fix sincos on all arch
2008-05-15 11:47:36 +00:00
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-7
2008-05-23 20:31:07 +00:00
- fix x86_64 problem
2008-05-15 11:47:36 +00:00
2008-04-16 21:15:08 +00:00
* Wed Apr 16 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-6
- disable fortify source, it crash gdal for now.
2008-03-28 15:54:18 +00:00
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-5
- really eanble against grass63
2008-03-28 12:35:06 +00:00
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-4
- disable grass to bootstrap once again
2008-03-28 11:37:12 +00:00
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-3
- rebuild to really pick up grass63 in koji
2008-03-27 22:05:15 +00:00
* Fri Mar 28 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-2
- enable build against newer grass
- enable build of reference manuals
2008-03-26 03:02:25 +00:00
* Tue Mar 25 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.1-1
- new bugfix release from upstream
- drop large parts from gcc43 patch, some are upstream now
- fix building with perl-5.10 swig binding issue
2013-08-23 18:40:19 +00:00
* Fri Feb 29 2008 Orion Poplawski <orion@cora.nwra.com> - 1.5.0-4
2008-02-29 22:51:15 +00:00
- Rebuild for hdf5-1.8.0, use compatability API define
2008-02-14 14:15:35 +00:00
* Tue Feb 12 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.0-3
- install cpl_config.h manually for bz#430894
- fix gcc4.3 build
2008-01-14 07:59:59 +00:00
* Mon Jan 14 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.0-2
- fix perl dependency issue.
2008-01-09 23:04:31 +00:00
* Mon Jan 07 2008 Balint Cristian <rezso@rdsor.ro> - 1.5.0-1
- update to new 1.5.0 upstream stable
- dropped build patch since HFA/ILI/DGN mandatories are now present
- dropped swig patch, its upstream now
- enable HFA it holds Intergraph (TM) explicit public license
- enable DGN it holds Avenza Systems (TM) explicit public license
- enable ILI headers since now contain proper public license message
- keep and polish up rest of doubted license
- further fixed hdf not supporting netcdf for for bz#189337
- kill the annoying -Lexternal/lib for -lgeotiff
2012-07-27 14:35:04 +00:00
- fix configure to not export LDFLAGS anyomre, upstream
2008-01-09 23:04:31 +00:00
should really switch to real GNU automagic stuff
- pymod samples and rfc docs now gone
- hardcode external libtool to be used, LIBTOOL env not propagating anymore
- use DESTDIR instead
2008-01-04 02:46:17 +00:00
* Thu Jan 03 2008 Alex Lancaster <alexlan[AT]fedoraproject.org> - 1.4.2-7
- Re-enable grass support now that gdal has been bootstrapped
2008-01-04 00:03:41 +00:00
* Wed Jan 02 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.4.2-6
- Bootstrap 1st: disabling grass support
- Workaround for hdf not supporting netcdf (bug 189337 c8)
- Disabling documents creation for now.
2007-12-09 14:08:49 +00:00
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.4.2-5
2007-12-06 16:34:57 +00:00
- Rebuild for deps
- Disable grass to avoid circular deps
2007-08-28 21:50:28 +00:00
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.4.2-3
- Rebuild for selinux ppc32 issue.
2013-08-23 18:40:19 +00:00
* Wed Jul 25 2007 Balint Cristian <cbalint@redhat.com> 1.4.2-2
2007-07-25 11:58:10 +00:00
- disable one more HFA test, HFA is unaviable due to license
2013-08-23 18:40:19 +00:00
* Wed Jul 25 2007 Balint Cristian <cbalint@redhat.com> 1.4.2-1
2007-07-25 11:20:08 +00:00
- new upstream one
- catch some more docs
- fix ogr python module runtime
- include testcases and run tests
- enable geotiff external library we have new libgeotiff now
- EPSG geodetic database is licensed OK since v6.13 so re-enable
2012-07-27 14:35:04 +00:00
- enable it against grass by default, implement optional switches
2007-07-25 11:20:08 +00:00
2007-06-05 10:49:32 +00:00
* Tue Jun 05 2007 Balint Cristian <cbalint@redhat.com> 1.4.1-4
- re-build.
2007-05-12 16:12:53 +00:00
* Sat May 12 2007 Balint Cristian <cbalint@redhat.com> 1.4.1-3
- re-build against grass.
2007-05-11 21:37:35 +00:00
* Fri May 11 2007 Balint Cristian <cbalint@redhat.com> 1.4.1-2
- fix python lookup paths for ppc64.
2007-05-09 17:58:46 +00:00
* Wed May 09 2007 Balint Cristian <cbalint@redhat.com> 1.4.1-1
- new upstream release.
- disable temporary grass-devel requirement untill find a
resonable solution for gdal-grass egg-chicken dep problem.
2007-04-20 14:03:18 +00:00
* Fri Apr 20 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-22
- and olso dont attempt pack missing docs.
2007-04-20 13:30:54 +00:00
* Fri Apr 20 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-21
- exclude some docs, doxygen segfault with those now upstream.
2007-04-20 11:03:36 +00:00
* Fri Apr 20 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-20
- rebuild against latest fedora upstream tree.
2007-04-02 11:06:47 +00:00
* Mon Apr 02 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-19
- own gdal includedir
- fix one more spurious lib path
2007-03-21 17:38:40 +00:00
* Wed Mar 21 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-18
- remove system lib path from gdal-config --libs, its implicit
2007-03-20 23:05:23 +00:00
* Tue Mar 20 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-17
- enable build against grass
- fix incorrect use of 32/64 library paths lookups
2007-03-16 15:40:07 +00:00
* Fri Mar 16 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-16
- fix gdal flag from pkgconfig file
2007-03-15 14:55:43 +00:00
* Thu Mar 15 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-15
- require pkgconfig
- generate pkgconfig from spec instead
2007-03-15 14:30:56 +00:00
* Thu Mar 15 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-14
- require perl(ExtUtils::MakeMaker) instead ?dist checking
2012-07-27 14:35:04 +00:00
- add pkgconfig file
2007-03-15 14:30:56 +00:00
2007-03-14 17:25:19 +00:00
* Wed Mar 14 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-13
- fix typo in specfile
2007-03-14 17:18:37 +00:00
* Wed Mar 14 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-12
- add missing dot from dist string in specfile
2007-03-14 17:09:52 +00:00
* Wed Mar 14 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-11
2007-03-14 17:18:37 +00:00
- fix fc6 fc5 builds
2007-03-14 17:09:52 +00:00
2007-03-13 09:15:39 +00:00
* Thu Mar 1 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-10
- fix mock build
- require perl-devel
* Tue Feb 27 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-9
- repack tarball for fedora, explain changes in PROVENANCE-fedora,
license should be clean now according to PROVENANCE-* files
2012-02-26 08:55:08 +00:00
- require ogdi since is available now
2007-03-13 09:15:39 +00:00
- drop nogeotiff patch, in -fedora tarball geotiff is removed
- man page triage over subpackages
- exclude python byte compiled objects
- fix some source C file exec bits
* Sat Feb 24 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-8
- fix more things in spec
- include more docs
* Wed Feb 21 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-7
- libtool in requirement list for build
* Wed Feb 21 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-6
- use external libtool to avoid rpath usage
- include more docs
* Mon Feb 12 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-5
- use rm -rf for removal of dirs.
- fix require lists
* Mon Feb 12 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-4
- fix doxygen buildreq
- make sure r-path is fine.
* Sat Feb 10 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-3
- disable now ogdi (pending ogdi submission).
* Sat Feb 10 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-2
- more fixups for lib paths
* Fri Feb 09 2007 Balint Cristian <cbalint@redhat.com> 1.4.0-1
- first pack for fedora extras
- disable geotiff (untill license sorted out)
- enable all options aviable from extras
- pack perl and python modules
- kill r-path from libs
- pack all docs posible