Index: xotcl/unix/xotcl.spec =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r638782f84b31e4ebfd00529381e280c70f9950bc --- xotcl/unix/xotcl.spec (.../xotcl.spec) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/unix/xotcl.spec (.../xotcl.spec) (revision 638782f84b31e4ebfd00529381e280c70f9950bc) @@ -1,10 +1,10 @@ Summary: Object Oriented Extension for Tcl Name: xotcl -Version: @FULLVERSION@ +Version: 1.3.0 Release: 0 Copyright: open source Group: Development/Languages -Source: http://www.xotcl.org/xotcl-@FULLVERSION@.tar.gz +Source: http://www.xotcl.org/xotcl-1.3.0.tar.gz URL: http://www.xotcl.org Packager: Gustaf.Neumann@wu-wien.ac.at Distribution: RedHat 8.0 @@ -21,28 +21,25 @@ consult http://www.xotcl.org %prep -%setup -q -n xotcl-@FULLVERSION@ +%setup -q -n xotcl-1.3.0 %build -cd unix ./configure --with-tcl=/usr/lib --with-all --prefix=/usr --exec-prefix=/usr -make +#make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' +make CFLAGS_DEFAULT='-O3 -Wall -fomit-frame-pointer' %install -cd unix make install %files %define _unpackaged_files_terminate_build 0 %undefine __check_files %doc doc -/usr/lib/xotcl@VERSION@ +/usr/lib/xotcl1.3.0 /usr/bin/xotclsh /usr/bin/xowish -/usr/lib/libxotcl@VERSION@.so -/usr/lib/libxotclstub@VERSION@.a /usr/include/xotclDecls.h /usr/include/xotcl.h /usr/include/xotclIntDecls.h