Author: arekm Date: Sun Jul 24 20:36:59 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - tcl is broken on alpha so these tests fail (disable them).
---- Files affected: SPECS: sqlite3.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/sqlite3.spec diff -u SPECS/sqlite3.spec:1.10 SPECS/sqlite3.spec:1.11 --- SPECS/sqlite3.spec:1.10 Sat Jul 23 13:25:22 2005 +++ SPECS/sqlite3.spec Sun Jul 24 22:36:54 2005 @@ -9,7 +9,7 @@ Summary(pl): Biblioteka SQLite Name: sqlite3 Version: 3.2.2 -Release: 1 +Release: 2 License: LGPL Group: Libraries # Source0Download: http://sqlite.org/download.html @@ -23,6 +23,10 @@ BuildRequires: tcl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%ifarch alpha +%undefine with_tests +%endif + %define _ulibdir /usr/lib %description @@ -196,6 +200,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2005/07/24 20:36:54 arekm +- tcl is broken on alpha so these tests fail (disable them). + Revision 1.10 2005/07/23 11:25:22 arekm - up to 3.2.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sqlite3.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
