Home | History | Annotate | Download | only in etc

Lines Matching refs:STLport

4 Name: STLport
8 URL: http://www.stlport.org/
12 Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
13 #Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch
19 STLport is a multiplatform STL implementation based on SGI STL.
20 This package contains the runtime library for STLport.
22 %package -n STLport-devel
25 Requires: STLport = %{version}
27 %description -n STLport-devel
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
30 would like to use your code with STLport add
31 "-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
48 cd $RPM_BUILD_ROOT/usr/include/stlport
58 %post -n STLport-devel
61 %postun -n STLport-devel
71 %files -n STLport-devel
85 * Thu Nov 15 2001 <stlport@lanceerplaats.nl>
95 - initial release use STLport-4.0