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-%%7Bversion%7D.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
On Fri, 31 Dec 2004 13:19:23 -0500, Thomas Vander Stichele (thomasvs) wrote:
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
What is this package's relationship with
https://bugzilla.fedora.us/show_bug.cgi?id=2000
?
scm-commits@lists.fedoraproject.org