]> git.pld-linux.org Git - packages/tcl-thread.git/commitdiff
- updated to 2.7.3 auto/th/tcl-thread-2.7.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Mar 2016 21:23:14 +0000 (22:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Mar 2016 21:23:14 +0000 (22:23 +0100)
tcl-thread.spec

index 123dbcd9c2ab1d01f7198586bdee8cef81752208..68c96e53d29f5dfccd943c9bc4c850f5b387c49d 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Tcl Thread - extension to gain script-level access to Tcl threading capabilities
 Summary(pl.UTF-8):     Tcl Thread - rozszerzenie pozwalające na dostęp do wątków Tcl-a z poziomu skryptów
 Name:          tcl-thread
-Version:       2.6.5
+Version:       2.7.3
 Release:       1
 License:       BSD-like
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/tcl/thread%{version}.tar.gz
-# Source0-md5: 3c69b4a891590f23bb79a1fa98d879f7
+Source0:       http://downloads.sourceforge.net/tcl/thread%{version}.tar.gz
+# Source0-md5: a7f744148b2cc1cd5a0d9a704778a971
 URL:           http://tcl.sourceforge.net/
 BuildRequires: tcl-devel >= 8.4
 Requires:      tcl >= 8.4
@@ -38,8 +38,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc ChangeLog README license.terms
 %dir %{_libdir}/thread%{version}
 %attr(755,root,root) %{_libdir}/thread%{version}/libthread*.so
 %{_libdir}/thread%{version}/*.tcl
-%{_mandir}/mann/*.n*
+%{_includedir}/tclThread.h
+%{_mandir}/mann/thread.n*
+%{_mandir}/mann/tpool.n*
+%{_mandir}/mann/tsv.n*
+%{_mandir}/mann/ttrace.n*
This page took 0.076171 seconds and 4 git commands to generate.