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
|
Summary: A DSSSL implementation
|
||||||
Name: openjade
|
Name: openjade
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 33%{?dist}
|
Release: 34%{?dist}
|
||||||
Prereq: sgml-common >= 0.5
|
Prereq: sgml-common >= 0.5
|
||||||
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
||||||
Patch0: openjade-ppc64.patch
|
Patch0: openjade-ppc64.patch
|
||||||
@ -37,7 +37,7 @@ XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \
|
%configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \
|
||||||
--enable-splibdir=%{_libdir}
|
--enable-splibdir=%{_libdir}
|
||||||
make %{?_smp_mflags}
|
make
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/sgml/%{name}-%{version}
|
%{_datadir}/sgml/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user