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