rpms/tktable/devel tktable.spec,1.16,1.17

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Wed Mar 1 17:23:33 UTC 2006


Author: jfontain

Update of /cvs/extras/rpms/tktable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24575

Modified Files:
	tktable.spec 
Log Message:
fixed problem in configuration stage



Index: tktable.spec
===================================================================
RCS file: /cvs/extras/rpms/tktable/devel/tktable.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- tktable.spec	28 Feb 2006 21:03:38 -0000	1.16
+++ tktable.spec	1 Mar 2006 17:23:33 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: Table/matrix widget extension to Tcl/Tk
 Name: tktable
 Version: 2.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tktable/Tktable2.9.tar.gz
@@ -22,6 +22,10 @@
 %setup -q -n Tktable%version
 
 %build
+# fix problem with the tcl.m4 file that came with earlier versions
+# of Tcl (quoting bug in the file that was not exposed until bash
+# 3.1 was packaged with FC5)
+sed -i -e "s,relid',relid," configure
 %configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir --x-includes=%_includedir/X11
 make %{?_smp_mflags}
 
@@ -45,6 +49,9 @@
 
 
 %changelog
+* Tue Mar 1 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-9
+- fixed problem in configuration stage 
+
 * Tue Feb 28 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-8
 - specified X11 includes path in configuration
 




More information about the fedora-extras-commits mailing list