]> git.pld-linux.org Git - packages/tcl-thread.git/blob - tcl-thread.spec
68c96e53d29f5dfccd943c9bc4c850f5b387c49d
[packages/tcl-thread.git] / tcl-thread.spec
1 Summary:        Tcl Thread - extension to gain script-level access to Tcl threading capabilities
2 Summary(pl.UTF-8):      Tcl Thread - rozszerzenie pozwalające na dostęp do wątków Tcl-a z poziomu skryptów
3 Name:           tcl-thread
4 Version:        2.7.3
5 Release:        1
6 License:        BSD-like
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/tcl/thread%{version}.tar.gz
9 # Source0-md5:  a7f744148b2cc1cd5a0d9a704778a971
10 URL:            http://tcl.sourceforge.net/
11 BuildRequires:  tcl-devel >= 8.4
12 Requires:       tcl >= 8.4
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Tcl Thread extension can be used to gain script-level access to Tcl
17 threading capabilities.
18
19 %description -l pl.UTF-8
20 Rozszerzenie Tcl Thread pozwala na dostęp do możliwości wątkowania
21 Tcl-a z poziomu skryptów.
22
23 %prep
24 %setup -q -n thread%{version}
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog README license.terms
42 %dir %{_libdir}/thread%{version}
43 %attr(755,root,root) %{_libdir}/thread%{version}/libthread*.so
44 %{_libdir}/thread%{version}/*.tcl
45 %{_includedir}/tclThread.h
46 %{_mandir}/mann/thread.n*
47 %{_mandir}/mann/tpool.n*
48 %{_mandir}/mann/tsv.n*
49 %{_mandir}/mann/ttrace.n*
This page took 0.08931 seconds and 2 git commands to generate.