]> git.pld-linux.org Git - packages/gdal.git/blame - gdal.spec
- release 2 (by relup.sh)
[packages/gdal.git] / gdal.spec
CommitLineData
954ec354 1# TODO:
8b360036 2# - be reasonable about devel dependencies - you do not need all of them to
cfcb08ee 3# use gdal (probably a gdal module or driver shall not imply devel
4# dependency)
9b4989ae 5# - rasdaman (--with-rasdaman; http://rasdaman.eecs.jacobs-university.de/trac/rasdaman/wiki/Download)
d3d190a4 6# - libjpeg12 (needs patching to use system one, --with-jpeg12 is not sufficient as of 1.9.2)
9b4989ae 7# - libkml (1.3.0 needed, not released yet)
954ec354 8# - wait for newer pcidsk, switch to external again
d3d190a4 9# - csharp, java
0316feee
JB
10# - DDS (--with-dds, BR [lib]crunch: http://code.google.com/p/crunch/)
11# - SOSI (--with-sosi, BR: libfyba libfygm libfyut: https://github.com/kartverket/fyba)
9b4989ae
JB
12# - additional, proprietary(?) formats support:
13# - FMEObjects (http://www.safe.com/support/support-resources/fme-downloads/)
14# - ESRI FileGDBAPI (http://resources.arcgis.com/content/geodatabases/10.0/file-gdb-api)
15# - ECW (http://www.erdas.com/products/ecw/ERDASECWJPEG2000SDK/Details.aspx)
16# - Kakadu/JPEG2000 (http://www.kakadusoftware.com/)
17# - MrSID (http://www.lizardtech.com/developer/)
18# - MSG/EUMETSAT (http://www.eumetsat.int/Home/Main/DataAccess/SupportSoftwareTools/index.htm)
19# - Oracle/OCI >= 10.0.1 (for georaster); Oracle/OCI >= 8.1.7 (as DB)
20# - Ingres (--with-ingres=/path)
0316feee 21# - Informix DB (--with-idb)
9b4989ae
JB
22# - DWGdirect (members only? http://www.opendwg.org/)
23# - ESRI SDE (http://www.esri.com/software/arcgis/arcsde/index.html)
655672e5 24#
25# Conditional build:
d3d190a4 26%bcond_without armadillo # Armadillo support for faster TPS transform
4537079d 27%bcond_without epsilon # EPSILON wavelet compression support
0316feee 28%bcond_with grass # GRASS support (note: dependency loop)
4537079d 29%bcond_without gta # GTA format support
d3d190a4 30%bcond_without mysql # MySQL DB support
0316feee 31%bcond_with oci # ORACLE OCI DB and Georaster support
d3d190a4
JB
32%bcond_without odbc # ODBC DB support
33%bcond_without opencl # OpenCL (GPU) support
c9c08280 34%bcond_without openjpeg # OpenJPEG 2 (JPEG2000) support
4537079d
JB
35%bcond_with podofo # PDF support via podofo instead of poppler
36%bcond_without poppler # PDF support via poppler
37%bcond_without spatialite # SpatiaLite support
d3d190a4
JB
38%bcond_without xerces # Xerces support
39%bcond_without java # Java and MDB support
0316feee 40%bcond_without php # PHP binding
315a1c4a
ER
41%bcond_without ruby # Ruby binding
42
fac7da6f
JB
43%if %{with podofo}
44%undefine with_poppler
45%endif
faf5649c 46Summary: Geospatial Data Abstraction Library
a28c1bee 47Summary(pl.UTF-8): Biblioteka abstrakcji danych dotyczących powierzchni Ziemi
faf5649c 48Name: gdal
0316feee 49Version: 1.11.0
9fe36983 50Release: 2
faf5649c
JB
51License: BSD-like
52Group: Libraries
84501866 53Source0: http://download.osgeo.org/gdal/%{version}/%{name}-%{version}.tar.xz
0316feee 54# Source0-md5: 31f2c4a7230b40e5fdc3cf12a100f96b
f5a12c65 55Patch0: %{name}-perl.patch
9b4989ae 56Patch1: %{name}-python_install.patch
f1b5abea
JB
57Patch2: %{name}-php.patch
58Patch3: %{name}-fpic.patch
75b2e515 59Patch4: %{name}-format-security.patch
0316feee
JB
60Patch5: %{name}-grass.patch
61Patch6: %{name}-sse.patch
62Patch7: %{name}-link.patch
9b5c0fd4 63URL: http://www.gdal.org/
d3d190a4
JB
64%{?with_opencl:BuildRequires: OpenCL-devel >= 1.0}
65%{?with_armadillo:BuildRequires: armadillo-devel}
69051332
JB
66BuildRequires: autoconf >= 2.52
67BuildRequires: automake
6b59fa88 68BuildRequires: cfitsio-devel
9b4989ae 69BuildRequires: curl-devel
9d161bc4 70BuildRequires: doxygen >= 1.4.2
209aac6b 71%{?with_epsilon:BuildRequires: epsilon-compressor-devel}
69051332 72BuildRequires: expat-devel >= 1.95.0
4537079d 73BuildRequires: freexl-devel >= 1.0
0316feee
JB
74BuildRequires: gcc >= 6:4.1
75BuildRequires: geos-devel >= 3.1.0
b459f4d7 76BuildRequires: giflib-devel >= 4.0
0316feee 77%{?with_grass:BuildRequires: grass-devel >= 5.7}
6b59fa88 78BuildRequires: hdf-devel >= 4.0
69051332 79BuildRequires: hdf5-devel
6b59fa88 80BuildRequires: jasper-devel
9b4989ae
JB
81%{?with_java:BuildRequires: jdk}
82%{?with_java:BuildRequires: jpackage-utils}
0316feee 83BuildRequires: json-c-devel >= 0.11
d4d7a2c6 84BuildRequires: libcsf-devel
4058fbc3 85BuildRequires: libdap-devel >= 3.10
b3cbf6a3 86BuildRequires: libgeotiff-devel >= 1.2.1
b88bb9ef 87%{?with_gta:BuildRequires: libgta-devel}
6b59fa88 88BuildRequires: libjpeg-devel >= 6b
9b4989ae 89#BuildRequires: libkml-devel >= 1.3.0
e354fe40 90BuildRequires: libpng-devel >= 2:1.2.8
4537079d 91%{?with_spatialite:BuildRequires: libspatialite-devel}
b3cbf6a3 92BuildRequires: libstdc++-devel
954ec354 93BuildRequires: libtiff-devel >= 4.0
69051332 94BuildRequires: libtool
e2b089e1 95BuildRequires: libuuid-devel
9b4989ae 96BuildRequires: libwebp-devel
0316feee 97BuildRequires: libxml2-devel >= 2
d3d190a4 98%{?with_mysql:BuildRequires: mysql-devel}
80114ba8 99BuildRequires: netcdf-devel >= 4.1
6b59fa88 100BuildRequires: ogdi-devel >= 3.1
c9c08280 101%{?with_openjpeg:BuildRequires: openjpeg2-devel >= 2.0.0-2}
0316feee
JB
102# 8.1.7 for DB support, 10.0.1 for georaster
103%{?with_oci:BuildRequires: oracle-instantclient-devel >= 10.0.1}
954ec354 104#BuildRequires: pcidsk-devel > 0.3
a0ffd9c4 105BuildRequires: perl-devel
9b4989ae 106%{?with_php:BuildRequires: php-devel}
fac7da6f 107%{?with_podofo:BuildRequires: podofo-devel}
0077f857 108%{?with_poppler:BuildRequires: poppler-devel >= 0.24}
9b4989ae
JB
109# ensure it's compiled with PQescapeStringConn support
110BuildRequires: postgresql-backend-devel >= 8.1.4
111BuildRequires: postgresql-devel >= 8.1.4
112BuildRequires: proj-devel >= 4
9a2dbbce 113BuildRequires: python-devel >= 1:2.5
017b03bb 114BuildRequires: python-numpy-devel >= 1:1.0.0
9b4989ae 115BuildRequires: python-setuptools
479cb83c 116BuildRequires: rpm-pythonprov
315a1c4a 117%{?with_ruby:BuildRequires: rpm-rubyprov}
9b4989ae 118BuildRequires: rpmbuild(macros) >= 1.344
4aafe7c0 119%{?with_ruby:BuildRequires: ruby-devel}
b88bb9ef 120BuildRequires: sed >= 4.0
9b4989ae 121BuildRequires: sqlite3-devel >= 3.0.0
479cb83c 122BuildRequires: swig-perl
0316feee 123BuildRequires: swig-php >= 2.0.12-2
9a2dbbce 124BuildRequires: swig-python >= 1.3
017b03bb 125%{?with_ruby:BuildRequires: swig-ruby}
479cb83c 126BuildRequires: texlive-dvips
127BuildRequires: texlive-latex
9831286f 128%{?with_odbc:BuildRequires: unixODBC-devel >= 2.2.15}
9b4989ae
JB
129%{?with_xerces:BuildRequires: xerces-c-devel >= 2.7.0}
130BuildRequires: xz-devel
faf5649c 131BuildRequires: zlib-devel >= 1.1.4
4537079d 132Requires: freexl >= 1.0
0316feee 133Requires: geos >= 3.1.0
b3cbf6a3 134Requires: libgeotiff >= 1.2.1
e354fe40 135Requires: libpng >= 2:1.2.8
954ec354 136Requires: libtiff >= 4.0
faf5649c
JB
137BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
138
139%description
140GDAL is a translator library for raster geospatial data formats that
141is released under an Open Source license. As a library, it presents a
142single abstract data model to the calling application for all
143supported formats. The related OGR library (which lives within the
144GDAL source tree) provides a similar capability for simple features
145vector data.
f05c79e8 146
d34f2ec8
JR
147%description -l pl.UTF-8
148GDAL to biblioteka konwertująca między formatami rastrowych danych
149dotyczących powierzchni Ziemi, udostępniona na licencji Open Source.
150Jako biblioteka udostępnia aplikacjom jeden abstrakcyjny model danych
151do wszystkich obsługiwanych formatów. Powiązana z nią biblioteka OGR
152(której źródła są dołączone do drzewa źródeł GDAL) daje podobne
153możliwości dla danych wektorowych.
faf5649c 154
6b59fa88
JB
155%package devel
156Summary: GDAL library header files
a28c1bee 157Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GDAL
6b59fa88 158Group: Development/Libraries
1673a634 159Requires: %{name} = %{version}-%{release}
d3d190a4
JB
160%{?with_opencl:Requires: OpenCL-devel >= 1.0}
161%{?with_armadillo:Requires: armadillo-devel}
b3cbf6a3 162Requires: cfitsio-devel
209aac6b
JB
163Requires: curl-devel
164%{?with_epsilon:Requires: epsilon-compressor-devel}
69051332 165Requires: expat-devel >= 1.95.0
4537079d 166Requires: freexl-devel >= 1.0
0316feee 167Requires: geos-devel >= 3.1.0
209aac6b 168Requires: giflib-devel >= 4.0
b3cbf6a3 169Requires: hdf-devel >= 4.0
69051332 170Requires: hdf5-devel
b3cbf6a3 171Requires: jasper-devel
0316feee 172Requires: json-c-devel >= 0.11
d4d7a2c6 173Requires: libcsf-devel
4058fbc3 174Requires: libdap-devel >= 3.10
b3cbf6a3 175Requires: libgeotiff-devel >= 1.2.1
209aac6b
JB
176%{?with_gta:Requires: libgta-devel}
177Requires: libjpeg-devel >= 6b
e354fe40 178Requires: libpng-devel >= 2:1.2.8
4537079d 179%{?with_spatialite:Requires: libspatialite-devel}
b3cbf6a3 180Requires: libstdc++-devel
954ec354 181Requires: libtiff-devel >= 4.0
209aac6b
JB
182Requires: libuuid-devel
183Requires: libwebp-devel
0316feee 184Requires: libxml2-devel >= 2
d3d190a4 185%{?with_mysql:Requires: mysql-devel}
9b4989ae 186Requires: netcdf-devel >= 4
b3cbf6a3 187Requires: ogdi-devel >= 3.1
c9c08280 188%{?with_openjpeg:Requires: openjpeg2-devel >= 2.0.0-2}
954ec354 189#Requires: pcidsk-devel > 0.3
209aac6b 190%{?with_podofo:Requires: podofo-devel}
0077f857 191%{?with_poppler:Requires: poppler-devel >= 0.24}
b3cbf6a3 192Requires: postgresql-devel
209aac6b 193Requires: proj-devel >= 4
9b4989ae 194Requires: sqlite3-devel >= 3.0.0
655672e5 195%{?with_odbc:Requires: unixODBC-devel}
69051332 196%{?with_xerces:Requires: xerces-c-devel >= 2.7.0}
209aac6b
JB
197Requires: xz-devel
198Requires: zlib-devel >= 1.1.4
6b59fa88
JB
199
200%description devel
201GDAL library header files.
202
d34f2ec8
JR
203%description devel -l pl.UTF-8
204Pliki nagłówkowe biblioteki GDAL.
6b59fa88
JB
205
206%package static
207Summary: GDAL static libraries
a28c1bee 208Summary(pl.UTF-8): Statyczne biblioteki GDAL
6b59fa88 209Group: Development/Libraries
1673a634 210Requires: %{name}-devel = %{version}-%{release}
6b59fa88
JB
211
212%description static
213GDAL static libraries.
214
d34f2ec8 215%description static -l pl.UTF-8
6b59fa88
JB
216Statyczne biblioteki GDAL.
217
a0ffd9c4
JB
218%package -n perl-gdal
219Summary: Perl bindings for GDAL
220Summary(pl.UTF-8): Wiązania Perla do pakietu GDAL
221Group: Development/Languages/Perl
222Requires: %{name} = %{version}-%{release}
223
224%description -n perl-gdal
225Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
226
227%description -n perl-gdal -l pl.UTF-8
017b03bb 228Wiązania Perla do pakietu GDAL - moduły Geo::GDAL, Geo::OGR, Geo::OSR.
a0ffd9c4 229
9b4989ae
JB
230%package -n php-gdal
231Summary: PHP bindings for GDAL library
232Summary(pl.UTF-8): Wiązania PHP do biblioteki GDAL
233Group: Development/Languages/PHP
234Requires: %{name} = %{version}-%{release}
235%{?requires_php_extension}
236
237%description -n php-gdal
238PHP bindings for GDAL library
239
240%description -n php-gdal -l pl.UTF-8
241Wiązania PHP do biblioteki GDAL.
242
6b59fa88
JB
243%package -n python-gdal
244Summary: GDAL Python module
a28c1bee 245Summary(pl.UTF-8): Moduł Pythona GDAL
6b59fa88 246Group: Libraries/Python
1673a634 247Requires: %{name} = %{version}-%{release}
315a1c4a 248Requires: python-libs
6b59fa88
JB
249
250%description -n python-gdal
251GDAL Python module.
252
d34f2ec8
JR
253%description -n python-gdal -l pl.UTF-8
254Moduł Pythona GDAL.
6b59fa88 255
a0ffd9c4
JB
256%package -n ruby-gdal
257Summary: Ruby bindings for GDAL
258Summary(pl.UTF-8): Wiązania języka Ruby do pakietu GDAL
259Group: Development/Languages
260Requires: %{name} = %{version}-%{release}
a0ffd9c4
JB
261
262%description -n ruby-gdal
263Ruby bindings for GDAL - gdal, gdalconst, ogr and osr modules.
264
265%description -n ruby-gdal -l pl.UTF-8
017b03bb
ER
266Wiązania języka Ruby do pakietu GDAL - moduły gdal, gdalconst, ogr i
267osr.
a0ffd9c4 268
faf5649c
JB
269%prep
270%setup -q
271%patch0 -p1
272%patch1 -p1
f1b5abea
JB
273%patch2 -p1
274%patch3 -p1
c9c08280 275%patch4 -p1
0316feee
JB
276%patch5 -p1
277%patch6 -p1
278%patch7 -p1
279
280# need to regenerate (old ones don't support perl 5.10 or php 5.5)
281%{__rm} swig/{perl,php}/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}
282
283%{__sed} -i \
284 -e 's/^CC=gcc/CC=%{__cc}/' \
285 -e 's/^CXX=g++/CXX=%{__cxx}/' \
286 -e 's/^CFLAGS=-fpic/CFLAGS=%{rpmcflags} -fPIC/' \
287 -e 's/^LDFLAGS=-shared/LDFLAGS=%{rpmldflags} -shared/' \
288 swig/php/GNUmakefile
315a1c4a
ER
289# Build with fPIC to allow Ruby bindings
290# Xcompiler should normally achieve that -- http://trac.osgeo.org/gdal/ticket/3978
291# http://trac.osgeo.org/gdal/ticket/1994
292sed -i 's|\$(CFLAGS)|$(CFLAGS) -fPIC|g' swig/ruby/RubyMakefile.mk
293# Install Ruby bindings to distribution specific directory
294sed -i 's|RUBY_EXTENSIONS_DIR :=.*|RUBY_EXTENSIONS_DIR := %{ruby_vendorarchdir}|' swig/ruby/RubyMakefile.mk
295
296# Install Ruby bindings into the proper place
297sed -i -e 's|^$(INSTALL_DIR):|$(DESTDIR)$(INSTALL_DIR):|' swig/ruby/RubyMakefile.mk
298sed -i -e 's|^install: $(INSTALL_DIR)|install: $(DESTDIR)$(INSTALL_DIR)|' swig/ruby/RubyMakefile.mk
299
f4952e6f
AM
300# our man path
301sed -i -e 's#^mandir=.*##g' configure.in
302
4058fbc3 303%{__rm} -r man
4ed54fac 304
b88bb9ef
JB
305%{__sed} -i -e 's,DODS_INC="-I.*,DODS_INC="$(pkg-config --cflags libdap)",' configure.in
306
faf5649c 307%build
69051332 308%{__libtoolize}
69051332 309%{__aclocal} -I m4
faf5649c 310%{__autoconf}
69051332 311# disable grass/libgrass here, it can be built from separate gdal-grass package
6b59fa88 312%configure \
5014b82a 313 --datadir=%{_datadir}/gdal \
d4d7a2c6 314 --with-dods-root=/usr \
d3d190a4 315 %{?with_armadillo:--with-armadillo} \
209aac6b 316 %{?with_epsilon:--with-epsilon} \
0316feee 317 %{?with_grass:--with-grass} \
b88bb9ef 318 %{!?with_gta:--without-gta} \
69051332 319 --with-hide-internal-symbols \
9b4989ae
JB
320 %{?with_java:--with-java=%{java_home}} \
321 --with-liblzma \
209aac6b 322 %{?with_java:--with-mdb --with-jvm-lib-add-rpath} \
d3d190a4 323 %{?with_mysql:--with-mysql} \
0316feee 324 %{?with_oci:--with-oci --with-oci-include=/usr/include/oracle/client --with-oci-lib=%{_libdir}} \
d3d190a4 325 %{?with_opencl:--with-opencl} \
a0ffd9c4 326 --with-perl \
9b4989ae 327 %{?with_php:--with-php} \
fac7da6f
JB
328 %{?with_podofo:--with-podofo} \
329 %{?with_poppler:--with-poppler} \
69051332 330 --with-python \
4aafe7c0 331 %{?with_ruby:--with-ruby} \
4537079d 332 %{?with_spatialite:--with-spatialite} \
69051332 333 --with-sqlite3 \
9b4989ae 334 --with-webp \
655672e5 335 %{?with_xerces:--with-xerces} \
6b59fa88 336 --with-xerces-inc=/usr/include/xercesc \
80faacbe 337 --with-xerces-lib="-lxerces-c" \
69051332 338 --without-libgrass
d3d190a4 339# --with-rasdaman
954ec354 340# --with-pcidsk=/usr (needs > 0.3)
69051332 341# csharp builds, but has no configure option
faf5649c 342
69051332 343# regenerate where needed
825dc3dc 344%{__make} -j1 -C swig/perl generate
3df9ed7f 345%if %{with ruby}
02b013b1 346%{__make} -j1 -C swig/ruby generate
3df9ed7f 347%endif
69051332 348
825dc3dc 349%{__make} -j1
a0ffd9c4 350
825dc3dc 351%{__make} -j1 docs
3a591acf 352
f5a12c65
JK
353%{__make} -j1 man
354
faf5649c
JB
355%install
356rm -rf $RPM_BUILD_ROOT
faf5649c 357
825dc3dc 358%{__make} -j1 install install-man \
3a591acf
JB
359 DESTDIR=$RPM_BUILD_ROOT
360
388b39cb
ER
361rm -rf _html
362cp -a html _html
363cp -a ogr/html _html/ogr
faf5649c 364
9b4989ae
JB
365%if %{with php}
366# missing in make install
367install -D swig/php/php_gdal.so $RPM_BUILD_ROOT%{php_extensiondir}/gdal.so
368install -D swig/php/php_gdalconst.so $RPM_BUILD_ROOT%{php_extensiondir}/gdalconst.so
369install -D swig/php/php_ogr.so $RPM_BUILD_ROOT%{php_extensiondir}/ogr.so
370install -D swig/php/php_osr.so $RPM_BUILD_ROOT%{php_extensiondir}/osr.so
371install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
372cat <<'EOF' >$RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/gdal.ini
373; Enable gdal extension module
374extension=gdal.so
375extension=gdalconst.so
376extension=ogr.so
377extension=osr.so
378EOF
379%endif
380
374370d5
JB
381%py_comp $RPM_BUILD_ROOT%{py_sitedir}
382%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
383%py_postclean
5014b82a 384
017b03bb
ER
385%{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
386%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/.packlist
387%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/Const/.packlist
388%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OGR/.packlist
389%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OSR/.packlist
390
391# some doxygen trash
0316feee
JB
392%{__rm} $RPM_BUILD_ROOT%{_bindir}/gdal{compare,move}.dox
393%{__rm} $RPM_BUILD_ROOT%{_bindir}/gdal_{calc,edit,fillnodata,polygonize,proximity,sieve}.dox
017b03bb 394
faf5649c
JB
395%clean
396rm -rf $RPM_BUILD_ROOT
397
6b59fa88
JB
398%post -p /sbin/ldconfig
399%postun -p /sbin/ldconfig
400
faf5649c
JB
401%files
402%defattr(644,root,root,755)
c0a384ef 403%doc NEWS PROVENANCE.TXT
4058fbc3
JB
404%attr(755,root,root) %{_bindir}/epsg_tr.py
405%attr(755,root,root) %{_bindir}/esri2wkt.py
406%attr(755,root,root) %{_bindir}/gcps2vec.py
407%attr(755,root,root) %{_bindir}/gcps2wld.py
408%attr(755,root,root) %{_bindir}/gdal2tiles.py
409%attr(755,root,root) %{_bindir}/gdal2xyz.py
f4952e6f 410%attr(755,root,root) %{_bindir}/gdal_auth.py
4058fbc3 411%attr(755,root,root) %{_bindir}/gdal_contour
954ec354 412%attr(755,root,root) %{_bindir}/gdal_calc.py
f4952e6f 413%attr(755,root,root) %{_bindir}/gdal_edit.py
4058fbc3
JB
414%attr(755,root,root) %{_bindir}/gdal_fillnodata.py
415%attr(755,root,root) %{_bindir}/gdal_grid
416%attr(755,root,root) %{_bindir}/gdal_merge.py
417%attr(755,root,root) %{_bindir}/gdal_polygonize.py
418%attr(755,root,root) %{_bindir}/gdal_proximity.py
419%attr(755,root,root) %{_bindir}/gdal_rasterize
420%attr(755,root,root) %{_bindir}/gdal_retile.py
421%attr(755,root,root) %{_bindir}/gdal_sieve.py
422%attr(755,root,root) %{_bindir}/gdal_translate
423%attr(755,root,root) %{_bindir}/gdaladdo
424%attr(755,root,root) %{_bindir}/gdalbuildvrt
425%attr(755,root,root) %{_bindir}/gdalchksum.py
0316feee 426%attr(755,root,root) %{_bindir}/gdalcompare.py
4058fbc3
JB
427%attr(755,root,root) %{_bindir}/gdaldem
428%attr(755,root,root) %{_bindir}/gdalenhance
429%attr(755,root,root) %{_bindir}/gdalident.py
430%attr(755,root,root) %{_bindir}/gdalimport.py
431%attr(755,root,root) %{_bindir}/gdalinfo
954ec354 432%attr(755,root,root) %{_bindir}/gdallocationinfo
4058fbc3 433%attr(755,root,root) %{_bindir}/gdalmanage
f4952e6f
AM
434%attr(755,root,root) %{_bindir}/gdalmove.py
435%attr(755,root,root) %{_bindir}/gdalserver
9b4989ae 436%attr(755,root,root) %{_bindir}/gdalsrsinfo
4058fbc3
JB
437%attr(755,root,root) %{_bindir}/gdaltindex
438%attr(755,root,root) %{_bindir}/gdaltransform
439%attr(755,root,root) %{_bindir}/gdalwarp
440%attr(755,root,root) %{_bindir}/mkgraticule.py
441%attr(755,root,root) %{_bindir}/nearblack
442%attr(755,root,root) %{_bindir}/ogr2ogr
443%attr(755,root,root) %{_bindir}/ogrinfo
0316feee 444%attr(755,root,root) %{_bindir}/ogrlineref
4058fbc3
JB
445%attr(755,root,root) %{_bindir}/ogrtindex
446%attr(755,root,root) %{_bindir}/pct2rgb.py
447%attr(755,root,root) %{_bindir}/rgb2pct.py
448%attr(755,root,root) %{_bindir}/testepsg
5014b82a 449%attr(755,root,root) %{_libdir}/libgdal.so.*.*.*
017b03bb 450%attr(755,root,root) %ghost %{_libdir}/libgdal.so.1
6b59fa88 451%{_datadir}/gdal
4058fbc3 452%{_mandir}/man1/gdal2tiles.1*
0316feee 453%{_mandir}/man1/gdal_calc.1*
4058fbc3 454%{_mandir}/man1/gdal_contour.1*
f4952e6f 455%{_mandir}/man1/gdal_edit.1*
4058fbc3
JB
456%{_mandir}/man1/gdal_fillnodata.1*
457%{_mandir}/man1/gdal_grid.1*
458%{_mandir}/man1/gdal_merge.1*
f4952e6f
AM
459%{_mandir}/man1/gdal_polygonize.1*
460%{_mandir}/man1/gdal_proximity.1*
4058fbc3
JB
461%{_mandir}/man1/gdal_rasterize.1*
462%{_mandir}/man1/gdal_retile.1*
463%{_mandir}/man1/gdal_sieve.1*
464%{_mandir}/man1/gdal_translate.1*
465%{_mandir}/man1/gdal_utilities.1*
466%{_mandir}/man1/gdaladdo.1*
467%{_mandir}/man1/gdalbuildvrt.1*
0316feee 468%{_mandir}/man1/gdalcompare.1*
4058fbc3
JB
469%{_mandir}/man1/gdaldem.1*
470%{_mandir}/man1/gdalinfo.1*
954ec354 471%{_mandir}/man1/gdallocationinfo.1*
f4952e6f
AM
472%{_mandir}/man1/gdalmanage.1*
473%{_mandir}/man1/gdalmove.1*
9b4989ae 474%{_mandir}/man1/gdalsrsinfo.1*
4058fbc3
JB
475%{_mandir}/man1/gdaltindex.1*
476%{_mandir}/man1/gdaltransform.1*
477%{_mandir}/man1/gdalwarp.1*
478%{_mandir}/man1/nearblack.1*
479%{_mandir}/man1/ogr2ogr.1*
480%{_mandir}/man1/ogr_utilities.1*
481%{_mandir}/man1/ogrinfo.1*
0316feee 482%{_mandir}/man1/ogrlineref.1*
4058fbc3
JB
483%{_mandir}/man1/ogrtindex.1*
484%{_mandir}/man1/pct2rgb.1*
485%{_mandir}/man1/rgb2pct.1*
6b59fa88
JB
486
487%files devel
488%defattr(644,root,root,755)
388b39cb 489%doc _html/*
5014b82a 490%attr(755,root,root) %{_bindir}/gdal-config
6b59fa88 491%attr(755,root,root) %{_libdir}/libgdal.so
5014b82a 492%{_libdir}/libgdal.la
0316feee 493%{_pkgconfigdir}/gdal.pc
4058fbc3
JB
494%{_includedir}/cpl_*.h
495%{_includedir}/cplkeywordparser.h
496%{_includedir}/gdal*.h
497%{_includedir}/gvgcpfit.h
498%{_includedir}/memdataset.h
499%{_includedir}/ogr_*.h
500%{_includedir}/ogrsf_frmts.h
501%{_includedir}/rawdataset.h
502%{_includedir}/thinplatespline.h
503%{_includedir}/vrtdataset.h
5014b82a 504%{_mandir}/man1/gdal-config.1*
6b59fa88
JB
505
506%files static
507%defattr(644,root,root,755)
9b5c0fd4 508%{_libdir}/libgdal.a
6b59fa88 509
a0ffd9c4
JB
510%files -n perl-gdal
511%defattr(644,root,root,755)
512%dir %{perl_vendorarch}/Geo
513%{perl_vendorarch}/Geo/GDAL.pm
514%dir %{perl_vendorarch}/Geo/GDAL
515%{perl_vendorarch}/Geo/GDAL/Const.pm
516%{perl_vendorarch}/Geo/OGR.pm
517%{perl_vendorarch}/Geo/OSR.pm
518%dir %{perl_vendorarch}/auto/Geo
519%dir %{perl_vendorarch}/auto/Geo/GDAL
520%{perl_vendorarch}/auto/Geo/GDAL/GDAL.bs
521%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/GDAL.so
522%dir %{perl_vendorarch}/auto/Geo/GDAL/Const
523%{perl_vendorarch}/auto/Geo/GDAL/Const/Const.bs
524%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/Const/Const.so
525%dir %{perl_vendorarch}/auto/Geo/OGR
526%{perl_vendorarch}/auto/Geo/OGR/OGR.bs
527%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OGR/OGR.so
528%dir %{perl_vendorarch}/auto/Geo/OSR
529%{perl_vendorarch}/auto/Geo/OSR/OSR.bs
530%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OSR/OSR.so
531
9b4989ae
JB
532%if %{with php}
533%files -n php-gdal
534%defattr(644,root,root,755)
535%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/gdal.ini
536%attr(755,root,root) %{php_extensiondir}/gdal.so
537%attr(755,root,root) %{php_extensiondir}/gdalconst.so
538%attr(755,root,root) %{php_extensiondir}/ogr.so
539%attr(755,root,root) %{php_extensiondir}/osr.so
540%endif
541
6b59fa88
JB
542%files -n python-gdal
543%defattr(644,root,root,755)
9a2dbbce
JB
544%{py_sitedir}/gdal.py[co]
545%{py_sitedir}/gdalconst.py[co]
546%{py_sitedir}/gdalnumeric.py[co]
9a2dbbce
JB
547%{py_sitedir}/ogr.py[co]
548%{py_sitedir}/osr.py[co]
69051332
JB
549%{py_sitedir}/GDAL-*.egg-info
550%dir %{py_sitedir}/osgeo
551%attr(755,root,root) %{py_sitedir}/osgeo/_gdal.so
552%attr(755,root,root) %{py_sitedir}/osgeo/_gdal_array.so
553%attr(755,root,root) %{py_sitedir}/osgeo/_gdalconst.so
554%attr(755,root,root) %{py_sitedir}/osgeo/_ogr.so
555%attr(755,root,root) %{py_sitedir}/osgeo/_osr.so
556%{py_sitedir}/osgeo/*.py[co]
a0ffd9c4 557
4aafe7c0 558%if %{with ruby}
a0ffd9c4
JB
559%files -n ruby-gdal
560%defattr(644,root,root,755)
315a1c4a
ER
561%dir %{ruby_vendorarchdir}/gdal
562%attr(755,root,root) %{ruby_vendorarchdir}/gdal/gdal.so
563%attr(755,root,root) %{ruby_vendorarchdir}/gdal/gdalconst.so
564%attr(755,root,root) %{ruby_vendorarchdir}/gdal/ogr.so
565%attr(755,root,root) %{ruby_vendorarchdir}/gdal/osr.so
4aafe7c0 566%endif
This page took 0.139302 seconds and 4 git commands to generate.