https://bugzilla.redhat.com/show_bug.cgi?id=2053941
Bug ID: 2053941 Summary: The Fedora BuildRequires is missing an the license files are listed as %doc Product: Fedora Version: 34 Status: NEW Component: cpanspec Assignee: psabata@redhat.com Reporter: bugzilla@terrortux.de QA Contact: extras-qa@fedoraproject.org CC: ktdreyer@ktdreyer.com, perl-devel@lists.fedoraproject.org, psabata@redhat.com, steve@silug.org, strobert@strobe.net Target Milestone: --- Classification: Fedora
Description of problem: In the generated spec file, this line is missing: # needes by all perl packages BuildRequires: perl-generators perl-interpreter perl-devel perl
And the license files of the generated spec file are marked as %doc instant of %license
Version-Release number of selected component (if applicable): cpanspec-1.78-39.fc34.noarch
How reproducible: Every time
Steps to Reproduce: 1. Call cpanspec Sort::Versions for example
Actual results: See above
Expected results: Correct spec file
Additional info: Also the old %setup macro is used.