]> git.pld-linux.org Git - packages/STL_doc.git/commitdiff
- initial release
authorwitekfl <witekfl@pld-linux.org>
Thu, 13 Nov 2003 06:04:45 +0000 (06:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STL_doc.spec -> 1.1

STL_doc.spec [new file with mode: 0644]

diff --git a/STL_doc.spec b/STL_doc.spec
new file mode 100644 (file)
index 0000000..f8db1f4
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Standard Template Library Programmer's Guide
+Summary(pl):   Podrêcznik programisty STL
+Name:          STL_doc
+Version:       1.0
+Release:       1
+License:       distributable
+Group:         Documentation
+Source0:       http://www.sgi.com/tech/stl/%{name}.tar.gz
+# Source0-md5: 8b2e047c40bfa18306ebff13e803ed7e
+URL:                   http://www.sgi.com/tech/stl/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%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. 
+
+%prep
+%setup -q -n %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *
This page took 0.029371 seconds and 4 git commands to generate.