Author: twittner Date: Wed Nov 1 12:56:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 0.1 (downgrade) - it builds on Ac but doesn't pass tests on builder Th - I have no way for viewing /home/users/builder/rpm/BUILD/clisp-2.41/src/tests/*.erg - added BRs xorg-lib-libX11-devel and xorg-proto-xextproto-devel (based on clisp-2.41/modules/clx/new-clx/clx.f #includes) - but still raises: " checking for X... (cached) no configure: error: cannot find X Window System " on my computer.
---- Files affected: SPECS: clisp.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/clisp.spec diff -u SPECS/clisp.spec:1.38 SPECS/clisp.spec:1.39 --- SPECS/clisp.spec:1.38 Mon Oct 30 21:03:03 2006 +++ SPECS/clisp.spec Wed Nov 1 13:56:29 2006 @@ -8,7 +8,7 @@ Summary(pt_BR): Implementaçăo do Common Lisp (ANSI CL) Name: clisp Version: 2.41 -Release: 1 +Release: 0.1 License: GPL Group: Development/Languages Source0: http://dl.sourceforge.net/clisp/%{name}-%{version}.tar.bz2 @@ -20,6 +20,8 @@ BuildRequires: libsigsegv >= 2.4 BuildRequires: ncurses-devel BuildRequires: readline-devel +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-proto-xextproto-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -143,6 +145,18 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2006/11/01 12:56:29 twittner +- rel. 0.1 (downgrade) - it builds on Ac but doesn't pass tests + on builder Th - I have no way for viewing + /home/users/builder/rpm/BUILD/clisp-2.41/src/tests/*.erg +- added BRs xorg-lib-libX11-devel and xorg-proto-xextproto-devel (based on + clisp-2.41/modules/clx/new-clx/clx.f #includes) - but still raises: + " + checking for X... (cached) no + configure: error: cannot find X Window System + " + on my computer. + Revision 1.38 2006/10/30 20:03:03 twittner - up to 2.41 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/clisp.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
