summaryrefslogtreecommitdiffstats
path: root/tktable/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:32:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:32:55 (GMT)
commit1c463eec511ffd93b99d7de57821c018bbfc0b24 (patch)
treeb34d0faae2ced49ed7963e43520511d8355441a4 /tktable/unix
parentc6415290e8f20f16e5a62350b9de153d2bdf29a6 (diff)
downloadblt-1c463eec511ffd93b99d7de57821c018bbfc0b24.zip
blt-1c463eec511ffd93b99d7de57821c018bbfc0b24.tar.gz
blt-1c463eec511ffd93b99d7de57821c018bbfc0b24.tar.bz2
update TEA 3.13
Diffstat (limited to 'tktable/unix')
-rwxr-xr-xtktable/unix/tktable.spec56
1 files changed, 0 insertions, 56 deletions
diff --git a/tktable/unix/tktable.spec b/tktable/unix/tktable.spec
deleted file mode 100755
index 3ba135f..0000000
--- a/tktable/unix/tktable.spec
+++ /dev/null
@@ -1,56 +0,0 @@
-# RPM specfile provided by Jean-Luc Fontaine
-# $Id: tktable.spec,v 1.1.1.1 2011/03/01 20:00:38 joye Exp $
-
-%define version 2.10
-%define directory /usr
-
-Summary: table/matrix widget extension to Tcl/Tk.
-Name: tktable
-Version: %{version}
-Release: 1
-Copyright: public domain
-Group: Development/Languages/Tcl
-Source: http://prdownloads.sourceforge.net/tktable/Tktable%{version}.tar.gz
-URL: http://tktable.sourceforge.net/
-Packager: Jean-Luc Fontaine <jfontain@free.fr>
-BuildRequires: XFree86-libs >= 4, XFree86-devel >= 4, tk >= 8.3.1
-AutoReqProv: no
-Requires: tk >= 8.3.1
-Buildroot: /var/tmp/%{name}%{version}
-
-%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 -c
-
-%build
-cd Tktable%{version}
-./configure --with-tcl=%{directory}/lib --with-tk=%{directory}/lib
-make TBL_CFLAGS=-O2
-
-%install
-cd Tktable%{version}
-DIRECTORY=$RPM_BUILD_ROOT%{directory}/lib/%{name}%{version}
-install -d $DIRECTORY
-install libTktable%{version}.so $DIRECTORY/
-install -m 644 pkgIndex.tcl library/tkTable.tcl library/tktable.py $DIRECTORY
-install -d $RPM_BUILD_ROOT%{directory}/man/mann
-install -m 644 doc/tkTable.n $RPM_BUILD_ROOT%{directory}/man/mann
-install -m 644 ChangeLog README.txt README.blt license.txt ..
-install -d ../doc
-install -m 644 doc/tkTable.html ../doc
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc ChangeLog README.txt README.blt license.txt doc/tkTable.html
-%{directory}/lib/%{name}%{version}
-%{directory}/man/mann/tkTable.n.gz