]> git.pld-linux.org Git - packages/gdal.git/blame - gdal.spec
- release 4
[packages/gdal.git] / gdal.spec
CommitLineData
69051332 1# TODO: csharp, java
655672e5 2#
3# Conditional build:
4%bcond_without odbc # disable odbc support
5%bcond_without xerces # disable xerces support
4aafe7c0 6%bcond_without ruby # disable ruby support
655672e5 7#
faf5649c 8Summary: Geospatial Data Abstraction Library
a28c1bee 9Summary(pl.UTF-8): Biblioteka abstrakcji danych dotyczących powierzchni Ziemi
faf5649c 10Name: gdal
0e1ff494 11Version: 1.6.1
258b8ffd 12Release: 4
faf5649c
JB
13License: BSD-like
14Group: Libraries
c82ea5ef 15Source0: ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz
0e1ff494 16# Source0-md5: 4059285a5cef41ff975ed0ec02a97009
da4f9a6c 17Patch0: %{name}-dods.patch
4aafe7c0 18Patch1: %{name}-perl.patch
19Patch2: %{name}-ruby.patch
69051332
JB
20Patch3: %{name}-asneeded.patch
21Patch4: %{name}-ogdi.patch
ac627b1d 22Patch5: %{name}-python_install.patch
9b5c0fd4 23URL: http://www.gdal.org/
69051332
JB
24BuildRequires: autoconf >= 2.52
25BuildRequires: automake
6b59fa88 26BuildRequires: cfitsio-devel
3a591acf 27BuildRequires: doxygen
69051332 28BuildRequires: expat-devel >= 1.95.0
d44ae2ef 29BuildRequires: geos-devel >= 2.0
b459f4d7 30BuildRequires: giflib-devel >= 4.0
6b59fa88 31BuildRequires: hdf-devel >= 4.0
69051332 32BuildRequires: hdf5-devel
6b59fa88 33BuildRequires: jasper-devel
d4d7a2c6
JB
34BuildRequires: libcsf-devel
35BuildRequires: libdap-devel >= 3.5
b3cbf6a3 36BuildRequires: libgeotiff-devel >= 1.2.1
6b59fa88 37BuildRequires: libjpeg-devel >= 6b
e354fe40 38BuildRequires: libpng-devel >= 2:1.2.8
b3cbf6a3 39BuildRequires: libstdc++-devel
6b59fa88 40BuildRequires: libtiff-devel >= 3.6.0
69051332 41BuildRequires: libtool
b3cbf6a3 42BuildRequires: netcdf-devel
6b59fa88 43BuildRequires: ogdi-devel >= 3.1
a0ffd9c4 44BuildRequires: perl-devel
faf5649c 45BuildRequires: postgresql-backend-devel
017b03bb 46BuildRequires: postgresql-devel
9a2dbbce 47BuildRequires: python-devel >= 1:2.5
017b03bb 48BuildRequires: python-numpy-devel >= 1:1.0.0
479cb83c 49BuildRequires: rpm-pythonprov
4aafe7c0 50%{?with_ruby:BuildRequires: ruby-devel}
d4d7a2c6 51BuildRequires: sqlite3-devel >= 3
479cb83c 52BuildRequires: swig-perl
9a2dbbce 53BuildRequires: swig-python >= 1.3
017b03bb 54%{?with_ruby:BuildRequires: swig-ruby}
479cb83c 55BuildRequires: texlive-dvips
56BuildRequires: texlive-latex
655672e5 57%{?with_odbc:BuildRequires: unixODBC-devel}
58%{?with_xerces:BuildRequires: xerces-c-devel >= 2.2.0}
faf5649c 59BuildRequires: zlib-devel >= 1.1.4
d44ae2ef 60Requires: geos >= 2.0
b3cbf6a3 61Requires: libgeotiff >= 1.2.1
e354fe40 62Requires: libpng >= 2:1.2.8
b3cbf6a3 63Requires: libtiff >= 3.6.0
faf5649c
JB
64BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
65
66%description
67GDAL is a translator library for raster geospatial data formats that
68is released under an Open Source license. As a library, it presents a
69single abstract data model to the calling application for all
70supported formats. The related OGR library (which lives within the
71GDAL source tree) provides a similar capability for simple features
72vector data.
f05c79e8 73
d34f2ec8
JR
74%description -l pl.UTF-8
75GDAL to biblioteka konwertująca między formatami rastrowych danych
76dotyczących powierzchni Ziemi, udostępniona na licencji Open Source.
77Jako biblioteka udostępnia aplikacjom jeden abstrakcyjny model danych
78do wszystkich obsługiwanych formatów. Powiązana z nią biblioteka OGR
79(której źródła są dołączone do drzewa źródeł GDAL) daje podobne
80możliwości dla danych wektorowych.
faf5649c 81
6b59fa88
JB
82%package devel
83Summary: GDAL library header files
a28c1bee 84Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GDAL
6b59fa88 85Group: Development/Libraries
1673a634 86Requires: %{name} = %{version}-%{release}
b3cbf6a3 87Requires: cfitsio-devel
69051332 88Requires: expat-devel >= 1.95.0
d44ae2ef 89Requires: geos-devel >= 2.0
b459f4d7 90Requires: giflib-devel
b3cbf6a3 91Requires: hdf-devel >= 4.0
69051332 92Requires: hdf5-devel
b3cbf6a3 93Requires: jasper-devel
d4d7a2c6
JB
94Requires: libcsf-devel
95Requires: libdap-devel >= 3.5
b3cbf6a3
JB
96Requires: libgeotiff-devel >= 1.2.1
97Requires: libjpeg-devel
e354fe40 98Requires: libpng-devel >= 2:1.2.8
b3cbf6a3
JB
99Requires: libstdc++-devel
100Requires: libtiff-devel >= 3.6.0
b3cbf6a3
JB
101Requires: netcdf-devel
102Requires: ogdi-devel >= 3.1
103Requires: postgresql-devel
d4d7a2c6 104Requires: sqlite3-devel >= 3
655672e5 105%{?with_odbc:Requires: unixODBC-devel}
69051332 106%{?with_xerces:Requires: xerces-c-devel >= 2.7.0}
6b59fa88
JB
107
108%description devel
109GDAL library header files.
110
d34f2ec8
JR
111%description devel -l pl.UTF-8
112Pliki nagłówkowe biblioteki GDAL.
6b59fa88
JB
113
114%package static
115Summary: GDAL static libraries
a28c1bee 116Summary(pl.UTF-8): Statyczne biblioteki GDAL
6b59fa88 117Group: Development/Libraries
1673a634 118Requires: %{name}-devel = %{version}-%{release}
6b59fa88
JB
119
120%description static
121GDAL static libraries.
122
d34f2ec8 123%description static -l pl.UTF-8
6b59fa88
JB
124Statyczne biblioteki GDAL.
125
a0ffd9c4
JB
126%package -n perl-gdal
127Summary: Perl bindings for GDAL
128Summary(pl.UTF-8): Wiązania Perla do pakietu GDAL
129Group: Development/Languages/Perl
130Requires: %{name} = %{version}-%{release}
131
132%description -n perl-gdal
133Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
134
135%description -n perl-gdal -l pl.UTF-8
017b03bb 136Wiązania Perla do pakietu GDAL - moduły Geo::GDAL, Geo::OGR, Geo::OSR.
a0ffd9c4 137
6b59fa88
JB
138%package -n python-gdal
139Summary: GDAL Python module
a28c1bee 140Summary(pl.UTF-8): Moduł Pythona GDAL
6b59fa88 141Group: Libraries/Python
1673a634 142Requires: %{name} = %{version}-%{release}
faf2b39a 143%pyrequires_eq python-libs
6b59fa88
JB
144
145%description -n python-gdal
146GDAL Python module.
147
d34f2ec8
JR
148%description -n python-gdal -l pl.UTF-8
149Moduł Pythona GDAL.
6b59fa88 150
a0ffd9c4
JB
151%package -n ruby-gdal
152Summary: Ruby bindings for GDAL
153Summary(pl.UTF-8): Wiązania języka Ruby do pakietu GDAL
154Group: Development/Languages
155Requires: %{name} = %{version}-%{release}
156%{?ruby_mod_ver_requires_eq}
157
158%description -n ruby-gdal
159Ruby bindings for GDAL - gdal, gdalconst, ogr and osr modules.
160
161%description -n ruby-gdal -l pl.UTF-8
017b03bb
ER
162Wiązania języka Ruby do pakietu GDAL - moduły gdal, gdalconst, ogr i
163osr.
a0ffd9c4 164
faf5649c
JB
165%prep
166%setup -q
167%patch0 -p1
168%patch1 -p1
a0ffd9c4 169%patch2 -p1
69051332
JB
170%patch3 -p1
171%patch4 -p1
0bf82ee7 172%patch5 -p1
69051332
JB
173
174# need to regenerate (old ones don't support perl 5.10)
175rm swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}
4ed54fac 176
faf5649c 177%build
69051332 178# $PYTHON_INCLUDES is set only with --with-ogpython, but we have --with-python,
017b03bb
ER
179# and $PYTHON_INCLUDES is needed to detect numpy properly
180export PYTHON_INCLUDES=-I%{py_incdir}
181
69051332
JB
182%{__libtoolize}
183cp -f /usr/share/automake/config.* .
184%{__aclocal} -I m4
faf5649c 185%{__autoconf}
69051332 186# disable grass/libgrass here, it can be built from separate gdal-grass package
6b59fa88 187%configure \
5014b82a 188 --datadir=%{_datadir}/gdal \
d4d7a2c6 189 --with-dods-root=/usr \
69051332 190 --with-hide-internal-symbols \
a0ffd9c4 191 --with-perl \
69051332 192 --with-python \
4aafe7c0 193 %{?with_ruby:--with-ruby} \
69051332 194 --with-sqlite3 \
655672e5 195 %{?with_xerces:--with-xerces} \
6b59fa88 196 --with-xerces-inc=/usr/include/xercesc \
80faacbe 197 --with-xerces-lib="-lxerces-c" \
a3027d62 198 --without-grass \
69051332 199 --without-libgrass
a0ffd9c4 200# --with-php needs Zend API update
69051332
JB
201# java broken, no configure option
202# csharp builds, but has no configure option
faf5649c 203
69051332 204# regenerate where needed
825dc3dc 205%{__make} -j1 -C swig/perl generate
69051332 206
825dc3dc 207%{__make} -j1
a0ffd9c4 208
825dc3dc 209%{__make} -j1 docs
3a591acf 210
faf5649c
JB
211%install
212rm -rf $RPM_BUILD_ROOT
faf5649c 213
825dc3dc 214%{__make} -j1 install install-man \
3a591acf
JB
215 DESTDIR=$RPM_BUILD_ROOT
216
388b39cb
ER
217rm -rf _html
218cp -a html _html
219cp -a ogr/html _html/ogr
faf5649c 220
374370d5
JB
221%py_comp $RPM_BUILD_ROOT%{py_sitedir}
222%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
223%py_postclean
5014b82a 224
017b03bb
ER
225%{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
226%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/.packlist
227%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/GDAL/Const/.packlist
228%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OGR/.packlist
229%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Geo/OSR/.packlist
230
231# some doxygen trash
232%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/GDAL.dox
233%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/GDAL/Const.dox
234%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OGR.dox
235%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Geo/OSR.dox
236
ac627b1d 237%if %{with ruby}
69051332 238%{__rm} $RPM_BUILD_ROOT%{ruby_sitearchdir}/gdal/*.la
ac627b1d 239%endif
69051332 240
faf5649c
JB
241%clean
242rm -rf $RPM_BUILD_ROOT
243
6b59fa88
JB
244%post -p /sbin/ldconfig
245%postun -p /sbin/ldconfig
246
faf5649c
JB
247%files
248%defattr(644,root,root,755)
c0a384ef 249%doc NEWS PROVENANCE.TXT
faf5649c 250%attr(755,root,root) %{_bindir}/*
5014b82a
JB
251%exclude %{_bindir}/gdal-config
252%attr(755,root,root) %{_libdir}/libgdal.so.*.*.*
017b03bb 253%attr(755,root,root) %ghost %{_libdir}/libgdal.so.1
6b59fa88 254%{_datadir}/gdal
5014b82a
JB
255%{_mandir}/man1/*
256%exclude %{_mandir}/man1/gdal-config.1*
6b59fa88
JB
257
258%files devel
259%defattr(644,root,root,755)
388b39cb 260%doc _html/*
5014b82a 261%attr(755,root,root) %{_bindir}/gdal-config
6b59fa88 262%attr(755,root,root) %{_libdir}/libgdal.so
5014b82a 263%{_libdir}/libgdal.la
faf5649c 264%{_includedir}/*.h
5014b82a 265%{_mandir}/man1/gdal-config.1*
6b59fa88
JB
266
267%files static
268%defattr(644,root,root,755)
9b5c0fd4 269%{_libdir}/libgdal.a
6b59fa88 270
a0ffd9c4
JB
271%files -n perl-gdal
272%defattr(644,root,root,755)
273%dir %{perl_vendorarch}/Geo
274%{perl_vendorarch}/Geo/GDAL.pm
275%dir %{perl_vendorarch}/Geo/GDAL
276%{perl_vendorarch}/Geo/GDAL/Const.pm
277%{perl_vendorarch}/Geo/OGR.pm
278%{perl_vendorarch}/Geo/OSR.pm
279%dir %{perl_vendorarch}/auto/Geo
280%dir %{perl_vendorarch}/auto/Geo/GDAL
281%{perl_vendorarch}/auto/Geo/GDAL/GDAL.bs
282%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/GDAL.so
283%dir %{perl_vendorarch}/auto/Geo/GDAL/Const
284%{perl_vendorarch}/auto/Geo/GDAL/Const/Const.bs
285%attr(755,root,root) %{perl_vendorarch}/auto/Geo/GDAL/Const/Const.so
286%dir %{perl_vendorarch}/auto/Geo/OGR
287%{perl_vendorarch}/auto/Geo/OGR/OGR.bs
288%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OGR/OGR.so
289%dir %{perl_vendorarch}/auto/Geo/OSR
290%{perl_vendorarch}/auto/Geo/OSR/OSR.bs
291%attr(755,root,root) %{perl_vendorarch}/auto/Geo/OSR/OSR.so
292
6b59fa88
JB
293%files -n python-gdal
294%defattr(644,root,root,755)
9a2dbbce
JB
295%{py_sitedir}/gdal.py[co]
296%{py_sitedir}/gdalconst.py[co]
297%{py_sitedir}/gdalnumeric.py[co]
9a2dbbce
JB
298%{py_sitedir}/ogr.py[co]
299%{py_sitedir}/osr.py[co]
69051332
JB
300%{py_sitedir}/GDAL-*.egg-info
301%dir %{py_sitedir}/osgeo
302%attr(755,root,root) %{py_sitedir}/osgeo/_gdal.so
303%attr(755,root,root) %{py_sitedir}/osgeo/_gdal_array.so
304%attr(755,root,root) %{py_sitedir}/osgeo/_gdalconst.so
305%attr(755,root,root) %{py_sitedir}/osgeo/_ogr.so
306%attr(755,root,root) %{py_sitedir}/osgeo/_osr.so
307%{py_sitedir}/osgeo/*.py[co]
a0ffd9c4 308
4aafe7c0 309%if %{with ruby}
a0ffd9c4
JB
310%files -n ruby-gdal
311%defattr(644,root,root,755)
312%dir %{ruby_sitearchdir}/gdal
313%attr(755,root,root) %{ruby_sitearchdir}/gdal/gdal.so
314%attr(755,root,root) %{ruby_sitearchdir}/gdal/gdalconst.so
315%attr(755,root,root) %{ruby_sitearchdir}/gdal/ogr.so
316%attr(755,root,root) %{ruby_sitearchdir}/gdal/osr.so
4aafe7c0 317%endif
This page took 0.076046 seconds and 4 git commands to generate.