https://bugzilla.redhat.com/show_bug.cgi?id=1520922
marcindulak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from marcindulak <[email protected]> --- About the problem with duplicate COPYING: a simple rm will be easier to maintain, moreover COPYING is not the only packaging problem, try to rpmbuild for EPEL7. If you prefer to maintain a patch then look how other distributions solved the problem - Debian already uses such patch: https://sources.debian.org/patches/extractpdfmark/1.0.2-1/0002-Exclude-some-docs-from-install.patch/ %install %make_install rm -f %{buildroot}%{_docdir}/%{name}/COPYING mv %{buildroot}%{_docdir}/%{name} %{buildroot}%{_pkgdocdir} -- 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]
