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



--- Comment #11 from Petr Pisar <[email protected]> ---
(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.

-- 
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