[Tinyos-2.0wg] Re: beta2

Vlado Handziski handzisk at tkn.tu-berlin.de
Wed Jul 5 22:52:44 PDT 2006


On 7/6/06, David Gay <dgay42 at gmail.com> wrote:
>
> On 7/5/06, Vlado Handziski <vlado.handziski at gmail.com> wrote:
> > I don't know about the first, but I posted a solution for the second in
> my
> > mail to David.
>
> Which, given only I got it is:
>
> >and in the .spec file:
> >
> >Source3:               perl_fix.sh
> >
> >...
> >
> >%define __perl_requires %{SOURCE3}
>
> and perl_fix.sh is:
>
> /usr/lib/rpm/perl.req $* | grep -v 'perl(Win32::TieRegistry)' | grep
> -v 'perl(DBI)' | grep -v 'perl(XML::Simple)'



We should create a perl_fix.sh source file, with content:

/usr/lib/rpm/perl.req $* | grep -v 'perl(GraphViz)'

and put in the .spec file:

...
SourceX:               perl_fix.sh
...

%define __perl_requires %{SOURCEX}


I have not tested this, but it should work.

Vlado
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-2.0wg/attachments/20060706/74397797/attachment.html


More information about the Tinyos-2.0wg mailing list