packages: sqlite3/sqlite3.spec - up to 3.7.5

arvenil arvenil at pld-linux.org
Mon Mar 14 01:09:59 CET 2011


Author: arvenil                      Date: Mon Mar 14 00:09:59 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 3.7.5

---- Files affected:
packages/sqlite3:
   sqlite3.spec (1.95 -> 1.96) 

---- Diffs:

================================================================
Index: packages/sqlite3/sqlite3.spec
diff -u packages/sqlite3/sqlite3.spec:1.95 packages/sqlite3/sqlite3.spec:1.96
--- packages/sqlite3/sqlite3.spec:1.95	Sun Oct 31 11:03:11 2010
+++ packages/sqlite3/sqlite3.spec	Mon Mar 14 01:09:53 2011
@@ -21,19 +21,22 @@
 %undefine	with_tests
 %endif
 
+%define		realver		3070500
+%define		srcver		src
+%define		rpmver		%(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
 %define		_ulibdir	/usr/lib
 %define		tclver		8.5
 
 Summary:	SQLite library
 Summary(pl.UTF-8):	Biblioteka SQLite
 Name:		sqlite3
-Version:	3.7.3
+Version:	3.7.5
 Release:	1
 License:	LGPL
 Group:		Libraries
 # Source0Download: http://www.sqlite.org/download.html
-Source0:	http://www.sqlite.org/sqlite-%{version}.tar.gz
-# Source0-md5:	5437978aae90350cf984993091e0d695
+Source0:	http://www.sqlite.org/sqlite-%{srcver}-%{realver}.zip
+# Source0-md5:	d61d784997d42cd0d92bac7994094c56
 Patch0:		%{name}-sign-function.patch
 URL:		http://www.sqlite.org/
 BuildRequires:	autoconf
@@ -43,6 +46,7 @@
 %{?with_load_extension:BuildRequires:	sed >= 4.0}
 BuildRequires:	tcl
 %{?with_tcl:BuildRequires:	tcl-devel}
+BuildRequires:	unzip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -154,7 +158,7 @@
 Rozszerzenie sqlite3 dla Tcl.
 
 %prep
-%setup -q -n sqlite-%{version}
+%setup -q -n sqlite-%{srcver}-%{realver}
 %patch0 -p1
 
 %{__sed} -i 's/mkdir doc/#mkdir doc/' Makefile*
@@ -242,6 +246,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.96  2011/03/14 00:09:53  arvenil
+- up to 3.7.5
+
 Revision 1.95  2010/10/31 10:03:11  adamg
 - updated to 3.7.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sqlite3/sqlite3.spec?r1=1.95&r2=1.96&f=u



More information about the pld-cvs-commit mailing list