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