SPECS: python-sqlite.spec - 2.5.1
areq
areq at pld-linux.org
Sun Feb 22 15:21:00 CET 2009
Author: areq Date: Sun Feb 22 14:21:00 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 2.5.1
---- Files affected:
SPECS:
python-sqlite.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/python-sqlite.spec
diff -u SPECS/python-sqlite.spec:1.30 SPECS/python-sqlite.spec:1.31
--- SPECS/python-sqlite.spec:1.30 Fri Oct 3 20:01:38 2008
+++ SPECS/python-sqlite.spec Sun Feb 22 15:20:55 2009
@@ -5,16 +5,16 @@
Summary: A DB API v2.0 compatible interface to SQLite
Summary(pl.UTF-8): Interfejs do SQLite kompatybilny z DB API v2.0
Name: python-%{module}
-Version: 2.3.5
-Release: 2
+Version: 2.5.1
+Release: 1
License: zlib/libpng
Group: Development/Languages/Python
-Source0: http://initd.org/pub/software/pysqlite/releases/2.3/%{version}/pysqlite-%{version}.tar.gz
-# Source0-md5: b4a185e936848370fcc1a5b17755b641
+Source0: http://oss.itsystementwicklung.de/download/pysqlite/2.5/%{version}/pysqlite-%{version}.tar.gz
+# Source0-md5: 2cbac159ed5d3f08bb4bfe0a4b8b8a16
URL: http://www.pysqlite.org/
%pyrequires_eq python-modules
BuildRequires: python-devel >= 1:2.3
-BuildRequires: sqlite3-devel
+BuildRequires: sqlite3-devel >= 3.6.11
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -51,7 +51,6 @@
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
rm -rf $RPM_BUILD_ROOT
@@ -64,8 +63,6 @@
%attr(755,root,root) %{py_sitedir}/pysqlite2/_%{module}.so
%dir %{py_sitedir}/pysqlite2/test
%{py_sitedir}/pysqlite2/test/*.py[co]
-%dir %{_examplesdir}/%{name}-%{version}
-%{_examplesdir}/%{name}-%{version}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -73,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2009/02/22 14:20:55 areq
+- 2.5.1
+
Revision 1.30 2008/10/03 18:01:38 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-sqlite.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list