Mailinglist Archive: opensuse-packaging (284 mails)
| < Previous | Next > |
Re: [opensuse-packaging] newbie question on %prep
- From: Nelson Marques <nmo.marques@xxxxxxxxx>
- Date: Fri, 18 Feb 2011 21:29:58 +0000
- Message-id: <AANLkTim4NNMGAm2V1PDPF7tPPU-Td+0r35Et14sfPn_D@mail.gmail.com>
On Fri, Feb 18, 2011 at 9:13 PM, Greg Freemyer <greg.freemyer@xxxxxxxxx> wrote:
try this:
%setup -q -n %{name}
instead of the default which should be: %setup -q.
NM
--
nelson marques
nmo.marques@xxxxxxxxx
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
All,
I'm trying to package log2timeline and I'm pulling the *.tgz via a service
pull.
When the tgz file is expanded in %prep, it creates .../log2timeline.
But the %prep section automatically does a "cd log2timeline-0.51"
before I can have any control.
try this:
%setup -q -n %{name}
instead of the default which should be: %setup -q.
NM
How can I rename the extracted directory or cause the cd to go into
log2timeline?
fyi: I'm going to need to package some prereq perl modules for this to
work, so if you can point me at a good example of a perl module spec
file, that would be great too.
Thanks
Greg
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
--
nelson marques
nmo.marques@xxxxxxxxx
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |