- update to 3.7.6.2
This commit is contained in:
parent
8b94c1ffdc
commit
1518161595
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
||||
/sqlite-src-3070400.zip
|
||||
/sqlite-src-3070500.zip
|
||||
/sqlite-doc-3070500.zip
|
||||
/sqlite-src-3070602.zip
|
||||
/sqlite-doc-3070600.zip
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
d61d784997d42cd0d92bac7994094c56 sqlite-src-3070500.zip
|
||||
74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip
|
||||
1ee582b962d3408b5825bffd404b3d33 sqlite-src-3070602.zip
|
||||
1c9b9da6f98f1da2d8958254662c393c sqlite-doc-3070600.zip
|
||||
|
12
sqlite.spec
12
sqlite.spec
@ -3,18 +3,19 @@
|
||||
%bcond_with static
|
||||
%bcond_without check
|
||||
|
||||
%define realver 3070500
|
||||
%define realver 3070602
|
||||
%define docver 3070600
|
||||
%define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
|
||||
|
||||
Summary: Library that implements an embeddable SQL database engine
|
||||
Name: sqlite
|
||||
Version: %{rpmver}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
Source0: http://www.sqlite.org/sqlite-src-%{realver}.zip
|
||||
Source1: http://www.sqlite.org/sqlite-doc-%{realver}.zip
|
||||
Source1: http://www.sqlite.org/sqlite-doc-%{docver}.zip
|
||||
# Fix build with --enable-load-extension, upstream ticket #3137
|
||||
Patch1: sqlite-3.6.12-libdl.patch
|
||||
# Support a system-wide lemon template
|
||||
@ -165,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
%doc %{name}-doc-%{realver}/*
|
||||
%doc %{name}-doc-%{docver}/*
|
||||
|
||||
%files -n lemon
|
||||
%defattr(-, root, root)
|
||||
@ -179,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 21 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.6.2-1
|
||||
- update to 3.7.6.2 (http://www.sqlite.org/releaselog/3_7_6_2.html)
|
||||
|
||||
* Fri Feb 25 2011 Dennis Gilmore <dennis@ausil.us> - 3.7.5-4
|
||||
- build tests on sparc expecting failures same as the other big endian arches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user