Josef Weidendorfer [off-list ref] writes:
On Tuesday 10 October 2006 22:31, Anders Larsen wrote:
quoted
The current git fails when building rpms:
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib/perl5/vendor_perl/5.8.6/Git.pm
I got the same.
I'm no rpm guru, but changing %{perl_vendorarch} into
%{perl_vendorlib} in git.spec.in helped for me.
Obviously, the generated perl/Makefile installs Git.pm
into the perl vendor *library* directory, and not the arch
one.
Thanks.
Also I noticed that we now build-require perl(Error); I have to
ask kernel.org people to install it.