SPECS: tkcon.spec (NEW) - New spec: Tk console
japhy
japhy at pld-linux.org
Sun Aug 7 18:32:01 CEST 2005
Author: japhy Date: Sun Aug 7 16:32:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- New spec: Tk console
---- Files affected:
SPECS:
tkcon.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tkcon.spec
diff -u /dev/null SPECS/tkcon.spec:1.1
--- /dev/null Sun Aug 7 18:32:01 2005
+++ SPECS/tkcon.spec Sun Aug 7 18:31:56 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+#
+Summary: Enhanced Tk console
+Summary(pl): Rozszerzona konsola Tk
+Name: tkcon
+Version: 2.4
+Release: 1
+License: distributable
+Group: Development/Languages/Tcl
+Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 415905fe3d81aa957f9c4424c219784e
+URL: http://tkcon.sourceforge.net/
+Requires: tk
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+tkcon is a replacement for the standard console that comes with Tk (on
+Windows/Mac, but also works on Unix). The console itself provides many
+more features than the standard console.
+
+%description -l pl
+Tkcon jest odpowiednikiem standardowej konsoli Tk (dostępnej domyślnie
+w systemach Windows i Macintosh -- ta działa także w systemach
+uniksowych), o wiele większej funkcjonalności.
+
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D tkcon.tcl $RPM_BUILD_ROOT%{_bindir}/tkcon
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt release.txt ChangeLog index.html docs
+%attr(755,root,root) %{_bindir}/tkcon
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/08/07 16:31:56 japhy
+- New spec: Tk console
+
+
================================================================
More information about the pld-cvs-commit
mailing list