Rebuild for sqlite 3.8.8

- Add check for the correct sqlite-devel version
This commit is contained in:
Jan Staněk 2015-01-20 10:38:11 +01:00
parent 227eaa8979
commit 801d107b26
1 changed files with 9 additions and 5 deletions

View File

@ -2,13 +2,13 @@
%global sqlitever 3.8.3
%endif
%if 0%{?fedora} == 20
%global sqlitever 3.8.7.4
%global sqlitever 3.8.8
%endif
%if 0%{?fedora} == 21
%global sqlitever 3.8.7.4
%global sqlitever 3.8.8
%endif
%if 0%{?fedora} == 22
%global sqlitever 3.8.7.4
%global sqlitever 3.8.8
%endif
%if 0%{?rhel} == 6
%global sqlitever 3.6.20
@ -16,7 +16,7 @@
Name: spatialite-tools
Version: 4.2.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A set of useful CLI tools for SpatiaLite
Group: Development/Tools
@ -31,7 +31,7 @@ BuildRequires: libspatialite-devel
BuildRequires: proj-devel
BuildRequires: readline-devel
BuildRequires: readosm-devel
BuildRequires: sqlite-devel
BuildRequires: sqlite-devel %{?sqlitever: = %{sqlitever}}
BuildRequires: zlib-devel
# BZ 1048587
# The spatialite binary is a derivative of the sqlite shell and
@ -74,6 +74,10 @@ make install DESTDIR=%{buildroot}
%{_bindir}/spatialite_xml_*
%changelog
* Tue Jan 20 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-7
- Rebuild for sqlite 3.8.8
- Add check for the correct sqlite-devel version
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 4.2.0-6
- Rebuild for sqlite 3.8.7.4