On Fri, Aug 10, 2012 at 12:29:40PM +0000, Marcela Mašláňová wrote: > commit c2f1074f81184ed4c2e5d6de45684435dc65dfa7 > Author: Marcela Mašláňová <mmaslano@xxxxxxxxxx> > Date: Fri Aug 10 14:29:05 2012 +0200 > > Apply conditionals for dual life patches. > > perl.spec | 134 ++++++++++++++++++++++++++++++++++++++++++++---------------- > 1 files changed, 98 insertions(+), 36 deletions(-) > --- > diff --git a/perl.spec b/perl.spec > index d2e1ad8..5a13caa 100644 > --- a/perl.spec > +++ b/perl.spec > @@ -7,6 +7,9 @@ > %global parallel_tests 1 > %global tapsetdir %{_datadir}/systemtap/tapset > > +%global dual_life 0 > +%global rebuild_from_scratch 0 > + [...] > > - > +%if %{dual_life} || %{rebuild_from_scratch} > %package Module-Build > Summary: Perl module for building and installing Perl modules > Group: Development/Libraries I don't know why not all %dual_life packages have %rebuild_from_scratch condition too. But more imporantly, why not to use perl_bootstrap instead of rebuild_from_scratch? -- Petr
Attachment:
pgpT93110tBFB.pgp
Description: PGP signature
-- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel