[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Differentiate a src.rpm build from a binary rpm build
- From: Valery Reznic <valery_reznic yahoo com>
- To: rpm-list redhat com
- Subject: Re: Differentiate a src.rpm build from a binary rpm build
- Date: Tue, 25 Nov 2003 04:29:13 -0800 (PST)
--- Mihai Maties <mihai@xcyb.org> wrote:
> Hello,
>
> I have a small shell script that figures out the
> linux distribution the rpm
> was built on to include a small part into the
> "release" field so the final
> package will be named something like:
> name-version-4.rh9.i386.rpm. The
> problem is that the script is executed also when I
> build the src.rpm file
> thus the name "mdk92.src.rpm" it's pretty
> annoying...
>
> How can I differentiate inside the spec the
> invocation of a src.rpm build from
> the binary build ?
You can redefine _rpmfilename from the standard
%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
to
%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{YOUR_DISTRIBUTION_DEFINE}.%%{ARCH}.rpm
It will affect ONLY binary packages names.
Valery
>
>
> Mihai
>
>
> _______________________________________________
> Rpm-list mailing list
> Rpm-list@redhat.com
> https://www.redhat.com/mailman/listinfo/rpm-list
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]