]> git.pld-linux.org Git - packages/gdal.git/blame - gdal.spec
- todo updated
[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
9b4989ae 45Version: 1.9.0
8b360036 46Release: 5
faf5649c
JB
47License: BSD-like
48Group: Libraries
c82ea5ef 49Source0: ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz
9b4989ae 50# Source0-md5: 1853f3d8eb5232ae030abe007840cade
f5a12c65 51Patch0: %{name}-perl.patch
9b4989ae
JB
52Patch1: %{name}-python_install.patch
53Patch2: %{name}-doxy.patch
54Patch3: %{name}-sh.patch
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
9b4989ae 85BuildRequires: netcdf-devel >= 4
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}
db38e4ab 107%if "%{pld_release}" == "ti"
108BuildRequires: tetex-format-latex
109BuildRequires: tetex-dvips
110%else
479cb83c 111BuildRequires: texlive-dvips
112BuildRequires: texlive-latex
db38e4ab 113%endif
9831286f 114%{?with_odbc:BuildRequires: unixODBC-devel >= 2.2.15}
9b4989ae
JB
115%{?with_xerces:BuildRequires: xerces-c-devel >= 2.7.0}
116BuildRequires: xz-devel
faf5649c 117BuildRequires: zlib-devel >= 1.1.4
9b4989ae 118Requires: geos >= 2.2.0
b3cbf6a3 119Requires: libgeotiff >= 1.2.1
e354fe40 120Requires: libpng >= 2:1.2.8
954ec354 121Requires: libtiff >= 4.0
faf5649c
JB
122BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
123
124%description
125GDAL is a translator library for raster geospatial data formats that
126is released under an Open Source license. As a library, it presents a
127single abstract data model to the calling application for all
128supported formats. The related OGR library (which lives within the
129GDAL source tree) provides a similar capability for simple features
130vector data.
f05c79e8 131
d34f2ec8
JR
132%description -l pl.UTF-8
133GDAL to biblioteka konwertująca między formatami rastrowych danych
134dotyczących powierzchni Ziemi, udostępniona na licencji Open Source.
135Jako biblioteka udostępnia aplikacjom jeden abstrakcyjny model danych
136do wszystkich obsługiwanych formatów. Powiązana z nią biblioteka OGR
137(której źródła są dołączone do drzewa źródeł GDAL) daje podobne
138możliwości dla danych wektorowych.
faf5649c 139
6b59fa88
JB
140%package devel
141Summary: GDAL library header files
a28c1bee 142Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GDAL
6b59fa88 143Group: Development/Libraries
1673a634 144Requires: %{name} = %{version}-%{release}
b3cbf6a3 145Requires: cfitsio-devel
209aac6b
JB
146Requires: curl-devel
147%{?with_epsilon:Requires: epsilon-compressor-devel}
69051332 148Requires: expat-devel >= 1.95.0
9b4989ae 149Requires: geos-devel >= 2.2.0
209aac6b 150Requires: giflib-devel >= 4.0
b3cbf6a3 151Requires: hdf-devel >= 4.0
69051332 152Requires: hdf5-devel
b3cbf6a3 153Requires: jasper-devel
d4d7a2c6 154Requires: libcsf-devel
4058fbc3 155Requires: libdap-devel >= 3.10
b3cbf6a3 156Requires: libgeotiff-devel >= 1.2.1
209aac6b
JB
157%{?with_gta:Requires: libgta-devel}
158Requires: libjpeg-devel >= 6b
e354fe40 159Requires: libpng-devel >= 2:1.2.8
b3cbf6a3 160Requires: libstdc++-devel
954ec354 161Requires: libtiff-devel >= 4.0
209aac6b
JB
162Requires: libuuid-devel
163Requires: libwebp-devel
164Requires: libxml2-devel
9b4989ae 165Requires: netcdf-devel >= 4
b3cbf6a3 166Requires: ogdi-devel >= 3.1
954ec354 167#Requires: pcidsk-devel > 0.3
209aac6b
JB
168%{?with_podofo:Requires: podofo-devel}
169%{?with_poppler:Requires: poppler-devel}
b3cbf6a3 170Requires: postgresql-devel
209aac6b 171Requires: proj-devel >= 4
9b4989ae 172Requires: sqlite3-devel >= 3.0.0
655672e5 173%{?with_odbc:Requires: unixODBC-devel}
69051332 174%{?with_xerces:Requires: xerces-c-devel >= 2.7.0}
209aac6b
JB
175Requires: xz-devel
176Requires: zlib-devel >= 1.1.4
6b59fa88
JB
177
178%description devel
179GDAL library header files.
180
d34f2ec8
JR
181%description devel -l pl.UTF-8
182Pliki nagłówkowe biblioteki GDAL.
6b59fa88
JB
183
184%package static
185Summary: GDAL static libraries
a28c1bee 186Summary(pl.UTF-8): Statyczne biblioteki GDAL
6b59fa88 187Group: Development/Libraries
1673a634 188Requires: %{name}-devel = %{version}-%{release}
6b59fa88
JB
189
190%description static
191GDAL static libraries.
192
d34f2ec8 193%description static -l pl.UTF-8
6b59fa88
JB
194Statyczne biblioteki GDAL.
195
a0ffd9c4
JB
196%package -n perl-gdal
197Summary: Perl bindings for GDAL
198Summary(pl.UTF-8): Wiązania Perla do pakietu GDAL
199Group: Development/Languages/Perl
200Requires: %{name} = %{version}-%{release}
201
202%description -n perl-gdal
203Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
204
205%description -n perl-gdal -l pl.UTF-8
017b03bb 206Wiązania Perla do pakietu GDAL - moduły Geo::GDAL, Geo::OGR, Geo::OSR.
a0ffd9c4 207
9b4989ae
JB
208%package -n php-gdal
209Summary: PHP bindings for GDAL library
210Summary(pl.UTF-8): Wiązania PHP do biblioteki GDAL
211Group: Development/Languages/PHP
212Requires: %{name} = %{version}-%{release}
213%{?requires_php_extension}
214
215%description -n php-gdal
216PHP bindings for GDAL library
217
218%description -n php-gdal -l pl.UTF-8
219Wiązania PHP do biblioteki GDAL.
220
6b59fa88
JB
221%package -n python-gdal
222Summary: GDAL Python module
a28c1bee 223Summary(pl.UTF-8): Moduł Pythona GDAL
6b59fa88 224Group: Libraries/Python
1673a634 225Requires: %{name} = %{version}-%{release}
faf2b39a 226%pyrequires_eq python-libs
6b59fa88
JB
227
228%description -n python-gdal
229GDAL Python module.
230
d34f2ec8
JR
231%description -n python-gdal -l pl.UTF-8
232Moduł Pythona GDAL.
6b59fa88 233
a0ffd9c4
JB
234%package -n ruby-gdal
235Summary: Ruby bindings for GDAL
236Summary(pl.UTF-8): Wiązania języka Ruby do pakietu GDAL
237Group: Development/Languages
238Requires: %{name} = %{version}-%{release}
239%{?ruby_mod_ver_requires_eq}
240
241%description -n ruby-gdal
242Ruby bindings for GDAL - gdal, gdalconst, ogr and osr modules.
243
244%description -n ruby-gdal -l pl.UTF-8
017b03bb
ER
245Wiązania języka Ruby do pakietu GDAL - moduły gdal, gdalconst, ogr i
246osr.
a0ffd9c4 247
faf5649c
JB
248%prep
249%setup -q
250%patch0 -p1
251%patch1 -p1
a0ffd9c4 252%patch2 -p1
69051332 253%patch3 -p1
4058fbc3 254%patch4 -p1
d7f652d4 255%patch5 -p1
69051332
JB
256
257# need to regenerate (old ones don't support perl 5.10)
4058fbc3 258%{__rm} swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}
f5a12c65 259
4058fbc3 260%{__rm} -r man
4ed54fac 261
b88bb9ef
JB
262%{__sed} -i -e 's,DODS_INC="-I.*,DODS_INC="$(pkg-config --cflags libdap)",' configure.in
263
faf5649c 264%build
69051332 265%{__libtoolize}
69051332 266%{__aclocal} -I m4
faf5649c 267%{__autoconf}
69051332 268# disable grass/libgrass here, it can be built from separate gdal-grass package
6b59fa88 269%configure \
5014b82a 270 --datadir=%{_datadir}/gdal \
d4d7a2c6 271 --with-dods-root=/usr \
209aac6b 272 %{?with_epsilon:--with-epsilon} \
b88bb9ef 273 %{!?with_gta:--without-gta} \
69051332 274 --with-hide-internal-symbols \
9b4989ae
JB
275 %{?with_java:--with-java=%{java_home}} \
276 --with-liblzma \
209aac6b 277 %{?with_java:--with-mdb --with-jvm-lib-add-rpath} \
a0ffd9c4 278 --with-perl \
9b4989ae 279 %{?with_php:--with-php} \
fac7da6f
JB
280 %{?with_podofo:--with-podofo} \
281 %{?with_poppler:--with-poppler} \
69051332 282 --with-python \
4aafe7c0 283 %{?with_ruby:--with-ruby} \
69051332 284 --with-sqlite3 \
9b4989ae 285 --with-webp \
655672e5 286 %{?with_xerces:--with-xerces} \
6b59fa88 287 --with-xerces-inc=/usr/include/xercesc \
80faacbe 288 --with-xerces-lib="-lxerces-c" \
a3027d62 289 --without-grass \
69051332 290 --without-libgrass
954ec354 291# --with-pcidsk=/usr (needs > 0.3)
69051332 292# csharp builds, but has no configure option
faf5649c 293
69051332 294# regenerate where needed
825dc3dc 295%{__make} -j1 -C swig/perl generate
961f0000 296%{?with_ruby:%{__make} -j1 -C swig/ruby generate}
69051332 297
825dc3dc 298%{__make} -j1
a0ffd9c4 299
825dc3dc 300%{__make} -j1 docs
3a591acf 301
f5a12c65
JK
302%{__make} -j1 man
303
faf5649c
JB
304%install
305rm -rf $RPM_BUILD_ROOT
faf5649c 306
825dc3dc 307%{__make} -j1 install install-man \
3a591acf
JB
308 DESTDIR=$RPM_BUILD_ROOT
309
388b39cb
ER
310rm -rf _html
311cp -a html _html
312cp -a ogr/html _html/ogr
faf5649c 313
9b4989ae
JB
314%if %{with php}
315# missing in make install
316install -D swig/php/php_gdal.so $RPM_BUILD_ROOT%{php_extensiondir}/gdal.so
317install -D swig/php/php_gdalconst.so $RPM_BUILD_ROOT%{php_extensiondir}/gdalconst.so
318install -D swig/php/php_ogr.so $RPM_BUILD_ROOT%{php_extensiondir}/ogr.so
319install -D swig/php/php_osr.so $RPM_BUILD_ROOT%{php_extensiondir}/osr.so
320install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
321cat <<'EOF' >$RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/gdal.ini
322; Enable gdal extension module
323extension=gdal.so
324extension=gdalconst.so
325extension=ogr.so
326extension=osr.so
327EOF
328%endif
329
374370d5
JB
330%py_comp $RPM_BUILD_ROOT%{py_sitedir}
331%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
332%py_postclean
5014b82a 333
017b03bb
ER
334%{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
335%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/.packlist
336%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/Const/.packlist
337%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OGR/.packlist
338%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OSR/.packlist
339
340# some doxygen trash
954ec354 341%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/{GDAL.dox,GDAL/Const.dox,OGR.dox,OSR.dox}
9b4989ae 342%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/check_dox.pl
954ec354 343%{__rm} $RPM_BUILD_ROOT%{_bindir}/gdal_{fillnodata,sieve}.dox
017b03bb 344
faf5649c
JB
345%clean
346rm -rf $RPM_BUILD_ROOT
347
6b59fa88
JB
348%post -p /sbin/ldconfig
349%postun -p /sbin/ldconfig
350
faf5649c
JB
351%files
352%defattr(644,root,root,755)
c0a384ef 353%doc NEWS PROVENANCE.TXT
4058fbc3
JB
354%attr(755,root,root) %{_bindir}/epsg_tr.py
355%attr(755,root,root) %{_bindir}/esri2wkt.py
356%attr(755,root,root) %{_bindir}/gcps2vec.py
357%attr(755,root,root) %{_bindir}/gcps2wld.py
358%attr(755,root,root) %{_bindir}/gdal2tiles.py
359%attr(755,root,root) %{_bindir}/gdal2xyz.py
360%attr(755,root,root) %{_bindir}/gdal_contour
954ec354 361%attr(755,root,root) %{_bindir}/gdal_calc.py
4058fbc3
JB
362%attr(755,root,root) %{_bindir}/gdal_fillnodata.py
363%attr(755,root,root) %{_bindir}/gdal_grid
364%attr(755,root,root) %{_bindir}/gdal_merge.py
365%attr(755,root,root) %{_bindir}/gdal_polygonize.py
366%attr(755,root,root) %{_bindir}/gdal_proximity.py
367%attr(755,root,root) %{_bindir}/gdal_rasterize
368%attr(755,root,root) %{_bindir}/gdal_retile.py
369%attr(755,root,root) %{_bindir}/gdal_sieve.py
370%attr(755,root,root) %{_bindir}/gdal_translate
371%attr(755,root,root) %{_bindir}/gdaladdo
372%attr(755,root,root) %{_bindir}/gdalbuildvrt
373%attr(755,root,root) %{_bindir}/gdalchksum.py
374%attr(755,root,root) %{_bindir}/gdaldem
375%attr(755,root,root) %{_bindir}/gdalenhance
376%attr(755,root,root) %{_bindir}/gdalident.py
377%attr(755,root,root) %{_bindir}/gdalimport.py
378%attr(755,root,root) %{_bindir}/gdalinfo
954ec354 379%attr(755,root,root) %{_bindir}/gdallocationinfo
4058fbc3 380%attr(755,root,root) %{_bindir}/gdalmanage
9b4989ae 381%attr(755,root,root) %{_bindir}/gdalsrsinfo
4058fbc3
JB
382%attr(755,root,root) %{_bindir}/gdaltindex
383%attr(755,root,root) %{_bindir}/gdaltransform
384%attr(755,root,root) %{_bindir}/gdalwarp
385%attr(755,root,root) %{_bindir}/mkgraticule.py
386%attr(755,root,root) %{_bindir}/nearblack
387%attr(755,root,root) %{_bindir}/ogr2ogr
388%attr(755,root,root) %{_bindir}/ogrinfo
389%attr(755,root,root) %{_bindir}/ogrtindex
390%attr(755,root,root) %{_bindir}/pct2rgb.py
391%attr(755,root,root) %{_bindir}/rgb2pct.py
392%attr(755,root,root) %{_bindir}/testepsg
5014b82a 393%attr(755,root,root) %{_libdir}/libgdal.so.*.*.*
017b03bb 394%attr(755,root,root) %ghost %{_libdir}/libgdal.so.1
6b59fa88 395%{_datadir}/gdal
4058fbc3
JB
396%{_mandir}/man1/gdal2tiles.1*
397%{_mandir}/man1/gdal_contour.1*
398%{_mandir}/man1/gdal_fillnodata.1*
399%{_mandir}/man1/gdal_grid.1*
400%{_mandir}/man1/gdal_merge.1*
401%{_mandir}/man1/gdal_rasterize.1*
402%{_mandir}/man1/gdal_retile.1*
403%{_mandir}/man1/gdal_sieve.1*
404%{_mandir}/man1/gdal_translate.1*
405%{_mandir}/man1/gdal_utilities.1*
406%{_mandir}/man1/gdaladdo.1*
407%{_mandir}/man1/gdalbuildvrt.1*
408%{_mandir}/man1/gdaldem.1*
409%{_mandir}/man1/gdalinfo.1*
954ec354 410%{_mandir}/man1/gdallocationinfo.1*
9b4989ae 411%{_mandir}/man1/gdalsrsinfo.1*
4058fbc3
JB
412%{_mandir}/man1/gdaltindex.1*
413%{_mandir}/man1/gdaltransform.1*
414%{_mandir}/man1/gdalwarp.1*
415%{_mandir}/man1/nearblack.1*
416%{_mandir}/man1/ogr2ogr.1*
417%{_mandir}/man1/ogr_utilities.1*
418%{_mandir}/man1/ogrinfo.1*
419%{_mandir}/man1/ogrtindex.1*
420%{_mandir}/man1/pct2rgb.1*
421%{_mandir}/man1/rgb2pct.1*
6b59fa88
JB
422
423%files devel
424%defattr(644,root,root,755)
388b39cb 425%doc _html/*
5014b82a 426%attr(755,root,root) %{_bindir}/gdal-config
6b59fa88 427%attr(755,root,root) %{_libdir}/libgdal.so
5014b82a 428%{_libdir}/libgdal.la
4058fbc3
JB
429%{_includedir}/cpl_*.h
430%{_includedir}/cplkeywordparser.h
431%{_includedir}/gdal*.h
432%{_includedir}/gvgcpfit.h
433%{_includedir}/memdataset.h
434%{_includedir}/ogr_*.h
435%{_includedir}/ogrsf_frmts.h
436%{_includedir}/rawdataset.h
437%{_includedir}/thinplatespline.h
438%{_includedir}/vrtdataset.h
5014b82a 439%{_mandir}/man1/gdal-config.1*
6b59fa88
JB
440
441%files static
442%defattr(644,root,root,755)
9b5c0fd4 443%{_libdir}/libgdal.a
6b59fa88 444
a0ffd9c4
JB
445%files -n perl-gdal
446%defattr(644,root,root,755)
447%dir %{perl_vendorarch}/Geo
448%{perl_vendorarch}/Geo/GDAL.pm
449%dir %{perl_vendorarch}/Geo/GDAL
450%{perl_vendorarch}/Geo/GDAL/Const.pm
451%{perl_vendorarch}/Geo/OGR.pm
452%{perl_vendorarch}/Geo/OSR.pm
453%dir %{perl_vendorarch}/auto/Geo
454%dir %{perl_vendorarch}/auto/Geo/GDAL
455%{perl_vendorarch}/auto/Geo/GDAL/GDAL.bs
456%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/GDAL.so
457%dir %{perl_vendorarch}/auto/Geo/GDAL/Const
458%{perl_vendorarch}/auto/Geo/GDAL/Const/Const.bs
459%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/Const/Const.so
460%dir %{perl_vendorarch}/auto/Geo/OGR
461%{perl_vendorarch}/auto/Geo/OGR/OGR.bs
462%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OGR/OGR.so
463%dir %{perl_vendorarch}/auto/Geo/OSR
464%{perl_vendorarch}/auto/Geo/OSR/OSR.bs
465%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OSR/OSR.so
466
9b4989ae
JB
467%if %{with php}
468%files -n php-gdal
469%defattr(644,root,root,755)
470%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/gdal.ini
471%attr(755,root,root) %{php_extensiondir}/gdal.so
472%attr(755,root,root) %{php_extensiondir}/gdalconst.so
473%attr(755,root,root) %{php_extensiondir}/ogr.so
474%attr(755,root,root) %{php_extensiondir}/osr.so
475%endif
476
6b59fa88
JB
477%files -n python-gdal
478%defattr(644,root,root,755)
9a2dbbce
JB
479%{py_sitedir}/gdal.py[co]
480%{py_sitedir}/gdalconst.py[co]
481%{py_sitedir}/gdalnumeric.py[co]
9a2dbbce
JB
482%{py_sitedir}/ogr.py[co]
483%{py_sitedir}/osr.py[co]
69051332
JB
484%{py_sitedir}/GDAL-*.egg-info
485%dir %{py_sitedir}/osgeo
486%attr(755,root,root) %{py_sitedir}/osgeo/_gdal.so
487%attr(755,root,root) %{py_sitedir}/osgeo/_gdal_array.so
488%attr(755,root,root) %{py_sitedir}/osgeo/_gdalconst.so
489%attr(755,root,root) %{py_sitedir}/osgeo/_ogr.so
490%attr(755,root,root) %{py_sitedir}/osgeo/_osr.so
491%{py_sitedir}/osgeo/*.py[co]
a0ffd9c4 492
4aafe7c0 493%if %{with ruby}
a0ffd9c4
JB
494%files -n ruby-gdal
495%defattr(644,root,root,755)
496%dir %{ruby_sitearchdir}/gdal
497%attr(755,root,root) %{ruby_sitearchdir}/gdal/gdal.so
498%attr(755,root,root) %{ruby_sitearchdir}/gdal/gdalconst.so
499%attr(755,root,root) %{ruby_sitearchdir}/gdal/ogr.so
500%attr(755,root,root) %{ruby_sitearchdir}/gdal/osr.so
4aafe7c0 501%endif
This page took 0.149276 seconds and 4 git commands to generate.