Author: qboosh                       Date: Thu Aug 24 18:27:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   tcl-thread.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tcl-thread.spec
diff -u /dev/null SPECS/tcl-thread.spec:1.1
--- /dev/null   Thu Aug 24 20:27:37 2006
+++ SPECS/tcl-thread.spec       Thu Aug 24 20:27:32 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:       Tcl Thread - extension to gain script-level access to Tcl 
threading capabilities
+Summary(pl):   Tcl Thread - rozszerzenie pozwalające na dostęp do wątków Tcl-a 
z poziomu skryptów
+Name:          tcl-thread
+Version:       2.6.4
+Release:       1
+License:       BSD-like
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/tcl/thread%{version}.tar.gz
+# Source0-md5: ca4c4175e0dee8153b940ed4e0dc07bd
+URL:           http://tcl.sourceforge.net/
+BuildRequires: tcl-devel >= 8.4
+Requires:      tcl >= 8.4
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tcl Thread extension can be used to gain script-level access to Tcl
+threading capabilities.
+
+%description -l pl
+Rozszerzenie Tcl Thread pozwala na dostęp do możliwości wątkowania
+Tcl-a z poziomu skryptów.
+
+%prep
+%setup -q -n thread%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%dir %{_libdir}/thread%{version}
+%attr(755,root,root) %{_libdir}/thread%{version}/libthread*.so
+%{_libdir}/thread%{version}/*.tcl
+%{_mandir}/mann/*.n*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/24 18:27:32  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to