Search
j0ke.net Open Build Service
>
Projects
>
hardware
:
dell
>
python-sqlite2
> python-sqlite2.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-sqlite2.spec of Package python-sqlite2
# # spec file for package python-sqlite2 # # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # norootforbuild Name: python-sqlite2 Summary: Python bindings for SQLite Version: 2.6.0 Release: 1 License: Free Text - see docudir Group: Development/Libraries/Python Url: http://code.google.com/p/pysqlite/ Source: pysqlite-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: sqlite-devel python-devel %py_requires %description This packages allows you to use SQLite 3.x with python. SQLite is a simple database engine. pysqlite makes this powerful embedded SQL engine available to Python programmers. It stays compatible with the Python database API specification 2.0 as much as possible, but also exposes most of SQLite's native API, so that it is for example possible to create user-defined SQL functions and aggregates in Python. Author(s): ---------- Gerhard Häring %prep %setup -n pysqlite-%{version} %{__rm} doc/install-source* %build %{__python} setup.py build %install %{__python} setup.py install \ --root="%{buildroot}" \ --prefix="%{_prefix}" %{__rm} -rf %{buildroot}%{_prefix}/pysqlite2-doc # until we have sphinx up and working in the repo rm -rf doc/sphinx/.static %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc LICENSE doc/ %{py_sitedir}* %changelog