SPECS: python-sqlite.spec - up to 2.3.2 - dropped setuptools (ca...

patrys patrys at pld-linux.org
Sun Sep 3 13:34:09 CEST 2006


Author: patrys                       Date: Sun Sep  3 11:34:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.3.2
- dropped setuptools
  (can be used with extended_setup.py but setup is enough)
- no egg

---- Files affected:
SPECS:
   python-sqlite.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/python-sqlite.spec
diff -u SPECS/python-sqlite.spec:1.23 SPECS/python-sqlite.spec:1.24
--- SPECS/python-sqlite.spec:1.23	Mon Mar 20 14:46:59 2006
+++ SPECS/python-sqlite.spec	Sun Sep  3 13:34:04 2006
@@ -5,16 +5,15 @@
 Summary:	A DB API v2.0 compatible interface to SQLite
 Summary(pl):	Interfejs do SQLite kompatybilny z DB API v2.0
 Name:		python-%{module}
-Version:	2.0.7
+Version:	2.3.2
 Release:	1
 License:	zlib/libpng
 Group:		Development/Languages/Python
-Source0:	http://initd.org/pub/software/pysqlite/releases/2.0/%{version}/pysqlite-%{version}.tar.gz
-# Source0-md5:	15ab26f859f8a0fd21659d4d105056a5
+Source0:	http://initd.org/pub/software/pysqlite/releases/2.3/%{version}/pysqlite-%{version}.tar.gz
+# Source0-md5:	bb9a67d62ff91cd8c53720bd15c86a30
 URL:		http://www.pysqlite.org/
 %pyrequires_eq	python-modules
 BuildRequires:	python-devel >= 1:2.3
-BuildRequires:	python-setuptools >= 0.6a6
 BuildRequires:	sqlite3-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,8 +47,7 @@
 
 PYTHONPATH=$RPM_BUILD_ROOT%{py_sitedir} \
 	python setup.py install \
-	--root=$RPM_BUILD_ROOT --optimize=2 \
-	--single-version-externally-managed
+	--root=$RPM_BUILD_ROOT --optimize=2
 
 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/pysqlite2/{,test/}*.py \
 	$RPM_BUILD_ROOT%{_prefix}/pysqlite2-doc
@@ -66,8 +64,6 @@
 %attr(755,root,root) %{py_sitedir}/pysqlite2/_%{module}.so
 %dir %{py_sitedir}/pysqlite2/test
 %{py_sitedir}/pysqlite2/test/*.py[co]
-%dir %{py_sitedir}/*.egg-info
-%{py_sitedir}/*.egg-info/*
 %dir %{_examplesdir}/%{name}-%{version}
 %{_examplesdir}/%{name}-%{version}/*
 
@@ -77,6 +73,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/09/03 11:34:04  patrys
+- up to 2.3.2
+- dropped setuptools
+  (can be used with extended_setup.py but setup is enough)
+- no egg
+
 Revision 1.23  2006/03/20 13:46:59  japhy
 - Up to 2.0.7, BR: updated accordingly, STBR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-sqlite.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list