]> git.pld-linux.org Git - packages/tcl-thread.git/blob - tcl-thread.spec
6f89550f17c69924b85aea996c26a5de97d42b55
[packages/tcl-thread.git] / tcl-thread.spec
1 Summary:        Tcl Thread - extension to gain script-level access to Tcl threading capabilities
2 Summary(pl):    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.6.5
5 Release:        1
6 License:        BSD-like
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/tcl/thread%{version}.tar.gz
9 # Source0-md5:  3c69b4a891590f23bb79a1fa98d879f7
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
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
42 %dir %{_libdir}/thread%{version}
43 %attr(755,root,root) %{_libdir}/thread%{version}/libthread*.so
44 %{_libdir}/thread%{version}/*.tcl
45 %{_mandir}/mann/*.n*
This page took 0.068238 seconds and 3 git commands to generate.