Index: xotcl/unix/xotcl.spec.in =================================================================== diff -u -r78e82b3563a644f2df47320eacc693f1b788b03c -re44f69435e8db4aa6ed2ffffe8caaa6586c2fc5f --- xotcl/unix/xotcl.spec.in (.../xotcl.spec.in) (revision 78e82b3563a644f2df47320eacc693f1b788b03c) +++ xotcl/unix/xotcl.spec.in (.../xotcl.spec.in) (revision e44f69435e8db4aa6ed2ffffe8caaa6586c2fc5f) @@ -7,7 +7,7 @@ Source: http://www.xotcl.org/xotcl-@PACKAGE_VERSION@.tar.gz URL: http://www.xotcl.org Packager: Gustaf.Neumann@wu-wien.ac.at -Distribution: Fedorea Core 3 +Distribution: Fedorea Core 7 Requires: tcl Prefix: /usr BuildRoot: %{_tmppath}/%{name}-root @@ -28,8 +28,9 @@ %build autoconf -./configure --with-tcl=/usr/lib --with-all --prefix=@prefix@ --exec-prefix=@prefix@ -#make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' +# ./configure --with-tcl=/usr/lib --with-all --prefix=@prefix@ --exec-prefix=@prefix@ +./configure --with-tcl=/usr/lib --with-all --prefix=/usr --exec-prefix=/usr +# make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' make CFLAGS_DEFAULT='-O3 -Wall -fomit-frame-pointer' %install