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

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Tue Feb 28 21:03:38 UTC 2006


Author: jfontain

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

Modified Files:
	tktable.spec 
Log Message:
specified X11 includes path in configuration



Index: tktable.spec
===================================================================
RCS file: /cvs/extras/rpms/tktable/devel/tktable.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- tktable.spec	28 Feb 2006 20:43:51 -0000	1.15
+++ tktable.spec	28 Feb 2006 21:03:38 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Table/matrix widget extension to Tcl/Tk
 Name: tktable
 Version: 2.9
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tktable/Tktable2.9.tar.gz
@@ -22,7 +22,7 @@
 %setup -q -n Tktable%version
 
 %build
-%configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir
+%configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir --x-includes=%_includedir/X11
 make %{?_smp_mflags}
 
 %install
@@ -45,6 +45,9 @@
 
 
 %changelog
+* Tue Feb 28 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-8
+- specified X11 includes path in configuration
+
 * Tue Feb 28 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-7
 - require libXt-devel for building
 




More information about the fedora-extras-commits mailing list