]> git.pld-linux.org Git - packages/BMRT.git/commitdiff
- updated compat-libstdc++ dependency, don't use attr(-,)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Sep 2003 12:48:26 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BMRT.spec -> 1.15

BMRT.spec

index 179e199dc51e3649f00a9345aa6c563689013abf..b00e1616ba255e4904edde3913aa958ea11ca26c 100644 (file)
--- a/BMRT.spec
+++ b/BMRT.spec
@@ -9,10 +9,9 @@ Source0:       %{name}%{version}h.linux-glibc2.tar.gz
 # Source0-md5: dfbe508d03b352a01949679809cd3e06
 URL:           http://www.bmrt.org/
 ExclusiveArch: %{ix86}
-Requires:      libstdc++-compat
+Requires:      compat-libstdc++-2.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %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
@@ -25,7 +24,7 @@ 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.
+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
@@ -40,7 +39,7 @@ samej firmy o nazwie Entropy, a tak
 RenderMan.
 
 BMRT nie jest ju¿ dostêpny. Zamiast niego mo¿na u¿ywaæ Aqsis
-(http://aqsis.sf.net).
+(http://aqsis.sf.net/).
 
 %prep
 %setup -q -n %{name}%{version}
@@ -54,7 +53,6 @@ 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
 
 %clean
@@ -67,7 +65,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/html/* License doc/*.pdf
 %attr(755,root,root) %{_bindir}/*
-%{_includedir}/*.h
-%attr(-,root,root) %{_datadir}/%{name}/shaders/*
-%{_libdir}/*.a
 %attr(755,root,root) %{_libdir}/*.so
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/shaders
+%{_datadir}/%{name}/shaders/*.sl
+%{_datadir}/%{name}/shaders/*[!x].slc
+%attr(755,root,root) %{_datadir}/%{name}/shaders/*.linux.slc
+%{_libdir}/*.a
+%{_includedir}/*.h
This page took 0.058537 seconds and 4 git commands to generate.