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