]> git.pld-linux.org Git - packages/povray.git/blobdiff - povray.spec
- missing $RPM_BUILD_ROOT in %install.
[packages/povray.git] / povray.spec
index a7e940317389891d402da64cf84e8c7ded73414f..53291d558623c7717d861c06c7175dbf4ffbab87 100644 (file)
@@ -1,88 +1,80 @@
-# $Revision: 1.2 $
-Summary:       Persistence of Vision Ray Tracer
-Summary(pl):   Persistence of Vision Ray Tracer
-Name:          povray
-Version:       3.1g
-Release:       1
-Copyright:     distrituable
-Group:         Applications/Graphics
-Group(pl):     Aplikacje/Grafika
-Source0:       povuni_s.tgz
-Source1:       povuni_d.tgz
-Patch0:        povray-makefile_and_config.patch
-URL:           http://www.povray.org/
-BuildRequires: zlib-devel
-BuildRequires: libpng-devel
-BuildRoot:    /tmp/%{name}-%{version}-root
-
-%define                _prefix         /usr/X11R6
-%define                _infodir        /usr/share/info
-%define                _mandir         /usr/X11R6/man
-%define                _sysconfdir     /etc/X11
+Summary:       Persistence of Vision Ray Tracer
+Summary(pl):   Persistence of Vision Ray Tracer
+Name:          povray
+Version:       3.1g
+Release:       2
+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
+URL:           http://www.povray.org/
+BuildRequires: zlib-devel
+BuildRequires: libpng-devel
+BuildRequires: XFree86-devel
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-From the user manual:
-
 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 realistic reflections, shading,
-perspective and other effects.
+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
+realistic reflections, shading, perspective and other effects.
 
 %description -l pl
-Z podrêcznika u¿ytkownika:
-
 Persistence of Vision(tm) Ray-Tracer tworzy trójwymiarowe, fotorealistyczne
 obrazy za pomoc± techniki renderingu zwanej ray-tracing. Program pobiera z
 pliku tekstowego informacje opisuj±ce obiekty oraz ¶wiat³o przedstawianego
-¶wiata, a nastêpnie generuje rysunek z punktu widzenia kamery, która tak¿e jest
-definiowana w w/w pliku tekstowym. Ray-tracing nie pozwala na szybkie tworzenie
-obrazów, ale za to twórca otrzymuje wyskokiej jako¶ci bitmapy z realistycznymi
-efektami, tj. odbicia ¶wiat³a, cienie, perspektywa i inne.
+¶wiata, a nastêpnie generuje rysunek z punktu widzenia kamery, która tak¿e
+jest definiowana w w/w pliku tekstowym. Ray-tracing nie pozwala na szybkie
+tworzenie obrazów, ale za to twórca otrzymuje wyskokiej jako¶ci bitmapy z
+realistycznymi efektami, tj. odbicia ¶wiat³a, cienie, perspektywa i inne.
+
+%package X11
+Summary:       X Window povray executable
+Group:         Applications/Graphics
+Group(pl):     Aplikacje/Grafika
+Requires:      %{name} = %{version}
+
+%description X11
+The Persistence of Vision(tm) Ray-Tracer X Window executable.
 
 %prep
-%setup -q -n povray31
-pushd ..
-tar zxf %{SOURCE1}
-popd
+%setup -q -n povray31 -b 1
 
 %patch0 -p1
 
 %build
-pushd source/unix
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DCPU=`echo %{_target_cpu} | sed 's/^i\([3-9]86\)$/\1/'`"
-make newunix
-make newxwin
-popd
+cd source/unix
+make newunix newxwin OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
-pushd source/unix
-install -d $RPM_BUILD_ROOT/usr/bin
-install -d $RPM_BUILD_ROOT/etc/skel
-install -s -m 755 povray x-povray $RPM_BUILD_ROOT/usr/bin
-install -m 644 povrayrc $RPM_BUILD_ROOT/etc/skel/.povrayrc
-popd
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},/etc/skel,%{_mandir}/man1,%{_datadir}/povray31}
 
-gzip -9nf gamma.gif.txt povray.1 povlegal.doc
-bzip2 povuser.txt
+install -s source/unix/{povray,x-povray} $RPM_BUILD_ROOT%{_bindir}
+install source/unix/povrayrc $RPM_BUILD_ROOT/etc/skel/.povrayrc
 
-install -d $RPM_BUILD_ROOT/usr/share/man/man1
-install -m 644 povray.1.gz $RPM_BUILD_ROOT/usr/share/man/man1
+install povray.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-install -d $RPM_BUILD_ROOT/usr/share/povray31
-find . -type f -exec chmod 644 {} \;
-cp -r allscene include scenes $RPM_BUILD_ROOT/usr/share/povray31
-install -m 644 *.ini $RPM_BUILD_ROOT/usr/share/povray31
-install -m 644 *.pov $RPM_BUILD_ROOT/usr/share/povray31
+cp -r allscene include scenes $RPM_BUILD_ROOT%{_datadir}/povray31
+install *.ini *.pov $RPM_BUILD_ROOT%{_datadir}/povray31
+
+gzip -9nf gamma.gif.txt povlegal.doc povuser.txt \
+       $RPM_BUILD_ROOT%{_mandir}/man1/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc gamma.gif.txt.gz povuser.txt.bz2 gamma.gif povlegal.doc.gz
-/usr/bin/x-povray
-/usr/bin/povray
-/usr/share/povray31
+%doc gamma.gif.txt.gz povuser.txt.gz gamma.gif povlegal.doc.gz
+%attr(755,root,root) %{_bindir}/povray
+%{_datadir}/povray31
 /etc/skel/.povrayrc
+%{_mandir}/man1/*
+
+%files X11
+%attr(755,root,root) %{_bindir}/x-povray
This page took 0.062916 seconds and 4 git commands to generate.