On 30-04-14 20:25, Patrick Dupre wrote: [snip]
You compare the files listed in the %files section to what is installed in BUILDROOT/perl-tk-zinc-.../...
ls ../BUILDROOT/perl-tk-zinc-3.303-1.fc20.x86_64/usr bin lib lib64 share src !!
compared to: %files %defattr(-,root,root,-) %doc Copyright README %{_bindir}/* %{_mandir}/man1/*.1.gz %{perl_vendorarch}/auto/* %{perl_vendorarch}/tk* %{_mandir}/man3/*
How can make it match?
There seems to be a difference in where the spec file expects the perl files and where they are installed. I guess you need to fix that in the spec file or some ask someone who knows perl (I don't). Maybe try in #rpm on irc.freenode.net or perhaps there is an rpm mailing list.
HTH, Patrick