From fc6d77a2bdcd864f03d7c395a066203726854c9f Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 11 Aug 2006 13:24:42 +0000 Subject: [PATCH] Fix conditional typo --- sqlite.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sqlite.spec b/sqlite.spec index 972b68d..b37e40d 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -6,7 +6,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: 3.3.6 -Release: 1.1 +Release: 2 License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -52,7 +52,7 @@ This package contains the tcl modules for %{name}. %setup -q %build -%configure %{!?with_tcl:--disable-tcl} \ +%configure %{!?_with_tcl:--disable-tcl} \ --enable-threadsafe \ --enable-threads-override-locks make %{?_smp_mflags} @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Aug 11 2006 Paul Nasrat - 3.3.6-2 +- Fix conditional typo (patch from Gareth Armstrong) + * Wed Jul 12 2006 Jesse Keating - 3.3.6-1.1 - rebuild