]> git.pld-linux.org Git - packages/python-sqlite.git/blobdiff - python-sqlite.spec
- updated to 2.5.4 (fixes #339901)
[packages/python-sqlite.git] / python-sqlite.spec
index 0f63409180c0fc4ff292405333fe01cc26a8275a..a7ef3cac248913d39e3e370dd6c92ea25dcc8190 100644 (file)
@@ -2,18 +2,18 @@
 %define                module  sqlite
 
 Summary:       A DB API v2.0 compatible interface to SQLite
-Summary(pl.UTF-8):   Interfejs do SQLite kompatybilny z DB API v2.0
+Summary(pl.UTF-8):     Interfejs do SQLite kompatybilny z DB API v2.0
 Name:          python-%{module}
-Version:       2.3.2
-Release:       2
+Version:       2.5.4
+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: bb9a67d62ff91cd8c53720bd15c86a30
+Source0:       http://oss.itsystementwicklung.de/download/pysqlite/2.5/%{version}/pysqlite-%{version}.tar.gz
+# Source0-md5: d165bdaf753870348018cee07ac1422c
 URL:           http://www.pysqlite.org/
 %pyrequires_eq python-modules
-BuildRequires: python-devel >= 1:2.3
-BuildRequires: sqlite3-devel
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: sqlite3-devel >= 3.6.11
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,7 +50,6 @@ PYTHONPATH=$RPM_BUILD_ROOT%{py_sitedir} \
 
 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
@@ -59,9 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/*.txt
 %dir %{py_sitedir}/pysqlite2
+%{py_sitedir}/*.egg-info
 %{py_sitedir}/pysqlite2/*.py[co]
 %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}/*
This page took 0.027067 seconds and 4 git commands to generate.