forked from pool/sqlite3
Accepting request 221962 from home:AndreasStieger:branches:server:database
SQLite 3.8.3.1, add -doc OBS-URL: https://build.opensuse.org/request/show/221962 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=91
This commit is contained in:
parent
f1a83bcdea
commit
eb5519679d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26
|
||||
size 1923594
|
3
sqlite-autoconf-3080301.tar.gz
Normal file
3
sqlite-autoconf-3080301.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c
|
||||
size 1923168
|
3
sqlite-doc-3080301.zip
Normal file
3
sqlite-doc-3080301.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7af07481a18e52fd1d8269c249f452650dfd380a75ac8589b52b71d6402064f5
|
||||
size 4603427
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 08:59:06 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- SQLite 3.8.3.1:
|
||||
* Fix a bug that causes rows to go missing on some queries with
|
||||
OR clauses and IS NOT NULL operators in the WHERE clause, when
|
||||
the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time
|
||||
options are used.
|
||||
These compile-time options are not used in this package.
|
||||
- add HTML documentation in sqlite3-doc package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 14:55:29 UTC 2014 - max@suse.com
|
||||
|
||||
|
27
sqlite3.spec
27
sqlite3.spec
@ -21,9 +21,9 @@
|
||||
%define oname sqlite
|
||||
|
||||
Name: %pname
|
||||
Version: 3.8.3
|
||||
Version: 3.8.3.1
|
||||
Release: 0
|
||||
%define tarversion 3080300
|
||||
%define tarversion 3080301
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
@ -31,6 +31,7 @@ Url: http://www.sqlite.org/
|
||||
#
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: unzip
|
||||
%if 0%{?suse_version:1}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
@ -40,6 +41,7 @@ Provides: %oname = %version
|
||||
Obsoletes: %oname < %version
|
||||
Source0: http://www.sqlite.org/2014/sqlite-autoconf-%tarversion.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Source2: http://www.sqlite.org/2014/sqlite-doc-%tarversion.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -87,6 +89,7 @@ Requires: glibc-devel
|
||||
Requires: libsqlite3-0 = %version
|
||||
Provides: %oname-devel = %version
|
||||
Obsoletes: %oname-devel < %version
|
||||
Suggests: %name-doc
|
||||
|
||||
%description devel
|
||||
SQLite is a C library that implements an embeddable SQL database
|
||||
@ -100,8 +103,22 @@ directly to and from the database files on disk.
|
||||
SQLite can be used via the sqlite command-line tool or via any
|
||||
application which supports the Qt database plug-ins.
|
||||
|
||||
%package doc
|
||||
|
||||
Summary: Documentation for %name
|
||||
Group: Documentation
|
||||
%if 0%{?suse_version} >= 1130
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
|
||||
Contains HTML documentation for SQLite: SQL Syntax, C/C++ API and
|
||||
other documentation found on sqlite.org. The files can be found in
|
||||
%_docdir/%name-doc.
|
||||
|
||||
%prep
|
||||
%setup -q -n sqlite-autoconf-%tarversion
|
||||
%setup -q -n sqlite-autoconf-%tarversion -a2
|
||||
|
||||
%build
|
||||
export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4"
|
||||
@ -131,4 +148,8 @@ rm %buildroot/%_libdir/*.la
|
||||
%_libdir/libsqlite*.so
|
||||
%_libdir/pkgconfig/sqlite3.pc
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc sqlite-doc-%tarversion/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user