]> git.pld-linux.org Git - packages/sqlite3.git/blame - sqlite3.spec
- added doc and tcl build conditionals
[packages/sqlite3.git] / sqlite3.spec
CommitLineData
c743401f
AM
1# TODO:
2# - fix lib64 in tcl module
17b8c9f1 3#
4# Conditional build:
5%bcond_without tests # don't run tests
1a6aae8d 6%bcond_without tcl # disable tcl extension
7%bcond_without docs # disable documentation building
17b8c9f1 8#
9Summary: SQLite library
10Summary(pl): Biblioteka SQLite
22ef5ab8 11Name: sqlite3
30682d5a 12Version: 3.2.7
1a6aae8d 13Release: 2
17b8c9f1 14License: LGPL
15Group: Libraries
16# Source0Download: http://sqlite.org/download.html
e56bde73 17Source0: http://sqlite.org/sqlite-%{version}.tar.gz
30682d5a
MG
18# Source0-md5: 34c92821b3b46380f192c0aaf2b2b217
19Patch0: %{name}-test-conflict.patch
17b8c9f1 20URL: http://sqlite.org/
21BuildRequires: autoconf
22BuildRequires: automake
23BuildRequires: libtool
24BuildRequires: readline-devel
1a6aae8d 25%{?with_tcl:BuildRequires: tcl-devel}
17b8c9f1 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
ccaeded7 28%ifarch alpha %{x8664}
0a0f5bcf
AM
29%undefine with_tests
30%endif
31
c743401f
AM
32%define _ulibdir /usr/lib
33
17b8c9f1 34%description
35SQLite is a C library that implements an SQL database engine. A large
36subset of SQL92 is supported. A complete database is stored in a
37single disk file. The API is designed for convenience and ease of use.
38Applications that link against SQLite can enjoy the power and
39flexiblity of an SQL database without the administrative hassles of
40supporting a separate database server. Because it omits the
41client-server interaction overhead and writes directly to disk, SQLite
42is also faster than the big database servers for most operations. In
43addition to the C library, the SQLite distribution includes a
44command-line tool for interacting with SQLite databases and SQLite
45bindings for Tcl/Tk.
46
47%description -l pl
48