Author: qboosh Date: Sun Feb 20 00:23:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - removed misplaced (sln.8) comment, real gcc BR (__thread on ppc,sparc)
---- Files affected: SPECS: glibc.spec (1.574 -> 1.575) ---- Diffs: ================================================================ Index: SPECS/glibc.spec diff -u SPECS/glibc.spec:1.574 SPECS/glibc.spec:1.575 --- SPECS/glibc.spec:1.574 Wed Feb 16 10:59:22 2005 +++ SPECS/glibc.spec Sun Feb 20 01:23:32 2005 @@ -92,7 +92,6 @@ #Source6: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 Source6: %{name}-non-english-man-pages.tar.bz2 # Source6-md5: 6159f0a9b6426b5f6fc1b0d8d21b9b76 -# borrowed from util-linux Source7: %{name}-localedb-gen Patch0: %{name}-info.patch Patch1: %{name}-pl.po-update.patch @@ -128,7 +127,12 @@ URL: http://www.gnu.org/software/libc/ BuildRequires: automake BuildRequires: binutils >= 2:2.15.90.0.3 -BuildRequires: gcc >= 3.4 +BuildRequires: gcc >= 3.2 +%ifarch ppc ppc64 sparc sparcv9 sparc64 +%if %{with nptl} || %{with __thread} +BuildRequires: gcc >= 5:3.4 +%endif +%endif %{?with_memusage:BuildRequires: gd-devel >= 2.0.1} BuildRequires: gettext-devel >= 0.10.36 %if %{without kernelheaders} @@ -1516,6 +1520,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.575 2005/02/20 00:23:32 qboosh +- removed misplaced (sln.8) comment, real gcc BR (__thread on ppc,sparc) + Revision 1.574 2005/02/16 09:59:22 pluto - s/pthread-build.patch/gcc4.patch/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.574&r2=1.575&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
