]> git.pld-linux.org Git - packages/python-sqlite.git/blame - python-sqlite.spec
- Release 4. Ac rebuild with changed Pythons ABI.
[packages/python-sqlite.git] / python-sqlite.spec
CommitLineData
b9bee2d9 1%include /usr/lib/rpm/macros.python
2
3%define module sqlite
4
5Summary: A DB API v2.0 compatible interface to SQLite
6Summary(pl): Interfejs do SQLite kompatybilny z DB API v2.0
7Name: python-%{module}
8Version: 0.4.3
4c0909aa 9Release: 4
b9bee2d9 10License: Free
b344ef05 11Group: Development/Languages/Python
b9bee2d9 12Source0: http://dl.sourceforge.net/pysqlite/pysqlite-%{version}.tar.gz
13# Source0-md5: a55ae9b6f1968a5fe0df10731a5b5a7c
14URL: http://pysqlite.sourceforge.net/
b9bee2d9 15%pyrequires_eq python-modules
95cf4b3f 16BuildRequires: python-devel >= 2.3
b9bee2d9 17BuildRequires: rpm-pythonprov
b344ef05 18BuildRequires: sqlite-devel
b9bee2d9 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This is an extension module for the SQLite embedded relational
23database. It tries to conform to the Python DB-API Spec v2 as far as
24possible. One problem is that SQLite returns everything as text. This
25is a result of SQLite's internal representation of data, however it
26still may be possible to return data in the type specified by the
27table definitions.
28
b344ef05
JB
29%description -l pl
30