SPECS: Tktable.spec - pl

qboosh qboosh at pld-linux.org
Thu May 24 22:21:56 CEST 2007


Author: qboosh                       Date: Thu May 24 20:21:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   Tktable.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/Tktable.spec
diff -u SPECS/Tktable.spec:1.1 SPECS/Tktable.spec:1.2
--- SPECS/Tktable.spec:1.1	Tue May 15 00:46:04 2007
+++ SPECS/Tktable.spec	Thu May 24 22:21:50 2007
@@ -1,7 +1,8 @@
 # $Revision$, $Date$
-%define tkver	8.4
+%define		tkver	8.4
 #
-Summary:	TkTable is a table/matrix widget extension to tk/tcl
+Summary:	TkTable - a table/matrix widget extension to Tcl/Tk
+Summary(pl.UTF-8):	TkTable - rozszerzenie Tcl/Tk o widget tabeli/macierzy
 Name:		Tktable
 Version:	2.9
 Release:	1
@@ -18,14 +19,16 @@
 %define		_ulibdir	/usr/lib
 
 %description
-TkTable is a table/matrix widget extension to tk/tcl.
+TkTable is a table/matrix widget extension to Tcl/Tk.
+
 The basic features of the widget are:
  * multi-line cells
  * support for embedded windows (one per cell)
  * row & column spanning
  * variable width columns / height rows (interactively resizable)
  * row and column titles
- * multiple data sources ((Tcl array || Tcl command) &| internal caching)
+ * multiple data sources ((Tcl array || Tcl command) &| internal
+   caching)
  * supports standard Tk reliefs, fonts, colors, etc.
  * x/y scrollbar support
  * 'tag' styles per row, column or cell to change visual appearance
@@ -36,10 +39,33 @@
  * optional 'flashes' when things update
  * cell validation support
  * Works everywhere Tk does (including Windows and Mac!)
- * Unicode support (Tk8.1+)
+ * Unicode support (Tk 8.1+)
+
+%description -l pl.UTF-8
+TkTable to rozszerzenie Tcl/Tk o widget tabeli/macierzy.
+
+Główne możliwości widgetu to:
+ - komórki wieloliniowe
+ - obsługa wbudowanych okienek (jedno w komórce)
+ - komórki obejmujące kilka wierszy lub kolumn
+ - wiele źródeł danych ((tablica Tcl || polecenie Tcl) &| wewnętrzna
+   pamięć podręczna)
+ - obsługa standardowych styli, fontów, kolorów itp. Tk
+ - poziomy i pionowy pasek przewijania
+ - style dla wierszy, kolumn lub komórek zmieniające wygląd
+ - edycja wewnątrz komórki - zwracająca wartości do źródła danych
+ - obsługa wyłączonych (tylko do odczytu) tabel lub komórek
+ - wiele trybów wyboru z "aktywną" komórką
+ - wiele trybów rysowania w celu uzyskania optymalnej wydajności dla
+   większych tabel
+ - opcjonalne "błyski" przy uaktualnianiu elementów
+ - kontrola poprawności komórek
+ - działanie wszędzie tam, gdzie Tk (włącznie z Windows i Mac OS-em)
+ - obsługa Unicode (Tk 8.1+)
 
 %package devel
 Summary:	TkTable - development files
+Summary(pl.UTF-8):	TkTable - pliki programistyczne
 Group:		Development/Languages/Tcl
 Requires:	%{name} = %{version}-%{release}
 Requires:	tk-devel >= %{tkver}
@@ -47,14 +73,21 @@
 %description devel
 TkTable development files.
 
+%description devel -l pl.UTF-8
+Pliki programistyczne TkTable.
+
 %package demo
 Summary:	TkTable - demo programs
+Summary(pl.UTF-8):	Programy demonstracyjne TkTable
 Group:		Development/Languages/Tcl
 Requires:	%{name} = %{version}-%{release}
 
 %description demo
 TkTable demo programs.
 
+%description demo -l pl.UTF-8
+Programy demonstracyjne TkTable.
+
 %prep
 %setup -q -n %{name}%{version}
 %patch0 -p1
@@ -79,10 +112,11 @@
 
 %if "%{_libdir}" != "%{_ulibdir}"
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}%{version} $RPM_BUILD_ROOT%{_ulibdir}
+# FIXME: this shouldn't be done
 ln -sf %{_libdir}/lib%{name}%{version}.so $RPM_BUILD_ROOT%{_ulibdir}/lib%{name}%{version}.so
 %endif
 
-ln -sf %{_libdir}/lib%{name}%{version}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
+ln -sf lib%{name}%{version}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
 
 install -d $RPM_BUILD_ROOT%{_mandir}/mann
 install doc/*.n $RPM_BUILD_ROOT%{_mandir}/mann
@@ -104,6 +138,7 @@
 %dir %{_ulibdir}/%{name}%{version}
 %{_ulibdir}/%{name}%{version}/*.tcl
 %if "%{_libdir}" != "%{_ulibdir}"
+# FIXME: this shouldn't be done
 %{_ulibdir}/lib*%{version}.so
 %endif
 %{_mandir}/mann/*
@@ -123,6 +158,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/05/24 20:21:50  qboosh
+- pl
+
 Revision 1.1  2007/05/14 22:46:04  lkrotowski
 - initial version
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Tktable.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list