diff --git a/kdemultimedia.spec b/kdemultimedia.spec index 104e88d..1bb1228 100644 --- a/kdemultimedia.spec +++ b/kdemultimedia.spec @@ -26,7 +26,7 @@ %endif Version: 3.2.3 -Release: 1 +Release: 2 Epoch: 6 Name: kdemultimedia Prefix: /usr @@ -53,6 +53,7 @@ BuildRequires: kdebase-devel >= 6:%{version} BuildRequires: libjpeg-devel BuildRequires: gcc-c++ BuildRequires: glibc-devel +BuildRequires: perl BuildRequires: libvorbis-devel BuildRequires: audiofile-devel BuildRequires: glib2-devel @@ -132,10 +133,6 @@ noatun plugins. rm -rf doc/aktion aktion %endif -# disable noatun temporary, gcc-3.4 bug -rm -rf noatun -perl -pi -e "s,noatun,,g" subdirs - perl -pi -e "s/-fomit-frame-pointer//g" admin/acinclude.m4.in perl -pi -e "s,examples,,g" kmid/Make* @@ -179,7 +176,12 @@ export LDFLAGS="$LDFLAGS `artsc-config --libs`" %endif --disable-xaw -SMP_MFLAGS=%{?_smp_mflags} +# workaround for memory problem on s390x in buildsystem +%ifarch s390x ia64 + SMP_MFLAGS="" +%else + SMP_MFLAGS=%{?_smp_mflags} +%endif make $SMP_MFLAGS make $SMP_MFLAGS -C doc @@ -265,6 +267,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/kde/* %changelog +* Fri Jun 25 2004 Than Ngo 6:3.2.3-2 +- rebuilt + * Sat Jun 19 2004 Than Ngo 3.2.3-1 - update to 3.2.3