diff --git a/subversion.spec b/subversion.spec index 2c799f5..fcb2b9e 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 1.1.0-4 +- don't use parallel make for swig-py + * Thu Sep 30 2004 Joe Orton 1.1.0-3 - BuildRequire newest swig for "swig -ldflags" fix