Add autoconf amalgamation for stage2 builds.
This commit is contained in:
parent
4080e818bd
commit
e6061f0e46
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/sqlite-doc-3081101.zip
|
||||
/sqlite-src-3090000.zip
|
||||
/sqlite-doc-3090000.zip
|
||||
/sqlite-autoconf-3090000.tar.gz
|
||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
||||
5f78ff90a464d9ccbf6a025e1a640aa2 sqlite-src-3090000.zip
|
||||
040c53ea68fb617cec19230f8969a5e1 sqlite-doc-3090000.zip
|
||||
cd0f883b2ddfc29e8e1bbbbd8e85f555 sqlite-autoconf-3090000.tar.gz
|
||||
|
@ -10,13 +10,14 @@
|
||||
Summary: Library that implements an embeddable SQL database engine
|
||||
Name: sqlite
|
||||
Version: %{rpmver}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
|
||||
Source0: http://www.sqlite.org/2015/sqlite-src-%{realver}.zip
|
||||
Source1: http://www.sqlite.org/2015/sqlite-doc-%{docver}.zip
|
||||
Source2: http://www.sqlite.org/2015/sqlite-autoconf-%{realver}.tar.gz
|
||||
# Support a system-wide lemon template
|
||||
Patch1: sqlite-3.6.23-lemon-system-template.patch
|
||||
# Shut up stupid tests depending on system settings of allowed open fd's
|
||||
@ -207,6 +208,9 @@ make test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-2
|
||||
- Add autoconf amalgamation for stage2 builds.
|
||||
|
||||
* Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-1
|
||||
- Updated to version 3.9.0 (https://sqlite.org/releaselog/3_9_0.html)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user