https://bugzilla.redhat.com/show_bug.cgi?id=1158860



--- Comment #14 from Petr Pisar <ppi...@redhat.com> ---
(In reply to Petr Pisar from comment #13)
> The removal will cause warnings about missing "perl" when expanding these
> macro definitions from /usr/lib/rpm/macros:
> 
> %perl_sitearch  %(eval "`%{__perl} -V:installsitearch`"; echo
> $installsitearch)
> %perl_sitelib   %(eval "`%{__perl} -V:installsitelib`"; echo $installsitelib)
> %perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo
> $installvendorarch)
> %perl_vendorlib  %(eval "`%{__perl} -V:installvendorlib`"; echo
> $installvendorlib)
> %perl_archlib   %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)
> %perl_privlib   %(eval "`%{__perl} -V:installprivlib`"; echo $installprivlib)
> 
> They are harmless. Previous rpm maintainer wanted to keep the macros in rpm.
> Do you share the idea or should they be moved to perl-macros package (perl
> source package)?

If we decide to move them, then "__perl" macro should follow them:

%__perl                 /usr/bin/perl

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to