Index: xotcl/unix/xotcl.spec =================================================================== diff -u -r57972e5a2972b1eb5dd63f6e3d483670117feebf -rcaee4f272cfc744a06a7df61e2f3c73da1b6be64 --- xotcl/unix/xotcl.spec (.../xotcl.spec) (revision 57972e5a2972b1eb5dd63f6e3d483670117feebf) +++ xotcl/unix/xotcl.spec (.../xotcl.spec) (revision caee4f272cfc744a06a7df61e2f3c73da1b6be64) @@ -1,13 +1,13 @@ Summary: Object Oriented Extension for Tcl Name: xotcl -Version: 1.5.5 +Version: 1.5.6 Release: 0 License: bsd style open source Group: Development/Languages -Source: http://www.xotcl.org/xotcl-1.5.5.tar.gz +Source: http://www.xotcl.org/xotcl-1.5.6.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 @@ -23,28 +23,29 @@ consult http://www.xotcl.org %prep -%setup -q -n xotcl-1.5.5 +%setup -q -n xotcl-1.5.6 %build autoconf -./configure --with-tcl=/usr/lib --with-all --prefix=/usr/local/aolserver-4.5 --exec-prefix=/usr/local/aolserver-4.5 -#make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' +# ./configure --with-tcl=/usr/lib --with-all --prefix=/usr --exec-prefix=/usr +./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 rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.5.5.so -ln -s xotcl1.5.5/libxotcl1.5.5.so $RPM_BUILD_ROOT/usr/lib +rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.5.6.so +ln -s xotcl1.5.6/libxotcl1.5.6.so $RPM_BUILD_ROOT/usr/lib %files %defattr(-, root, root) %doc doc %_bindir/xotclsh %_bindir/xowish -%_prefix/lib/xotcl1.5.5 -%_prefix/lib/libxotcl1.5.5.so +%_prefix/lib/xotcl1.5.6 +%_prefix/lib/libxotcl1.5.6.so %_prefix/lib/xotclexpat* %_prefix/lib/xotclgdbm* %_prefix/lib/xotclsdbm*