]> git.pld-linux.org Git - packages/python-sqlite.git/blame - python-sqlite.spec
- rel. 2 for rebuild with python 2.5
[packages/python-sqlite.git] / python-sqlite.spec
CommitLineData
b9bee2d9 1
e57f897e 2%define module sqlite
b9bee2d9 3
4Summary: A DB API v2.0 compatible interface to SQLite
5Summary(pl): Interfejs do SQLite kompatybilny z DB API v2.0
6Name: python-%{module}
55e1ebe6 7Version: 2.3.2
35026e59 8Release: 2
162b76a5 9License: zlib/libpng
b344ef05 10Group: Development/Languages/Python
55e1ebe6
PZ
11Source0: http://initd.org/pub/software/pysqlite/releases/2.3/%{version}/pysqlite-%{version}.tar.gz
12# Source0-md5: bb9a67d62ff91cd8c53720bd15c86a30
9ffb9c29 13URL: http://www.pysqlite.org/
b9bee2d9 14%pyrequires_eq python-modules
32c966c7 15BuildRequires: python-devel >= 1:2.3
26f47efa 16BuildRequires: sqlite3-devel
b9bee2d9 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20This is an extension module for the SQLite embedded relational
21database. It tries to conform to the Python DB-API Spec v2 as far as
22possible. One problem is that SQLite returns everything as text. This
23is a result of SQLite's internal representation of data, however it
24still may be possible to return data in the type specified by the
25table definitions.
26
b344ef05
JB
27%description -l pl
28