]> git.pld-linux.org Git - packages/STL_doc.git/blobdiff - STL_doc.spec
- converted to UTF-8
[packages/STL_doc.git] / STL_doc.spec
index f8db1f489fe19caa173139022ebaeb10ecdcca4d..d746f5d9f0e91e48bfcc981057393c29e90a4000 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       Standard Template Library Programmer's Guide
-Summary(pl):   Podrêcznik programisty STL
+Summary(pl.UTF-8):   Podręcznik programisty STL
 Name:          STL_doc
 Version:       1.0
 Release:       1
@@ -7,28 +7,29 @@ License:      distributable
 Group:         Documentation
 Source0:       http://www.sgi.com/tech/stl/%{name}.tar.gz
 # Source0-md5: 8b2e047c40bfa18306ebff13e803ed7e
-URL:                   http://www.sgi.com/tech/stl/
+URL:           http://www.sgi.com/tech/stl/
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define _noautocompressdoc *
+%define                _noautocompressdoc      *
 
 %description
-The Standard Template Library, or STL, is a C++ library of container classes,
-algorithms, and iterators; it provides many of the basic algorithms and data
-structures of computer science. The STL is a generic library, meaning that
-its components are heavily parameterized: almost every component in the STL
-is a template. You should make sure that you understand how
-templates work in C++ before you use the STL. This package contains
-STL Programmer's Guide.
+The Standard Template Library, or STL, is a C++ library of container
+classes, algorithms, and iterators; it provides many of the basic
+algorithms and data structures of computer science. The STL is a
+generic library, meaning that its components are heavily
+parameterized: almost every component in the STL is a template. You
+should make sure that you understand how templates work in C++ before
+you use the STL. This package contains STL Programmer's Guide.
 
-%description -l pl
-Standardowa biblioteka szablonów STL jest bibliotek± C++ klas kontenerów,
-algorytmów i iteratorów; dostarcza wielu podstawowych algorytmów i struktur
-danych znanych informatyce. Komponenty STL s± mocno parametryzowane: prawie
-ka¿dy z nich jest szablonem. Powiniene¶ siê upewniæ, ¿e rozumiesz sposób
-dzia³ania szablonów w C++ zanim u¿yjesz STL. Ten pakiet zawiera podrêcznik
-programisty biblioteki STL. 
+%description -l pl.UTF-8
+Standardowa biblioteka szablonów STL jest biblioteką C++ klas
+kontenerów, algorytmów i iteratorów; dostarcza wielu podstawowych
+algorytmów i struktur danych znanych informatyce. Komponenty STL są
+mocno parametryzowane: prawie każdy z nich jest szablonem. Powinieneś
+się upewnić, że rozumiesz sposób działania szablonów w C++ zanim
+użyjesz STL. Ten pakiet zawiera podręcznik programisty biblioteki
+STL. 
 
 %prep
 %setup -q -n %{name}
This page took 0.084904 seconds and 4 git commands to generate.