]> 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 be62f8b699b24b8aefc9d8e89e1a2e366ef8c922..a7ef3cac248913d39e3e370dd6c92ea25dcc8190 100644 (file)
@@ -2,18 +2,18 @@
 %define                module  sqlite
 
 Summary:       A DB API v2.0 compatible interface to SQLite
-Summary(pl):   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
+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
@@ -24,12 +24,12 @@ is a result of SQLite's internal representation of data, however it
 still may be possible to return data in the type specified by the
 table definitions.
 
-%description -l pl
-Ten pakiet zawiera modu³ rozszerzenia dla osadzalnej relacyjnej bazy
-danych SQLite. Próbuje on byæ w zgodzie ze specyfikacj± Python DB-API
-v2 na tyle, na ile to mo¿liwe. Jednym problemem jest to, ¿e SQLite
-zwraca wszystko jako tekst. Jest to wynik wewnêtrznej reprezentacji
-danych przez SQLite; mimo to nadal jest mo¿liwe zwracanie danych typu
+%description -l pl.UTF-8
+Ten pakiet zawiera moduł rozszerzenia dla osadzalnej relacyjnej bazy
+danych SQLite. Próbuje on być w zgodzie ze specyfikacją Python DB-API
+v2 na tyle, na ile to możliwe. Jednym problemem jest to, że SQLite
+zwraca wszystko jako tekst. Jest to wynik wewnętrznej reprezentacji
+danych przez SQLite; mimo to nadal jest możliwe zwracanie danych typu
 podanego w definicji tabeli.
 
 %prep
@@ -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.071404 seconds and 4 git commands to generate.