[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RPM %setup query
- From: Ville Skyttä <ville skytta iki fi>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: RPM %setup query
- Date: Sat, 25 Feb 2006 23:53:56 +0200
On Sat, 2006-02-25 at 16:34 -0500, Michel Salim wrote:
> I'm packaging zeroinstall-injector for Extras, and the upstream
> tarball comes signed with GPG
[...]
> How can I tell %setup that it needs to do gpg --decrypt on the source
Hm, I'm confused, the tarball is signed but you're running --decrypt?
> Right now I'm calling gpg manually before %setup, moved the signed
> tarball out of the way, rename the unsigned tarball to the original
> name, run %setup and then restore the original signed tarball to its
> original name.
How about just:
%prep
%setup -c -T
# do whatever is needed $stuff to %{SOURCEx}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]