diff --git a/kdemultimedia.spec b/kdemultimedia.spec index 67401ab..26b6a7e 100644 --- a/kdemultimedia.spec +++ b/kdemultimedia.spec @@ -11,7 +11,7 @@ %define DATE 20020327 %define is_release 1 %define beta %{nil} -%define rel 1 +%define rel 2 %define buildbrahms 0 Version: 3.0.3 Name: kdemultimedia @@ -243,7 +243,9 @@ if [ "0`./gccver`" -lt 3001 ]; then find . -name Makefile |xargs perl -pi -e "s,^CXXLD\s*=.*,\$& -release gcc`./gccver -v`,g" fi -make %{?_smp_mflags} +# Disable parallel build as it's currently broken. +# make %{?_smp_mflags} +make LANG=C make -C doc %if %buildbrahms @@ -266,7 +268,9 @@ CXXFLAGS="$FLAGS -fno-check-new" \ --without-alsa \ --includedir=/usr/include/kde cd brahms -make %{?_smp_mflags} +# Disable parallel build as it's currently broken. +# make %{?_smp_mflags} +make %endif @@ -566,6 +570,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Aug 23 2002 Phil Knirsch 3.0.3-2 +- Disable parallel build as it is currently broken + * Mon Aug 12 2002 Than Ngo 3.0.3-1 - 3.0.3 - build using gcc 3.2-0.3