[blender] Add accidently removed files

Jochen Schmitt s4504kr at fedoraproject.org
Tue Apr 12 16:50:26 UTC 2011


commit 4a1b23d6dfccf6245edc35b1278781cba66a1892
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Apr 12 18:50:40 2011 +0200

    Add accidently removed files

 blender-2.56.config |    5 ++++-
 blender.spec        |   11 ++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/blender-2.56.config b/blender-2.56.config
index 7243399..c68ac82 100644
--- a/blender-2.56.config
+++ b/blender-2.56.config
@@ -126,7 +126,10 @@ CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
 CCFLAGS += rpmopt
 
 CPPFLAGS = ['-DXP_UNIX']
-# CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
+
+CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
+CXXFLAGS += rpmopt
+
 REL_CFLAGS = ['-O2']
 REL_CCFLAGS = ['-O2']
 ##BF_DEPEND = 'true'
diff --git a/blender.spec b/blender.spec
index c827f0a..3a2eec3 100644
--- a/blender.spec
+++ b/blender.spec
@@ -7,7 +7,7 @@
 
 Name:           blender
 Version:        2.56
-Release: 	10%{svn}%{?dist}
+Release: 	11%{svn}%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -195,6 +195,9 @@ desktop-file-install --vendor fedora                    \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
   release/freedesktop/blender.desktop
 
+# Plugins are not support now
+rm -rf ${RPM_BUILD_ROOT}%{blenderarch}/plugins/*
+
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -222,9 +225,8 @@ fi || :
 # %{_bindir}/blender.bin
 %{_datadir}/applications/fedora-blender.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
-# Plugins are not support in this current release
-%exclude %{blenderlib}/
 %{blenderarch}/
+%{blenderlib}/
 %{_datadir}/mime/packages/blender.xml
 
 %files -n blenderplayer
@@ -233,6 +235,9 @@ fi || :
 %{_bindir}/blenderplayer
 
 %changelog
+* Sun Apr 10 2011 Jochen Schmitt <Jochen herr-schmitt de> 2.56-11.svn36007%{?dist}
+- Add accidently removed files
+
 * Thu Apr  7 2011 Jochen Schmitt <Jochen herr-schmitt de> 2.56-10.svn36007%{?dist}
 - Change compiler flags to fixed UI issue (#671284)
 - Exclude plugin directory (not supported in current release)


More information about the scm-commits mailing list