]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 15:04:12 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sqlite3.spec -> 1.28

sqlite3.spec

index 0219f0744fbdb2b988e6c581b7ad55c4187c8513..7f401aa81284cfe47b736c7182db787d9baeb273 100644 (file)
@@ -34,7 +34,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # disabling tcl currently breaks making test target,
 # some hack in Makefile needs to be done
-%if %{without tcl}
+%if !%{with tcl}
 %undefine      with_tests
 %endif
 
This page took 0.034061 seconds and 4 git commands to generate.