How to make a selective spec file

Eric Tanguy eric.tanguy at univ-nantes.fr
Fri Feb 3 22:41:01 UTC 2006


Le vendredi 03 février 2006 à 13:42 -0600, Rex Dieter a écrit :
> Eric Tanguy wrote:
> > I would like to make only one spec taking into account the system build
> > is devel/fc5 or fc3/fc4.
> > How to make this ?
> > In devel/fc5 i need to have :
> > %configure CXXFLAGS="${RPM_OPT_FLAGS} -ffriend-injection"
> > and in fc3/fc4 i need to have : 
> > %configure
> 
> Something like this ought to do the trick:
> 
> %if "%{?fedora}" > "4"
> CXXFLAGS="${RPM_OPT_FLAGS} -ffriend-injection"
> %endif
> %configure
It seems it's not taken into account for devel. How to know what
%{?fedora} returns for devel ? 
Eric





More information about the fedora-extras-list mailing list