]> git.pld-linux.org Git - packages/python-sqlite.git/blame - python-sqlite.spec
- update to 0.5.1
[packages/python-sqlite.git] / python-sqlite.spec
CommitLineData
b9bee2d9 1
f5261b57 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}
5d83e069 7Version: 0.5.1
9b755759 8Release: 2
b9bee2d9 9License: Free
b344ef05 10Group: Development/Languages/Python
b9bee2d9 11Source0: http://dl.sourceforge.net/pysqlite/pysqlite-%{version}.tar.gz
5d83e069 12# Source0-md5: 4cf1ac9e8d53a74cedd80dc536018efe
b9bee2d9 13URL: http://pysqlite.sourceforge.net/
b9bee2d9 14%pyrequires_eq python-modules
95cf4b3f 15BuildRequires: python-devel >= 2.3
b9bee2d9 16BuildRequires: rpm-pythonprov
b344ef05 17BuildRequires: sqlite-devel
b9bee2d9 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This is an extension module for the SQLite embedded relational
22database. It tries to conform to the Python DB-API Spec v2 as far as
23possible. One problem is that SQLite returns everything as text. This
24is a result of SQLite's internal representation of data, however it
25still may be possible to return data in the type specified by the
26table definitions.
27
b344ef05
JB
28%description -l pl
29