spec: disable bootstrap mode

Resolves: rhbz#1490492
Version: 2.2.3-4
This commit is contained in:
Pavel Raiskup 2017-12-14 15:49:41 +01:00
parent 44c89eba51
commit 793123a4c5
1 changed files with 6 additions and 9 deletions

View File

@ -29,12 +29,6 @@
%global compdir %(dirname $(pkg-config --variable=compatdir bash-completion))
# Enable minimal bootstrap mode
# https://bugzilla.redhat.com/show_bug.cgi?id=1490492
%if 0%{?fedora} > 27
%global bootstrap 1
%endif
%if 0%{?bootstrap}
%global build_refman 0
%global with_mysql 0
@ -42,7 +36,7 @@
%global with_poppler 0
%global poppler --without-poppler
%global with_spatialite 0
%global spatialite "--without-spatialite"
%global spatialite --without-spatialite
%else
# Enable/disable generating refmans
# texlive currently broken deps and FTBFS in rawhide
@ -62,13 +56,13 @@
%if 0%{?rhel} == 6
%ifnarch ppc64
%global with_spatialite 0
%global spatialite "--without-spatialite"
%global spatialite --without-spatialite
%endif
%endif
Name: gdal
Version: 2.2.3
Release: 3%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap}
Release: 4%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap}
Summary: GIS file format library
Group: System Environment/Libraries
License: MIT
@ -888,6 +882,9 @@ popd
#Or as before, using ldconfig
%changelog
* Thu Dec 14 2017 Pavel Raiskup <praiskup@redhat.com> - 2.2.3-4
- drop bootstrap mode
* Mon Dec 11 2017 Björn Esser <besser82@fedoraproject.org> - 2.2.3-3.1.bootstrap
- Add patch to cleanly build against json-c v0.13