[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: extracting multiple sources in %setup
- From: "Nicolas Mailhot" <nicolas mailhot laposte net>
- To: mail marcus-moeller de, "Development discussions related to Fedora" <fedora-devel-list redhat com>
- Cc:
- Subject: Re: extracting multiple sources in %setup
- Date: Thu, 22 Oct 2009 09:55:02 +0200
Le Jeu 22 octobre 2009 09:46, Marcus Moeller a écrit :
> is there a way to extract multiple sources in a spec files %setup section?
>
> Something like:
>
> for i in {1..10}; do tar xfz %(SOURCE$i}; done
If you have multiple sources that's usually a sign you're doing something
wrong. It is very dangerous to aggregate sources from different upstreams in a
single rpm (release cycle and legal problems), or to group sources upstream
split (usually for ease of maintenance reasons)
--
Nicolas Mailhot
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]