POV-Ray : Newsgroups : povray.unix : 3.5 RPMs? Server Time
28 Jul 2024 10:25:28 EDT (-0400)
  3.5 RPMs? (Message 1 to 3 of 3)  
From: Hans-Detlev Fink
Subject: 3.5 RPMs?
Date: 13 Aug 2002 11:38:35
Message: <3D592878.A19B6853@pecos.de>
Hi all,

is anybody out there working on rpm packages for 3.5?
I would be interested in a half-way working spec file
for any linux that uses rpm (need not be RedHat).

TIA

-Hans-


Post a reply to this message

From: David Necas (Yeti)
Subject: Re: 3.5 RPMs?
Date: 19 Aug 2002 16:04:36
Message: <slrnam2jqj.og5.yeti@monoceros.physics.muni.cz>
> is anybody out there working on rpm packages for 3.5?
> I would be interested in a half-way working spec file
> for any linux that uses rpm (need not be RedHat).

I created a functional RPM (I use it daily) on RedHat 7.3
using this spec file:
http://www.physics.muni.cz/~yeti/download/pov-rpm/povray.spec

It needed some patches to make it compile (no functional
change) and to work with $RPM_BUILD_ROOT
http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-compile.patch
http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-unofficial.patch
http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-install.patch

And some default I/O restriction configuration file
http://www.physics.muni.cz/~yeti/download/pov-rpm/povconf.tar.gz

(Actually the -compile patch also cleans a few float ->
integer casting warnings; it's not necessary, but makes no
harm.)

It however doesn't work on a vanilla RedHat, since it
assumes automake-1.6 and autoconf-2.53, so there are some
trick inside the spec to make it use the old automake and
autoconf.  These should be probably removed to make it work
on default install.

Compiled with gcc-3.1.

Hope it helps -- you've asked for half-way working spec, now
you have what you've asked for ;->

Yeti


Post a reply to this message

From: Hans-Detlev Fink
Subject: Re: 3.5 RPMs?
Date: 22 Aug 2002 11:40:22
Message: <3D65068C.50503018@pecos.no.spam.de>
Thanks David, I'll try it asap. Modifying it to work
on my RH is no problem.

Cheers

-Hans-

"David Necas (Yeti)" wrote:
> 
> > is anybody out there working on rpm packages for 3.5?
> > I would be interested in a half-way working spec file
> > for any linux that uses rpm (need not be RedHat).
> 
> I created a functional RPM (I use it daily) on RedHat 7.3
> using this spec file:
> http://www.physics.muni.cz/~yeti/download/pov-rpm/povray.spec
> 
> It needed some patches to make it compile (no functional
> change) and to work with $RPM_BUILD_ROOT
> http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-compile.patch
> http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-unofficial.patch
> http://www.physics.muni.cz/~yeti/download/pov-rpm/povray-3.50a-install.patch
> 
> And some default I/O restriction configuration file
> http://www.physics.muni.cz/~yeti/download/pov-rpm/povconf.tar.gz
> 
> (Actually the -compile patch also cleans a few float ->
> integer casting warnings; it's not necessary, but makes no
> harm.)
> 
> It however doesn't work on a vanilla RedHat, since it
> assumes automake-1.6 and autoconf-2.53, so there are some
> trick inside the spec to make it use the old automake and
> autoconf.  These should be probably removed to make it work
> on default install.
> 
> Compiled with gcc-3.1.
> 
> Hope it helps -- you've asked for half-way working spec, now
> you have what you've asked for ;->
> 
> Yeti


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.