https://bugzilla.redhat.com/show_bug.cgi?id=1017401



--- Comment #7 from Jens Petersen <[email protected]> ---
Thanks for the update.

BTW:

%if 0%{?fedora} > 19
rm -f ${RPM_BUILD_ROOT}%{_docdir}/%{name}/LICENSE
%else
rm -f ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/LICENSE
%endif

you can use %{_pkgdocdir} for this:

rm ${RPM_BUILD_ROOT}%{_pkgdocdir}/LICENSE

should work across all current Fedora releases
(though not yet for EPEL).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to