]> git.pld-linux.org Git - packages/STL_doc.git/blob - STL_doc.spec
- initial release
[packages/STL_doc.git] / STL_doc.spec
1 Summary:        Standard Template Library Programmer's Guide
2 Summary(pl):    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 classes,
18 algorithms, and iterators; it provides many of the basic algorithms and data
19 structures of computer science. The STL is a generic library, meaning that
20 its components are heavily parameterized: almost every component in the STL
21 is a template. You should make sure that you understand how
22 templates work in C++ before you use the STL. This package contains
23 STL Programmer's Guide.
24
25 %description -l pl
26 Standardowa biblioteka szablonów STL jest bibliotek± C++ klas kontenerów,
27 algorytmów i iteratorów; dostarcza wielu podstawowych algorytmów i struktur
28 danych znanych informatyce. Komponenty STL s± mocno parametryzowane: prawie
29 ka¿dy z nich jest szablonem. Powiniene¶ siê upewniæ, ¿e rozumiesz sposób
30 dzia³ania szablonów w C++ zanim u¿yjesz STL. Ten pakiet zawiera podrêcznik
31 programisty biblioteki STL. 
32
33 %prep
34 %setup -q -n %{name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *
This page took 0.073688 seconds and 3 git commands to generate.