rpms/python-sqlite/EL-4 .cvsignore, 1.2, 1.3 python-sqlite.spec, 1.2, 1.3 sources, 1.2, 1.3

Jeff Sheltren (sheltren) fedora-extras-commits at redhat.com
Tue Aug 28 14:41:52 UTC 2007


Author: sheltren

Update of /cvs/extras/rpms/python-sqlite/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28408

Modified Files:
	.cvsignore python-sqlite.spec sources 
Log Message:
Rebuild based on CentOS package



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Dec 2004 18:17:30 -0000	1.2
+++ .cvsignore	28 Aug 2007 14:41:20 -0000	1.3
@@ -1 +1 @@
-pysqlite-0.5.0.tar.gz
+pysqlite-1.1.7.tar.gz


Index: python-sqlite.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite/EL-4/python-sqlite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-sqlite.spec	14 Jan 2005 20:15:08 -0000	1.2
+++ python-sqlite.spec	28 Aug 2007 14:41:20 -0000	1.3
@@ -1,62 +1,78 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%define real_name pysqlite
 
-Name:           python-sqlite
-Version:        0.5.0
-Release:        1
-Summary:        Python bindings for SQLite
-
-Group:          Development/Libraries
-License:        Freely distributable
-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 
-
-Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Summary: Python bindings for sqlite.
+Name: python-sqlite
+Version: 1.1.7
+Release: 0.1.2.2%{?dist}
+License: GPL
+Group: Development/Libraries
+URL: http://pysqlite.org/
+Source: http://initd.org/pub/software/pysqlite/releases/1.1/%{version}/pysqlite-%{version}.tar.gz
+Obsoletes: python-sqlite3
+BuildRequires: python-devel, sqlite-devel 
+BuildRoot: %{_tmppath}/%{name}-root
 
 %description
 This packages allows you to use sqlite with python.
 sqlite is a simple database engine.
 
 %prep
-%setup -n pysqlite
+%setup -q -n pysqlite
 rm -f doc/rest/.*swp
-chmod -x doc/rest/* LICENSE README
 
 %build
-%{__python} setup.py build
+python ./setup.py build 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build \
-	--root %{buildroot} --prefix="%{_prefix}"
+rm -rf ${RPM_BUILD_ROOT}
+python ./setup.py install --prefix="${RPM_BUILD_ROOT}/%{_prefix}"
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-, root, root, 0755)
 %doc LICENSE README doc/ examples/
-%{python_sitearch}/*sqlite*.so
-%dir %{python_sitearch}/sqlite
-%{python_sitearch}/sqlite/*.py
-%{python_sitearch}/sqlite/*.pyc
-%ghost %{python_sitearch}/sqlite/*.pyo
+%{_libdir}/python*/site-packages/*
 
 %changelog
-* Tue Dec 28 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.0-1
-- Fix build: install into arch-dependent python sitelib,
-  compile without including buildroot paths, build and ghost
-  optimized files.
-- Add python-abi dependency.
-- Fix licence and %%doc permissions.
-- Bump release, drop 0.fdr. prefix.
-
-* Thu Sep 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.5.0-0.fdr.1
-- package copied from Dag
+* Tue Aug 28 2007 Jeff Sheltren <sheltren at cs.ucsb.edu> - 1.1.7-0.1.2.2
+- Official EPEL rebuild
+
+* Wed Jul 25 2007 Jeff Sheltren <sheltren at cs.ucsb.edu> - 1.1.7-0.1.2.1
+- Prepend 0 to release
+- Rebuild for EPEL
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.1.7-1.2.1
+- rebuild
+
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.1.7-1.2
+- bump again for double-long bug on ppc(64)
+
+* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1.1.7-1.1
+- rebuilt for new gcc4.1 snapshot and glibc changes
+
+* Fri Feb 03 2006 Paul Nasrat <pnasrat at redhat.com> - 1.1.7-1
+- Upgrade to latest upstream 1.1.x series
+- sqlite_prepare fix now upstream
+- Update url information
+
+* Wed Feb 01 2006 Paul Nasrat <pnasrat at redhat.com> - 1.1.6-3
+- Pass valid parameter to prepare (#179547)
+- Temporarily remove %%check
+
+* Wed Feb 01 2006 Paul Nasrat <pnasrat at redhat.com> - 1.1.6-2
+- Rebuild
+
+* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
+- rebuilt
+
+* Wed Mar  9 2005 Jeff Johnson <jbj at redhat.com> 1.1.6-1
+- rename to "sqlite" from "sqlite3" (#149719).
+
+* Sat Feb  5 2005 Jeff Johnson <jbj at jbj.org> 1.1.6-1
+- repackage for fc4.
+- upgrade to 1.1.6.
 
+* Sat May 01 2004 Dag Wieers <dag at wieers.com> - 0.5.0-1
+- Initial package. (using DAR)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Dec 2004 18:17:30 -0000	1.2
+++ sources	28 Aug 2007 14:41:20 -0000	1.3
@@ -1 +1 @@
-ecda08cd4e6d8c2af774a0f74a183122  pysqlite-0.5.0.tar.gz
+edbed4ccfdc114754c73081e79163be1  pysqlite-1.1.7.tar.gz




More information about the fedora-extras-commits mailing list