From c3d792e6149a772c5c962b2ac079c24afb5ea8cc Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Sat, 16 Dec 2006 18:54:15 +0000 Subject: [PATCH] - update version (5.1.0) - removed outdated patch type_promotion - added TODO - problems with libstdc++-4.2.0 - updated builddir Changed files: STLport.spec -> 1.63 --- STLport.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/STLport.spec b/STLport.spec index 7ce22de..631a538 100644 --- a/STLport.spec +++ b/STLport.spec @@ -1,15 +1,16 @@ +# TODO: +# doesn't build with libstdc++-4.2.0 Summary: C++ standard library Summary(pl): Biblioteki standardowe C++ Name: STLport -Version: 5.0.2 -Release: 3 +Version: 5.1.0 +Release: 0.1 Epoch: 2 License: distributable (see README.gz) Group: Libraries Source0: http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2 -# Source0-md5: 784be5e0499009aeea6e9ec8f7259c41 +# Source0-md5: dcf079313e7e0d7870307b74b658bb81 Patch0: %{name}-endianness.patch -Patch1: %{name}-type_promotion.patch URL: http://stlport.sourceforge.net/ BuildRequires: libstdc++-devel >= 5:3.3.2 BuildRequires: sed >= 4.0 @@ -50,9 +51,8 @@ Static STLport libraries. Biblioteki statyczne do STLport. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 -%patch1 -p1 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak -- 2.44.0