https://bugzilla.redhat.com/show_bug.cgi?id=1510877 --- Comment #12 from Petr Pisar <ppisar@xxxxxxxxxx> --- (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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx