Author: qboosh Date: Wed Dec 27 23:22:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - back to 5.1.0 (5.0.2 left on STLport-5_0 branch); ooo builds on 5.1.0 now - endianness patch updated; type_promotion needs update if really needed
---- Files affected: SPECS: STLport.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: SPECS/STLport.spec diff -u SPECS/STLport.spec:1.67 SPECS/STLport.spec:1.68 --- SPECS/STLport.spec:1.67 Fri Dec 22 11:21:39 2006 +++ SPECS/STLport.spec Thu Dec 28 00:22:16 2006 @@ -1,19 +1,18 @@ # $Revision$, $Date$ -# NOTICE: -# probably doesn't build with libstdc++ < 4.2.0-200612 (<= 4.1.2 should be OK) Summary: C++ standard library Summary(pl): Biblioteki standardowe C++ Name: STLport -Version: 5.0.2 -Release: 4 +Version: 5.1.0 +Release: 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 Patch2: %{name}-gcc420_dirty_hack.patch +Patch3: %{name}-gcc420.patch URL: http://stlport.sourceforge.net/ BuildRequires: libstdc++-devel >= 5:3.3.2 BuildRequires: sed >= 4.0 @@ -54,10 +53,12 @@ Biblioteki statyczne do STLport. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 -%patch1 -p1 +# UPDATE or DROP (needed?) +#%patch1 -p1 %patch2 -p1 +%patch3 -p1 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak @@ -95,8 +96,8 @@ %files devel %defattr(644,root,root,755) %doc doc/{FAQ,*.txt} -%{_includedir}/stlport %attr(755,root,root) %{_libdir}/*.so +%{_includedir}/stlport %files static %defattr(644,root,root,755) @@ -108,6 +109,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2006/12/27 23:22:16 qboosh +- back to 5.1.0 (5.0.2 left on STLport-5_0 branch); ooo builds on 5.1.0 now +- endianness patch updated; type_promotion needs update if really needed + Revision 1.67 2006/12/22 10:21:39 sls - rel. up to 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
