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



--- Comment #12 from Petr Pisar <[email protected]> ---
(In reply to Petr Pisar from comment #11)
> (In reply to Jakub JanĨo from comment #10)
> > Thanks, I fixed all except:
> > 
> > (In reply to Petr Pisar from comment #2)
> > > Also the "%exclude
> > > %{perl_archlib}/perllocal.pod" should be unnecessary.
> > 
> > error: Installed (but unpackaged) file(s) found:
> >    /usr/lib64/perl5/perllocal.pod
> > 
> This is because you do:
> 
> %install
> %make_install
> 
> instead of:
> 
> %install
> make pure_install DESTDIR=$RPM_BUILD_ROOT
> 
> The "pure_install" target prevents from installing the perllocal.pod file.

And another option is to pass NO_PERLLOCAL=1 argument to perl Makefile.PL and
use the %make_install. See
<https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker>.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to