SPECS: sqlite3.spec - building without tcl breaks make tests - add...

prism prism at pld-linux.org
Mon Oct 17 00:33:47 CEST 2005


Author: prism                        Date: Sun Oct 16 22:33:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- building without tcl breaks make tests
- added support the sign function, it is very useful, read on
  http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html

---- Files affected:
SPECS:
   sqlite3.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/sqlite3.spec
diff -u SPECS/sqlite3.spec:1.16 SPECS/sqlite3.spec:1.17
--- SPECS/sqlite3.spec:1.16	Fri Sep 30 17:08:28 2005
+++ SPECS/sqlite3.spec	Mon Oct 17 00:33:42 2005
@@ -11,13 +11,14 @@
 Summary(pl):	Biblioteka SQLite
 Name:		sqlite3
 Version:	3.2.7
-Release:	2
+Release:	2.1
 License:	LGPL
 Group:		Libraries
 # Source0Download: http://sqlite.org/download.html
 Source0:	http://sqlite.org/sqlite-%{version}.tar.gz
 # Source0-md5:	34c92821b3b46380f192c0aaf2b2b217
 Patch0:		%{name}-test-conflict.patch
+Patch1:		%{name}-sign-function.patch
 URL:		http://sqlite.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -30,6 +31,12 @@
 %undefine	with_tests
 %endif
 
+# disabling tcl currently breaks making test target,
+# some hack in Makefile needs to be done
+%if %{without tcl}
+%undefine	with_tests
+%endif
+
 %define         _ulibdir        /usr/lib
 
 %description
@@ -143,6 +150,7 @@
 %prep
 %setup -q -n sqlite-%{version}
 %patch0 -p1
+%patch1 -p1
 sed -i 's/mkdir doc/#mkdir doc/' Makefile*
 
 %build
@@ -210,6 +218,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/10/16 22:33:42  prism
+- building without tcl breaks make tests
+- added support the sign function, it is very useful, read on
+  http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
+
 Revision 1.16  2005/09/30 15:08:28  wrobell
 - added doc and tcl build conditionals
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sqlite3.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list