rpms/blender/FC-5 blender-2.42-scons.patch, 1.1, 1.2 blender.spec, 1.23, 1.24

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Jul 20 20:14:57 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/blender/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21907

Modified Files:
	blender-2.42-scons.patch blender.spec 
Log Message:
Fix UI-Problem

blender-2.42-scons.patch:

Index: blender-2.42-scons.patch
===================================================================
RCS file: /cvs/extras/rpms/blender/FC-5/blender-2.42-scons.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blender-2.42-scons.patch	17 Jul 2006 18:23:50 -0000	1.1
+++ blender-2.42-scons.patch	20 Jul 2006 20:14:57 -0000	1.2
@@ -1,14 +1,5 @@
 --- blender2.42/SConstruct.org	2006-06-23 20:52:31.000000000 +0200
 +++ blender2.42/SConstruct	2006-07-17 19:09:52.000000000 +0200
-@@ -166,6 +166,8 @@
- 
- printdebug = B.arguments.get('BF_LISTDEBUG', 0)
- 
-+env['CCFLAGS'] = env['CCFLAGS'].split()
-+
- # see if this linux distro has libalut
- 
- if env['OURPLATFORM'] == 'linux2' :
 @@ -181,7 +183,7 @@
  
          def CheckFreeAlut(context,env):


Index: blender.spec
===================================================================
RCS file: /cvs/extras/rpms/blender/FC-5/blender.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- blender.spec	17 Jul 2006 21:35:09 -0000	1.23
+++ blender.spec	20 Jul 2006 20:14:57 -0000	1.24
@@ -3,7 +3,7 @@
 
 Name:           blender
 Version:        2.42
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -58,14 +58,18 @@
 Professionals and novices can easily and inexpensively publish stand-alone,
 secure, multi-platform content to the web, CD-ROMs, and other media.
 
-
 %prep
 %setup -q -n blender2.42
-%patch1 -p1 
+%patch1 -p1 -b .org
 
 %build
 cp %{SOURCE7} user-config.py
-scons %{?_smp_mflags} BF_QUIET=0 CCFLAGS="$RPM_OPT_FLAGS"
+
+#
+# Don't use $RPM_OPT_FLAGS (see #199418)
+#
+
+scons %{?_smp_mflags} BF_QUIET=0
 
 install -d release/plugins/include
 install -m 644 source/blender/blenpluginapi/*.h release/plugins/include
@@ -91,7 +95,7 @@
 
 cp -a release/scripts/bpydata ${RPM_BUILD_ROOT}/%{blenderlib}
 cp -a release/scripts ${RPM_BUILD_ROOT}/%{blenderlib}
-cp -a bin/.blender/locale ${RPM_BUILD_ROOT}/%{blenderlib}
+cp -a bin/.blender/locale ${RPM_BUILD_ROOT}/%{_datadir}
 
 install -p -D -m 644 release/scripts/*.py ${RPM_BUILD_ROOT}/%{blenderlib}
 
@@ -121,6 +125,7 @@
   --add-category X-Fedora                               \
   %{SOURCE4}
 
+%find_lang %name
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -136,18 +141,35 @@
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 
 
-%files
+%files -f %name.lang
 %defattr(-,root,root,-)
 %doc COPYING README doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt
 %{_bindir}/*
 %{_datadir}/applications/fedora-blender.desktop
 %{_datadir}/pixmaps/*.png
-%{blenderlib}/
+%dir %{blenderlib}
+%{blenderlib}/.*
+%{blenderlib}/VERSION
+%{blenderlib}/bpydata/
+%{blenderlib}/*.py
+%{blenderlib}/*.pyc
 %ghost %{blenderlib}/*.pyo
+%{blenderlib}/scripts/*[^o]
+%ghost %{blenderlib}/scripts/*.pyo
+%{blenderlib}/scripts/bpydata/*[^o]
+%ghost %{blenderlib}/scripts/bpydata/*.pyo
+%{blenderlib}/scripts/bpymodules/*.py
+%{blenderlib}/scripts/bpymodules/*.pyc
+%ghost %{blenderlib}/scripts/bpymodules/*.pyo
+%{blenderlib}/scripts/bpymodules/colladaImEx/*[^o]
+%ghost %{blenderlib}/scripts/bpymodules/colladaImEx/*.pyo
 %{plugins}/
 %{_datadir}/mime/packages/blender.xml
 
 %changelog
+* Thu Jul 20 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-4
+- Fix UI Problem (#199418)
+
 * Mon Jul 17 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-3
 - Fix some BR stuff.
 




More information about the fedora-extras-commits mailing list