]> git.pld-linux.org Git - packages/STL_doc.git/blame - STL_doc.spec
- converted to UTF-8
[packages/STL_doc.git] / STL_doc.spec
CommitLineData
386c72da 1Summary: Standard Template Library Programmer's Guide
f8a05116 2Summary(pl.UTF-8): Podręcznik programisty STL
386c72da 3Name: STL_doc
4Version: 1.0
5Release: 1
6License: distributable
7Group: Documentation
8Source0: http://www.sgi.com/tech/stl/%{name}.tar.gz
9# Source0-md5: 8b2e047c40bfa18306ebff13e803ed7e
0757dd35 10URL: http://www.sgi.com/tech/stl/
386c72da 11BuildArch: noarch
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
0757dd35 14%define _noautocompressdoc *
386c72da 15
16%description
0757dd35
JB
17The Standard Template Library, or STL, is a C++ library of container
18classes, algorithms, and iterators; it provides many of the basic
19algorithms and data structures of computer science. The STL is a
20generic library, meaning that its components are heavily
21parameterized: almost every component in the STL is a template. You
22should make sure that you understand how templates work in C++ before
23you use the STL. This package contains STL Programmer's Guide.
386c72da 24
f8a05116
JR
25%description -l pl.UTF-8
26Standardowa biblioteka szablonów STL jest biblioteką C++ klas
27kontenerów, algorytmów i iteratorów; dostarcza wielu podstawowych
28algorytmów i struktur danych znanych informatyce. Komponenty STL są
29mocno parametryzowane: prawie każdy z nich jest szablonem. Powinieneś
30się upewnić, że rozumiesz sposób działania szablonów w C++ zanim
31użyjesz STL. Ten pakiet zawiera podręcznik programisty biblioteki
0757dd35 32STL.
386c72da 33
34%prep
35%setup -q -n %{name}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc *
This page took 0.051235 seconds and 4 git commands to generate.