rpms/python-sqlite/devel python-sqlite.spec,NONE,1.1

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Dec 31 18:19:23 UTC 2004


Author: thomasvs

Update of /cvs/extras/rpms/python-sqlite/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv6019

Added Files:
	python-sqlite.spec 
Log Message:
and the spec file


--- NEW FILE python-sqlite.spec ---
Name:           python-sqlite
Version:        0.5.0
Release:        0.fdr.1.3
Summary:        Python bindings for sqlite.

Group:          Development/Libraries
License:        GPL
URL:            http://pysqlite.sf.net/

Source:         http://dl.sf.net/pysqlite/pysqlite-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python
BuildRequires:  python-devel
BuildRequires:  sqlite-devel 

%description
This packages allows you to use sqlite with python.
sqlite is a simple database engine.

%prep
%setup -n pysqlite
rm -f doc/rest/.*swp

%build

%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install \
	--prefix="$RPM_BUILD_ROOT/%{_prefix}"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, 0755)
%doc LICENSE README doc/ examples/
%{_libdir}/python*/site-packages/*

%changelog
* Thu Sep 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.5.0-0.fdr.1
- package copied from Dag





More information about the fedora-extras-commits mailing list