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