]> git.pld-linux.org Git - packages/python-sqlite.git/blame - python-sqlite.spec
- fixed BR
[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}
5a90c89a 7Version: 1.1.1
4cba1df8 8Release: 2
b9bee2d9 9License: Free
b344ef05 10Group: Development/Languages/Python
b9bee2d9 11Source0: http://dl.sourceforge.net/pysqlite/pysqlite-%{version}.tar.gz
5a90c89a 12# Source0-md5: b95fe36298288171fae227b67bfc09ac
b9bee2d9 13URL: http://pysqlite.sourceforge.net/
b9bee2d9 14%pyrequires_eq python-modules
32c966c7 15BuildRequires: python-devel >= 1:2.3
b9bee2d9 16BuildRequires: rpm-pythonprov
26f47efa 17BuildRequires: sqlite3-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