Summary: 3D modeling, rendering, animation and game creation package Summary(pl): Pakiet do tworzenia animacji 3D oraz robienia gier Name: blender Version: 2.25b Release: 1 License: GPL Group: X11/Applications/Graphics Vendor: Blender Foundation Source0: ftp://dl.xs4all.nl/pub/mirror/blender/%{name}-source-%{version}.tar.gz URL: http://www.blender.org/ Requires: OpenGL BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreqdep libGL.so.1 libGLU.so.1 %define _prefix /usr/X11R6 %description Blender is a free and fully functional 3D modeling, rendering, animation and game creation package for Unix, Windows and BeOS systems. Blender is distributed without sources, it is exclusively developed and maintained by the Dutch company NaN Technologies B.V. %description -l pl Blender to darmowy i w pełni funkcjonalny pakiet do tworzenia animacji 3D oraz robienia gier, dostępny dla systemów Unix, Windows i BeOS. Blender jest rozpowszechniany bez źródeł. Jest rozwijany przez holenderską firmę NaN Technologies B.V. %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/blender/plugins/{sequence,texture}} install -d $RPM_BUILD_ROOT{%{_datadir}/blender/{textures,sounds},%{_includedir}/blender} install -d $RPM_BUILD_ROOT%{_examplesdir}/blender/plugins/{sequence,texture} install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/blender install blender $RPM_BUILD_ROOT%{_libdir}/blender install plugins/sequence/*.so $RPM_BUILD_ROOT%{_libdir}/blender/plugins/sequence install plugins/texture/*.so $RPM_BUILD_ROOT%{_libdir}/blender/plugins/texture install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/blender/defaults install plugins/include/* $RPM_BUILD_ROOT%{_includedir}/blender install plugins/{Makefile,bmake} $RPM_BUILD_ROOT%{_examplesdir}/blender/plugins install plugins/sequence/{Makefile,*.c} $RPM_BUILD_ROOT%{_examplesdir}/blender/plugins/sequence install plugins/texture/{Makefile,*.c} $RPM_BUILD_ROOT%{_examplesdir}/blender/plugins/texture %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/blender %dir %{_libdir}/blender %attr(755,root,root) %{_libdir}/blender/blender %{_libdir}/blender/plugins %{_datadir}/blender %{_includedir}/blender %dir %{_examplesdir}/blender %dir %{_examplesdir}/blender/plugins %attr(755,root,root) %{_examplesdir}/blender/plugins/bmake %attr(755,root,root) %{_examplesdir}/blender/plugins/Makefile %{_examplesdir}/blender/plugins/texture %{_examplesdir}/blender/plugins/sequence