]> git.pld-linux.org Git - packages/povray.git/commitdiff
- up to 3.7.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Jun 2015 09:39:22 +0000 (11:39 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Jun 2015 09:39:22 +0000 (11:39 +0200)
povray-ax_boost_base.m4
povray.spec

index 54a2a1bee74e97f9c20eae32667dc6cf66c05bdd..8d03e0e9d68a35934fa0efb856109cee70d18f79 100644 (file)
@@ -92,7 +92,7 @@ if test "x$want_boost" = "xyes"; then
     libsubdirs="lib"
     ax_arch=`uname -m`
     if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
     libsubdirs="lib"
     ax_arch=`uname -m`
     if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
-        libsubdirs="lib64 lib lib64"
+        libsubdirs="lib64 libx32 lib"
     fi
 
     dnl first we check the system location for boost libraries
     fi
 
     dnl first we check the system location for boost libraries
index a769d578d8245eccba2f682022ab856033bcd992..2a2c5b322a2716ad493c29ea287ae80c114f95b4 100644 (file)
@@ -4,23 +4,16 @@
 %bcond_with    pvm     # - with PVM support
 %bcond_with    svga    # - with svgalib support (doesn't work on many platforms)
 #
 %bcond_with    pvm     # - with PVM support
 %bcond_with    svga    # - with svgalib support (doesn't work on many platforms)
 #
-%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
 Summary:       Persistence of Vision Ray Tracer
 Summary(pl.UTF-8):     Persistence of Vision Ray Tracer
 Name:          povray
-Version:       3.7.0
-Release:       0.%{_rc}.%{rel}
+Version:       3.7.0.0
+Release:       1
 Epoch:         1
 License:       distributable
 Group:         Applications/Graphics
 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.bz2
-# Source0-md5: 7d24ec051af67bcf040a898a267d920a
-# based on sources from CVS at http://pvmpov.sourceforge.net/
-# Source0:     %{name}-%{version}-%{snap}.tar.gz
+Source0:       https://github.com/POV-Ray/povray/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: c9473256677808e9e3246e6eb8f69a75
 Source1:       %{name}-ax_boost_base.m4
 Patch0:                %{name}-nouserfiles.patch
 Patch1:                boost-1.50.patch
 Source1:       %{name}-ax_boost_base.m4
 Patch0:                %{name}-nouserfiles.patch
 Patch1:                boost-1.50.patch
@@ -102,14 +95,16 @@ Plik wykonywalny The Persistence of Vision(tm) Ray-Tracer dla
 PVM/xwin.
 
 %prep
 PVM/xwin.
 
 %prep
-%setup -q -n %{name}-%{_src_pov_ver}
+%setup -q
 cp %{SOURCE1} unix/config/ax_boost_base.m4
 cp %{SOURCE1} unix/config/ax_boost_base.m4
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 
 %build
 %patch1 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
+cd unix
+./prebuild.sh
+cd ..
+
 %{__automake}
 COMPILED_BY="PLD/Linux Team";export COMPILED_BY;
 %if %{with x} && %{with pvm}
 %{__automake}
 COMPILED_BY="PLD/Linux Team";export COMPILED_BY;
 %if %{with x} && %{with pvm}
This page took 0.23506 seconds and 4 git commands to generate.