Name: python-sqlite Version: 0.5.0 Release: 0.fdr.1 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 - 0.5.0-0.fdr.1 - package copied from Dag