OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Oct-2005 19:40:52
Branch: HEAD Handle: 2005100618405200
Modified files:
openpkg-src/stlport stlport.spec
Log:
upgrading package: stlport 5.0RC2 -> 5.0RC5
Summary:
Revision Changes Path
1.4 +14 -14 openpkg-src/stlport/stlport.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/stlport/stlport.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 stlport.spec
--- openpkg-src/stlport/stlport.spec 24 Mar 2005 11:20:25 -0000 1.3
+++ openpkg-src/stlport/stlport.spec 6 Oct 2005 17:40:52 -0000 1.4
@@ -26,20 +26,20 @@
Name: stlport
Summary: C++ Standard Template Library
URL: http://www.stlport.org/
-Vendor: Boris Fomitchev
+Vendor: Boris Fomitchev et al.
Packager: OpenPKG
Distribution: OpenPKG
Class: EVAL
Group: Language
License: STLport
-Version: 5.0RC2
-Release: 20050304
+Version: 5.0RC5
+Release: 20051006
# package options
%option with_debug yes
# list of sources
-Source0: http://www.stlport.org/archive/STLport-%{version}.tar.gz
+Source0:
http://osdn.dl.sourceforge.net/stlport/STLport-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -50,19 +50,19 @@
AutoReqProv: no
%description
- STLport is a reimplementation of the classic SGI Standard Template
- Library, introducing unique features like Debug mode and Safe STL.
- It offers higher portability while complying with standards and
- retaining full functionality.
-
- The Standard Template Library is a C++ library of container classes,
- algorithms, and iterators providing many of the basic algorithms and
- data structures of computer science.
+ STLport is a reimplementation of the classic SGI C++ Standard
+ Template Library (STL), introducing unique features like Debug mode
+ and Safe STL. It offers higher portability while complying with
+ standards and retaining full functionality.
+
+ The Standard Template Library (STL) is a C++ library of container
+ classes, algorithms, and iterators providing many of the basic
+ algorithms and data structures of computer science.
%track
prog stlport = {
version = %{version}
- url = http://www.stlport.org/archive/
+ url = http://prdownloads.sourceforge.net/stlport/
regex = STLport-(__VER__)\.tar\.gz
}
@@ -92,7 +92,7 @@
installtargets="$installtargets install-dbg-static
install-stldbg-static"
%endif
%{l_make} %{l_mflags} -f gcc.mak $installtargets \
- INSTALL="%{l_shtool} install -c" \
+ INSTALL="%{l_shtool}"" install -c" \
INSTALL_LIB_DIR="$RPM_BUILD_ROOT%{l_prefix}/lib" \
INSTALL_LIB_DIR_DBG="$RPM_BUILD_ROOT%{l_prefix}/lib" \
INSTALL_LIB_DIR_STLDBG="$RPM_BUILD_ROOT%{l_prefix}/lib"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]