rpms/sqlite/devel sqlite.spec,1.32,1.33

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Sep 28 12:49:47 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6073

Modified Files:
	sqlite.spec 
Log Message:
- Add another build conditional for enabling %check, disabled by default.
  Previously %check was tied to building with tcl so it hasn't been in use,
  now check fails on koji builders on one of the lock tests but succeeds in
  local builds / mock, dunno...



Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sqlite.spec	28 Sep 2007 12:19:34 -0000	1.32
+++ sqlite.spec	28 Sep 2007 12:49:12 -0000	1.33
@@ -1,11 +1,12 @@
 # bcond default logic is nicely backwards...
 %bcond_without tcl
 %bcond_with static
+%bcond_with check
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: 3.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: 	Applications/Databases
 URL: http://www.sqlite.org/
@@ -69,7 +70,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
 %endif
 
-%if %{with tcl}
+%if %{with check}
 %check
 make test
 %endif
@@ -105,6 +106,9 @@
 %endif
 
 %changelog
+* Fri Sep 28 2007 Panu Matilainen <pmatilai at redhat.com> - 3.4.2-3
+- Add another build conditional for enabling %%check
+
 * Fri Sep 28 2007 Panu Matilainen <pmatilai at redhat.com> - 3.4.2-2
 - Use bconds for the spec build conditionals
 - Enable -tcl subpackage again (#309041)




More information about the fedora-extras-commits mailing list