disable parallel build (culprit of build failure on ppc) -
http://bugs.gentoo.org/181651
This commit is contained in:
parent
1c9c821438
commit
e96e3263e5
@ -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 <ovasik@redhat.com> 1.3.2-34
|
||||
- disable parallel build (culprit of build failure)
|
||||
- http://bugs.gentoo.org/181651
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user