- don't use parallel make for swig-py

This commit is contained in:
jorton 2004-09-30 22:59:19 +00:00
parent 219ac49bf0
commit d1e61330e7
1 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.1.0
Release: 3
Release: 4
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -90,7 +90,8 @@ export CC=gcc CXX=g++
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
--with-apxs=%{_sbindir}/apxs --disable-mod-activation
make %{?_smp_mflags} all swig-py %{swigdirs} swig-pl-lib swig-pl
make %{?_smp_mflags} all swig-py %{swigdirs}
make swig-pl
%install
rm -rf ${RPM_BUILD_ROOT}
@ -187,6 +188,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*::*
%changelog
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
- don't use parallel make for swig-py
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
- BuildRequire newest swig for "swig -ldflags" fix