]> git.pld-linux.org Git - packages/povray.git/blobdiff - povray.spec
- boost rebuild
[packages/povray.git] / povray.spec
index a93dede3402469201e33e7f74386699466103fdb..a769d578d8245eccba2f682022ab856033bcd992 100644 (file)
@@ -6,12 +6,13 @@
 #
 %define                _rc             RC7
 %define                _src_pov_ver    3.7.0.%{_rc}
+%define                rel             9
 
 Summary:       Persistence of Vision Ray Tracer
 Summary(pl.UTF-8):     Persistence of Vision Ray Tracer
 Name:          povray
 Version:       3.7.0
-Release:       0.%{_rc}.1
+Release:       0.%{_rc}.%{rel}
 Epoch:         1
 License:       distributable
 Group:         Applications/Graphics
@@ -22,6 +23,7 @@ Source0:      http://www.povray.org/redirect/www.povray.org/beta/source/%{name}-%{_sr
 # 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
@@ -103,6 +105,7 @@ PVM/xwin.
 %setup -q -n %{name}-%{_src_pov_ver}
 cp %{SOURCE1} unix/config/ax_boost_base.m4
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
This page took 0.031973 seconds and 4 git commands to generate.