[perl-CPAN-Meta-YAML] Clean up bootstrapping and RHEL conditionals

Marcela Mašláňová mmaslano at redhat.com
Thu Jun 7 10:41:36 UTC 2012


On 06/07/2012 12:25 PM, Paul Howarth wrote:
> -%if !%{defined perl_bootstrap}
> -# Version 1.113620 needed for "UTF"; RHEL-7 package cannot have buildreq from EPEL-7
> +# Don't run extra tests when bootstrapping as many of those
> +# tests' dependencies build-require this package
> +%if 0%{!?perl_bootstrap:1}
> +# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell-en, Pod::Wordlist::hanekomu),
> +# so skip the spell check there
>   %if 0%{?rhel}<  7

Nicely done :)

The problem with aspell is that since RHEL-6 is preferred hunspell over 
aspell. I'll apply all those macros in all problematic packages.

Thanks for patch,
Marcela



More information about the perl-devel mailing list