- 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...
This commit is contained in:
parent
8fe2169a6b
commit
f1af58c322
@ -1,11 +1,12 @@
|
|||||||
# bcond default logic is nicely backwards...
|
# bcond default logic is nicely backwards...
|
||||||
%bcond_without tcl
|
%bcond_without tcl
|
||||||
%bcond_with static
|
%bcond_with static
|
||||||
|
%bcond_with check
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: 3.4.2
|
Version: 3.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -69,7 +70,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with tcl}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
%endif
|
%endif
|
||||||
@ -105,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 28 2007 Panu Matilainen <pmatilai@redhat.com> - 3.4.2-3
|
||||||
|
- Add another build conditional for enabling %%check
|
||||||
|
|
||||||
* Fri Sep 28 2007 Panu Matilainen <pmatilai@redhat.com> - 3.4.2-2
|
* Fri Sep 28 2007 Panu Matilainen <pmatilai@redhat.com> - 3.4.2-2
|
||||||
- Use bconds for the spec build conditionals
|
- Use bconds for the spec build conditionals
|
||||||
- Enable -tcl subpackage again (#309041)
|
- Enable -tcl subpackage again (#309041)
|
||||||
|
Loading…
Reference in New Issue
Block a user