[blender] Disable parallel build

Jochen Schmitt s4504kr at fedoraproject.org
Wed Jul 2 15:00:23 UTC 2014


commit f72ceaf50d1812fd0686eb1ef5098eb0ff09a963
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Wed Jul 2 17:00:30 2014 +0200

    Disable parallel build

 blender.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/blender.spec b/blender.spec
index 50acc8f..17f0a36 100644
--- a/blender.spec
+++ b/blender.spec
@@ -189,7 +189,8 @@ cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DWITH_MEM_JEMALLOC=ON \
  -DBOOST_ROOT=%{_prefix}
 
-make VERBOSE=1 %{?_smp_mflags}
+
+make VERBOSE=1 # %{?_smp_mflags}
 
 %install
 cd cmake-make
@@ -300,6 +301,8 @@ fi || :
 %changelog
 * Sun Jun 29 2014 Jochen Schmitt <Jochen herr-schmitt de> - 1:2.71-1
 - New upstream release
+- Use blender.1.py to build man page
+- Disable parallel build
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.70a-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list