]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- building without tcl breaks make tests
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Sun, 16 Oct 2005 22:33:42 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added support the sign function, it is very useful, read on
  http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html

Changed files:
    sqlite3.spec -> 1.17

sqlite3.spec

index 850ccae755db03d0f646deb01474217835e2b118..6fe1a3f42582d5185bc830779cab2360e1ac802c 100644 (file)
@@ -10,13 +10,14 @@ Summary:    SQLite library
 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
@@ -29,6 +30,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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
@@ -142,6 +149,7 @@ Rozszerzenie sqlite3 dla Tcl.
 %prep
 %setup -q -n sqlite-%{version}
 %patch0 -p1
+%patch1 -p1
 sed -i 's/mkdir doc/#mkdir doc/' Makefile*
 
 %build
This page took 0.039483 seconds and 4 git commands to generate.