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

Jean-Luc Fontaine (jfontain) fedora-extras-commits at redhat.com
Tue Feb 28 20:43:57 UTC 2006


Author: jfontain

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

Modified Files:
	tktable.spec 
Log Message:
require libXt-devel for building



Index: tktable.spec
===================================================================
RCS file: /cvs/extras/rpms/tktable/devel/tktable.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tktable.spec	28 Feb 2006 20:26:17 -0000	1.14
+++ tktable.spec	28 Feb 2006 20:43:51 -0000	1.15
@@ -1,12 +1,12 @@
 Summary: Table/matrix widget extension to Tcl/Tk
 Name: tktable
 Version: 2.9
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tktable/Tktable2.9.tar.gz
 URL: http://tktable.sourceforge.net/
-BuildRequires: tk-devel >= 8.4.7
+BuildRequires: tk-devel >= 8.4.7, libXt-devel
 Requires: tk >= 8.4.7
 BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
 
@@ -22,7 +22,7 @@
 %setup -q -n Tktable%version
 
 %build
-%configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir --x-includes=/usr/include/X11
+%configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir
 make %{?_smp_mflags}
 
 %install
@@ -45,6 +45,9 @@
 
 
 %changelog
+* Tue Feb 28 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-7
+- require libXt-devel for building
+
 * Tue Feb 28 2006 Jean-Luc Fontaine <jfontain at free.fr> 2.9-6
 - specified X11 librairies and includes paths in configuration
 




More information about the scm-commits mailing list