]> git.pld-linux.org Git - packages/tcllib.git/blob - tcllib.spec
b849cec7bb171dbd79f385c0b4c58f7365c85012
[packages/tcllib.git] / tcllib.spec
1 Summary:        Libraries for Tcl
2 Summary(pl.UTF-8):      Biblioteki dla Tcl-a
3 Name:           tcllib
4 Version:        1.15
5 Release:        1
6 License:        see license.terms
7 Group:          Development/Languages/Tcl
8 Source0:        http://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.gz
9 # Source0-md5:  7a0525912e8863f8d4360ab10e5450f8
10 URL:            http://tcllib.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  tcl
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package is intended to be a collection of Tcl packages that
19 provide utility functions useful to a large collection of Tcl
20 programmers.
21
22 %description -l pl.UTF-8
23 Pakiet jest zestawem pakietów Tcl udostępniającym różne funkcje
24 użyteczne dla wielu programistów Tcl-a.
25
26 %prep
27 %setup  -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %configure \
33         --libdir=%{_prefix}/lib
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_mandir}/man1
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README license.terms examples
49 %attr(755,root,root) %{_bindir}/*
50 %{_prefix}/lib/%{name}%{version}
51 %{_mandir}/man?/*
This page took 0.066494 seconds and 2 git commands to generate.