Re: [OMPI devel] Improvement of openmpi.spec

2009-08-06 Thread Bogdan Costescu
On Thu, 6 Aug 2009, Jeff Squyres wrote: > -Source: openmpi-%{version}.tar.$EXTENSION > +Source: %{name}-%{version}.tar.$EXTENSION The spec file parser defines some of these variables by default. F.e. after encountering at the top of the file: Name: fftw Version: 2.1.5 Release: 5.bc somet

Re: [OMPI devel] Improvement of openmpi.spec

2009-08-06 Thread Jeff Squyres
On Aug 6, 2009, at 9:49 AM, Sylvain Jeaugey wrote: > -Source: openmpi-%{version}.tar.$EXTENSION > +Source: %{name}-%{version}.tar.$EXTENSION > > Does this mean that you're looking for a different tarball name? I'm not > sure that's good; the tarball should be an openmpi tarball, regardless

Re: [OMPI devel] Improvement of openmpi.spec

2009-08-06 Thread Sylvain Jeaugey
Hi Jeff, Thanks for reviewing my changes ! On Thu, 6 Aug 2009, Jeff Squyres wrote: -Source: openmpi-%{version}.tar.$EXTENSION +Source: %{name}-%{version}.tar.$EXTENSION Does this mean that you're looking for a different tarball name? I'm not sure that's good; the tarball should be an openmp

Re: [OMPI devel] Improvement of openmpi.spec

2009-08-06 Thread Jeff Squyres
Thanks! A few questions about this patch: -Source: openmpi-%{version}.tar.$EXTENSION +Source: %{name}-%{version}.tar.$EXTENSION Does this mean that you're looking for a different tarball name? I'm not sure that's good; the tarball should be an openmpi tarball, regardless of what name it ge

[OMPI devel] Improvement of openmpi.spec

2009-07-31 Thread Sylvain Jeaugey
Hi all, We had to apply a little set of modifications to the openmpi.spec file to help us integrate openmpi in our cluster distribution. So here is a patch which, as the changelog suggests, does a couple of "improvements" : - Fix a typo in Summary - Replace openmpi by %{name} in a couple o