Author: gj                           Date: Sat Feb 19 20:12:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use BlenderLanguages file, I had a chat with blender devels, and they don't 
find any other elegant solution
- disable by default xml to yafray interface, it doesn't work with current 
version anyway

---- Files affected:
SPECS:
   blender.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/blender.spec
diff -u SPECS/blender.spec:1.49 SPECS/blender.spec:1.50
--- SPECS/blender.spec:1.49     Sat Feb 19 19:05:03 2005
+++ SPECS/blender.spec  Sat Feb 19 21:12:41 2005
@@ -18,6 +18,8 @@
 Source2:       %{name}.png
 Source3:       %{name}-config.opts
 Patch0:                %{name}-po_and_locale_names.patch
+Patch1:                %{name}-blanguages.patch
+Patch2:                %{name}-noxml-yafray.patch
 URL:           http://www.blender.org/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenGL-devel
@@ -56,9 +58,10 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 mv -f po/pt_{br,BR}.po
-rm -rf bin/.blender/locale
 install %{SOURCE3} config.opts
 
 %build
@@ -88,6 +91,7 @@
 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 cp -a bin/.blender/locale $RPM_BUILD_ROOT%{_datadir}
+cp -a bin/.blender/.Blanguages $RPM_BUILD_ROOT%{_datadir}/BlenderLanguages
 
 %find_lang %{name} --all-name
 
@@ -99,6 +103,7 @@
 %doc README doc/bf-members.txt doc/python-dev-guide.txt doc/oldbugs.txt 
doc/interface_API.txt 
 %doc release/text/{blender.html,release*.txt}
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_datadir}
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
 
@@ -108,6 +113,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2005/02/19 20:12:41  gj
+- use BlenderLanguages file, I had a chat with blender devels, and they don't 
find any other elegant solution
+- disable by default xml to yafray interface, it doesn't work with current 
version anyway
+
 Revision 1.49  2005/02/19 18:05:03  gj
 - last change was rather important, bump up release
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/blender.spec?r1=1.49&r2=1.50&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to