Summary: Table/matrix widget extension to Tcl/Tk Name: tktable Version: 2.9 Release: 8%{?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, libXt-devel Requires: tk >= 8.4.7 BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) %description Tktable provides a table/matrix widget for Tk programs. Features: multi-line cells, embedded windows, variable width columns/height rows (interactively resizable), scrollbar support, tag styles per row, column or cell, in-cell editing, works on UNIX, Windows and MacIntosh, Unicode support with Tk 8.1 and above. %prep %setup -q -n Tktable%version %build %configure --with-tcl=%_libdir --with-tk=%_libdir --x-libraries=%_libdir --x-includes=%_includedir/X11 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT DIRECTORY=$RPM_BUILD_ROOT%_libdir/%name%version install -d $DIRECTORY install -p libTktable2.9.so $DIRECTORY/ install -m 644 -p pkgIndex.tcl library/tkTable.tcl $DIRECTORY install -d $RPM_BUILD_ROOT%_mandir/mann install -m 644 -p doc/tkTable.n $RPM_BUILD_ROOT%_mandir/mann %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog README.txt README.blt license.txt doc/tkTable.html %_mandir/mann/tkTable.* %_libdir/%name%version %changelog * Tue Feb 28 2006 Jean-Luc Fontaine 2.9-8 - specified X11 includes path in configuration * Tue Feb 28 2006 Jean-Luc Fontaine 2.9-7 - require libXt-devel for building * Tue Feb 28 2006 Jean-Luc Fontaine 2.9-6 - specified X11 librairies and includes paths in configuration * Tue Feb 28 2006 Jean-Luc Fontaine 2.9-5 - rebuild for Fedora Extras 5 * Thu Nov 11 2005 Jean-Luc Fontaine 2.9-4 - only require tk and tk-devel for building * Sun May 22 2005 Jeremy Katz - 2.9-3 - rebuild on all arches * Fri Apr 7 2005 Michael Schwendt - rebuilt * Mon Sep 20 2004 Jean-Luc Fontaine 0:2.9-0.fdr.1 - Tktable version 2.9 new source release * Tue Dec 8 2003 Jean-Luc Fontaine 0:2.8-0.fdr.10 - removed %doc tag for manual page since rpm does it automatically * Tue Dec 7 2003 Jean-Luc Fontaine 0:2.8-0.fdr.9 - changed license to BSD like - removed redundant XFree86 libraries build requirement - added SMP flags to make stage * Tue Nov 16 2003 Jean-Luc Fontaine 0:2.8-0.fdr.8 - in install stage, removed some useless manual installation of documentation files which left them in the BUILD directory * Tue Nov 16 2003 Jean-Luc Fontaine 0:2.8-0.fdr.7 - in build requirements, work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9 * Tue Nov 6 2003 Jean-Luc Fontaine 0:2.8-0.fdr.6 - escaped percent characters in change log * Tue Nov 4 2003 Jean-Luc Fontaine 0:2.8-0.fdr.5 - use "download.sourceforge.net/..." instead of "prdownloads.sourceforge.net/..." to make URLs directly downloadable - removed AutoReqProv - used "%%setup -q -n ..." to remove unnecessary cd's. - added -p argument to install to preserve timestamps - replaced %%__install by install - no longer use RPM_OPT_FLAGS in CFLAGS as make argument as %%configure already handles it * Tue Nov 1 2003 Jean-Luc Fontaine 0:2.8-0.fdr.4 - removed RCS line - set Epoch to 0 and removed it from Release - used a full macroless URL to the source tarball - removed Packager (not used in Fedora) - used rm instead of %%__rm macro - use wildcards in manual pages files entry - added epoch to build requirements * Tue Oct 22 2003 Jean-Luc Fontaine 0:2.8-0.fdr.3 - checked with rpmlint and improved accordingly - release 3 as previous non-fedora spec file release was 2