SPECS (AC-branch): python-sqlite.spec - major up to 2.3.3 - fix %f...
shadzik
shadzik at pld-linux.org
Sun Apr 8 16:24:22 CEST 2007
Author: shadzik Date: Sun Apr 8 14:24:22 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- major up to 2.3.3
- fix %files and remove unwanted files
---- Files affected:
SPECS:
python-sqlite.spec (1.22.2.1 -> 1.22.2.2)
---- Diffs:
================================================================
Index: SPECS/python-sqlite.spec
diff -u SPECS/python-sqlite.spec:1.22.2.1 SPECS/python-sqlite.spec:1.22.2.2
--- SPECS/python-sqlite.spec:1.22.2.1 Sun Feb 25 14:07:26 2007
+++ SPECS/python-sqlite.spec Sun Apr 8 16:24:16 2007
@@ -5,12 +5,12 @@
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.5
-Release: 2
+Version: 2.3.3
+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: 574bbb4f7b3a077506689cbab0d9bf7f
+Source0: http://initd.org/pub/software/pysqlite/releases/2.3/%{version}/pysqlite-%{version}.tar.gz
+# Source0-md5: cac3e827f22befff8b6302109c6eff34
URL: http://www.pysqlite.org/
%pyrequires_eq python-modules
BuildRequires: python-devel >= 1:2.3
@@ -48,7 +48,8 @@
python setup.py install \
--root=$RPM_BUILD_ROOT --optimize=2
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*.py
+rm -rf $RPM_BUILD_ROOT%{py_sitedir}/pysqlite2/{,test/}*.py \
+ $RPM_BUILD_ROOT%{_prefix}/pysqlite2-doc
cp -aR doc/code/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
@@ -56,7 +57,7 @@
%files
%defattr(644,root,root,755)
-%doc doc/*.html doc/*.css
+%doc doc/*.txt
%dir %{py_sitedir}/pysqlite2
%{py_sitedir}/pysqlite2/*.py[co]
%attr(755,root,root) %{py_sitedir}/pysqlite2/_%{module}.so
@@ -71,6 +72,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22.2.2 2007/04/08 14:24:16 shadzik
+- major up to 2.3.3
+- fix %files and remove unwanted files
+
Revision 1.22.2.1 2007/02/25 13:07:26 arekm
- rel 2; rebuild
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-sqlite.spec?r1=1.22.2.1&r2=1.22.2.2&f=u
More information about the pld-cvs-commit
mailing list