[packages/povray] Updated to RC6 Fix building with boost 1.50
baggins
baggins at pld-linux.org
Wed Jul 11 12:09:27 CEST 2012
commit 399ba3af0cf933c1c56797ab09e2d77c4ec468b2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Jul 11 11:58:59 2012 +0200
Updated to RC6
Fix building with boost 1.50
povray.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/povray.spec b/povray.spec
index fbdca1b..c8fb494 100644
--- a/povray.spec
+++ b/povray.spec
@@ -4,23 +4,25 @@
%bcond_with pvm # - with PVM support
%bcond_with svga # - with svgalib support (doesn't work on many platforms)
#
-%define _src_pov_ver 3.7.0.RC5
+%define _rc RC6
+%define _src_pov_ver 3.7.0.%{_rc}
Summary: Persistence of Vision Ray Tracer
Summary(pl.UTF-8): Persistence of Vision Ray Tracer
Name: povray
Version: 3.7.0
-Release: 0.RC5.3
+Release: 0.%{_rc}.1
Epoch: 1
License: distributable
Group: Applications/Graphics
#Source0: http://www.povray.org/ftp/pub/povray/Official/Unix/%{name}-%{_src_pov_ver}.tar.bz2
Source0: http://www.povray.org/redirect/www.povray.org/beta/source/%{name}-%{_src_pov_ver}.tar.gz
-# Source0-md5: d272acba3c4116796b061703c0cfa97d
+# Source0-md5: e441015262acfa60949082dbc7995493
# based on sources from CVS at http://pvmpov.sourceforge.net/
# Source0: %{name}-%{version}-%{snap}.tar.gz
Source1: %{name}-ax_boost_base.m4
Patch0: %{name}-nouserfiles.patch
+Patch1: boost-1.50.patch
URL: http://www.povray.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -102,6 +104,7 @@ PVM/xwin.
%setup -q -n %{name}-%{_src_pov_ver}
cp %{SOURCE1} unix/config/ax_boost_base.m4
%patch0 -p1
+%patch1 -p1
%build
%{__aclocal}
More information about the pld-cvs-commit
mailing list