]> git.pld-linux.org Git - packages/BMRT.git/blobdiff - BMRT.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/BMRT.git] / BMRT.spec
index d910d5e07c894c51329f64df9067c6a87381ef3e..f18613a96d450ed9ea1639f15c9873dc4fa09b1c 100644 (file)
--- a/BMRT.spec
+++ b/BMRT.spec
@@ -1,27 +1,49 @@
-Summary:       BMRT - Blue Moon rendering Tool
-Summary(pl):   BMRT - 
+Summary:       BMRT - Blue Moon Rendering Tools
+Summary(pl):   Blue Moon Rendering Tools - Narzêdzia do renderingu
 Name:          BMRT
 Version:       2.5
-Release:       1
-Copyright:     Other
+Release:       2
+License:       Free use, no source
 Group:         Applications/Graphics
-Group(pl):     Aplikacje/Grafika
 Source0:       %{name}%{version}h.linux-glibc2.tar.gz
 URL:           http://www.bmrt.org/
-#BuildRequires:        
-#Requires:     
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExclusiveArch: %{ix86}
+Requires:      libstdc++-compat
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /usr/X11R6
 
 %description
+BMRT is a ray tracer that has been used in the production of several
+feature films, including A Bug's Life, Stuart Little, The Cell, Hollow
+Man, and Woman on Top.
+
+BMRT supports such features as ray traced reflections and shadows;
+area lights; texture, environment, and shadow mapping; and fully
+programmable surface, displacement, light, and volume shaders. BMRT's
+input scene files and shaders are largely compatible with our
+commercial renderer, Entropy, as well as those of PhotoRealistic
+RenderMan.
+
+No longer available. Use Aqsis (http://aqsis.sf.net) instead.
 
 %description -l pl
+BMRT jest ray tracerem, który zosta³ u¿yty przy produkcji niektórych
+filmów, takich jak A Bug's Life, Stuart Little, The Cell, Hollow Man,
+Woman on Top.
+
+BMRT obs³uguje rzeczy takie jak odbicia i cienie; ¶wiat³a punktowe;
+tekstury, ¶rodowisko, mapowanie cieni; w pe³ni programowalne
+powierzchnie, zaburzenia, ¶wiat³a, cienie. Pliki wej¶ciowe ze scenami
+i cieniami BMRT s± w du¿ej czê¶ci zgodne z komercyjnym rendererem tej
+samej firmy o nazwie Entropy, a tak¿e z programem PhotoRealistic
+RenderMan.
+
+BMRT nie jest ju¿ dostêpny. Zamiast niego mo¿na u¿ywaæ Aqsis
+(http://aqsis.sf.net).
 
 %prep
 %setup -q -n %{name}%{version}
 
-%build
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_includedir},%{_libdir},%{_datadir}/%{name}/shaders}
@@ -31,20 +53,20 @@ install lib/* $RPM_BUILD_ROOT%{_libdir}
 install include/* $RPM_BUILD_ROOT%{_includedir}
 install shaders/*.sl $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
 install shaders/*.slc $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
+install -m 755 shaders/*.linux.slc $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
 install shaders/*.h $RPM_BUILD_ROOT%{_datadir}/%{name}/shaders
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc doc/html/* License doc/*.pdf
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_includedir}/*.h
-%attr(644,root,root) %{_datadir}/%{name}/shaders/[^*.linux.slc]
-%attr(755,root,root) %{_datadir}/%{name}/shaders/*.linux.*
-%attr(644,root,root) %{_libdir}/*.a
+%{_includedir}/*.h
+%attr(-,root,root) %{_datadir}/%{name}/shaders/*
+%{_libdir}/*.a
 %attr(755,root,root) %{_libdir}/*.so
This page took 0.067817 seconds and 4 git commands to generate.