- don't use parallel make for swig-py
This commit is contained in:
parent
219ac49bf0
commit
d1e61330e7
@ -6,7 +6,7 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -90,7 +90,8 @@ export CC=gcc CXX=g++
|
|||||||
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
||||||
--with-swig --with-neon=%{_prefix} \
|
--with-swig --with-neon=%{_prefix} \
|
||||||
--with-apxs=%{_sbindir}/apxs --disable-mod-activation
|
--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
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -187,6 +188,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*::*
|
%{_mandir}/man*/*::*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
|
||||||
- BuildRequire newest swig for "swig -ldflags" fix
|
- BuildRequire newest swig for "swig -ldflags" fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user