From e96e3263e53dfecfa36656f84368fc2854c80c07 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 27 Feb 2009 13:16:53 +0000 Subject: [PATCH] disable parallel build (culprit of build failure on ppc) - http://bugs.gentoo.org/181651 --- openjade.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openjade.spec b/openjade.spec index b5e6fa3..cd64d02 100644 --- a/openjade.spec +++ b/openjade.spec @@ -1,7 +1,7 @@ Summary: A DSSSL implementation Name: openjade Version: 1.3.2 -Release: 33%{?dist} +Release: 34%{?dist} Prereq: sgml-common >= 0.5 Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz Patch0: openjade-ppc64.patch @@ -37,7 +37,7 @@ XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. %build %configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \ --enable-splibdir=%{_libdir} -make %{?_smp_mflags} +make %install @@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/sgml/%{name}-%{version} %changelog +* Fri Feb 27 2009 Ondrej Vasik 1.3.2-34 +- disable parallel build (culprit of build failure) + - http://bugs.gentoo.org/181651 + * Thu Feb 26 2009 Fedora Release Engineering - 1.3.2-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild