]> git.pld-linux.org Git - packages/povray.git/commitdiff
- updated to 3.6.1,
authorcieciwa <cieciwa@pld-linux.org>
Fri, 5 May 2006 22:38:47 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.1.

Changed files:
    povray.spec -> 1.51

povray.spec

index a828927aec07ca436d48855d34ab1a538784cd80..931c85c317b2d7d9756daf0efd7607cb1a2238d0 100644 (file)
@@ -9,13 +9,13 @@
 %bcond_with    pvm             # - with PVM support
 %bcond_with    svga    # - with svgalib support (doesn't work on many platforms)
 #
-%define                _src_pov_ver    3.6
+%define                _src_pov_ver    3.6.1
 
 Summary:       Persistence of Vision Ray Tracer
 Summary(pl):   Persistence of Vision Ray Tracer
 Name:          povray
 Version:       3.6.1
-Release:       0.5
+Release:       0.1
 Epoch:         1
 License:       distributable
 Group:         Applications/Graphics
@@ -29,7 +29,7 @@ Patch2:               %{name}-X-libs.patch
 Patch3:                %{name}-lib64.patch
 Patch4:                %{name}-no_svgalib.patch
 URL:           http://www.povray.org/
-%{?with_x:BuildRequires:       XFree86-devel}
+%{?with_x:BuildRequires:       xorg-lib-libX11-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libjpeg-devel
@@ -41,8 +41,10 @@ BuildRequires:       libtiff-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%if %{with pvm}
 %define                _pvmarch        %(/usr/bin/pvmgetarch)
 %define                _pvmroot        /usr/%{_lib}/pvm3
+%endif
 
 %description
 The Persistence of Vision(tm) Ray-Tracer creates three-dimensional,
@@ -77,6 +79,7 @@ The Persistence of Vision(tm) Ray-Tracer X Window executable.
 Plik wykonywalny The Persistence of Vision(tm) Ray-Tracer dla X
 Window.
 
+%if %{with pvm}
 %package pvm
 Summary:       PVM/unix povray executable
 Summary(pl):   Plik wykonywalny povray dla PVM/unix
@@ -102,6 +105,7 @@ The Persistence of Vision(tm) Ray-Tracer PVM/xwin executable.
 %description pvm-X11 -l pl
 Plik wykonywalny The Persistence of Vision(tm) Ray-Tracer dla
 PVM/xwin.
+%endif
 
 %prep
 %setup -q
This page took 0.145989 seconds and 4 git commands to generate.