]> git.pld-linux.org Git - packages/python-sqlite.git/commitdiff
- updated to 0.5.0
authorleafnode <leafnode@pld-linux.org>
Tue, 2 Dec 2003 20:08:01 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-sqlite.spec -> 1.6

python-sqlite.spec

index d1ccf8b573c65d7baf6712dc1d3d8c089b9b0471..9f90b64868c35ded730e85ec92a69734a88ef0b1 100644 (file)
@@ -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:       0.4.3
-Release:       4
+Version:       0.5.0
+Release:       1
 License:       Free
 Group:         Development/Languages/Python
 Source0:       http://dl.sourceforge.net/pysqlite/pysqlite-%{version}.tar.gz
-# Source0-md5: a55ae9b6f1968a5fe0df10731a5b5a7c
+# Source0-md5: ecda08cd4e6d8c2af774a0f74a183122
 URL:           http://pysqlite.sourceforge.net/
 %pyrequires_eq python-modules
 BuildRequires: python-devel >= 2.3
@@ -35,7 +35,7 @@ danych przez SQLite; mimo to nadal jest mo
 podanego w definicji tabeli.
 
 %prep
-%setup -q -n pysqlite-%{version}
+%setup -q -n pysqlite
 
 %build
 CFLAGS="%{rpmcflags}"
@@ -50,7 +50,6 @@ python setup.py install \
         --root=$RPM_BUILD_ROOT --optimize=2
 
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{module}/*.py
-find examples -name CVS -print | xargs rm -r
 cp -aR examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
This page took 0.161458 seconds and 4 git commands to generate.