[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to make a selective spec file
- From: Eric Tanguy <eric tanguy univ-nantes fr>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: How to make a selective spec file
- Date: Fri, 03 Feb 2006 23:41:01 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]