]> git.pld-linux.org Git - packages/povray.git/commitdiff
- release 3, povray-3_1g-3
authorkloczek <kloczek@pld-linux.org>
Mon, 15 May 2000 03:59:46 +0000 (03:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing %defattr() in main,
- spec adapterized.

Changed files:
    povray.spec -> 1.14

povray.spec

index 67d68426dde919d720540032fdc6342d8eae0ebc..53c6500fefaec16397f6dd4225368ef661c65f7f 100644 (file)
@@ -2,13 +2,13 @@ Summary:      Persistence of Vision Ray Tracer
 Summary(pl):   Persistence of Vision Ray Tracer
 Name:          povray
 Version:       3.1g
-Release:       2
+Release:       3
 Copyright:     distrituable
 Group:         Applications/Graphics
 Group(pl):     Aplikacje/Grafika
 Source0:       ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz
 Source1:       ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_d.tgz
-Patch:         povray-makefile_and_config.patch
+Patch0:                povray-makefile_and_config.patch
 URL:           http://www.povray.org/
 BuildRequires: zlib-devel
 BuildRequires: libpng-devel
@@ -19,9 +19,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The Persistence of Vision(tm) Ray-Tracer creates three-dimensional,
 photo-realistic images using a rendering technique called ray-tracing. It
 reads in a text file containing information describing the objects and
-lighting in a scene and generates an image of that scene from the view point
-of a camera also described in the text file. Ray-tracing is not a fast
-process by any means, but it produces very high quality images with
+lighting in a scene and generates an image of that scene from the view
+point of a camera also described in the text file. Ray-tracing is not a
+fast process by any means, but it produces very high quality images with
 realistic reflections, shading, perspective and other effects.
 
 %description -l pl
@@ -70,6 +70,7 @@ gzip -9nf gamma.gif.txt povlegal.doc povuser.txt \
 rm -rf $RPM_BUILD_ROOT
 
 %files
+%defattr(644,root,root,755)
 %doc gamma.gif.txt.gz povuser.txt.gz gamma.gif povlegal.doc.gz
 %attr(755,root,root) %{_bindir}/povray
 %{_datadir}/povray31
This page took 0.028142 seconds and 4 git commands to generate.