https://bugzilla.redhat.com/show_bug.cgi?id=1421346
--- Comment #2 from Michael Schwendt <[email protected]> --- If added "BuildRequires: perl-generators", you would get automatic dependencies for Perl modules. Take a look at your built binary package: rpm -qpR extracturl-1.6.1-1.fc25.noarch.rpm > cp -pr extract_urlview.sample %{buildroot}%{_docdir}/%{name} > /usr/share/doc/extracturl/extract_urlview.sample Much too complicated and would be missing the directory if no other %doc files were present. Why don't you simply include that file like the other %doc files? %files %doc NEWS README AUTHORS extract_urlview.sample > /usr/share/man/man1/extract_url.1.gz More convenient in the long term would be /usr/share/man/man1/extract_url.1* because it would not require a change of the spec file, if building in an environment where rpmbuild's compression of manuals is disabled or changed to a different compression program. -- 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]
