[Bug 1017401] Review Request: ghc-primes - Efficient purely functional generation of prime numbers

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 21 07:47:46 UTC 2013


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



--- Comment #7 from Jens Petersen <petersen at redhat.com> ---
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.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JAK3kMaWLO&a=cc_unsubscribe


More information about the haskell-devel mailing list