Remove all un-needed %if

Remove all %if's that deal with old fedora releases.
This commit is contained in:
Troy Dawson 2020-08-18 15:12:05 +00:00
parent 7ab1af8634
commit 5caca1ad23
1 changed files with 0 additions and 9 deletions

View File

@ -185,11 +185,7 @@ Requires: ghc-base-devel%{?_isa} = %{base_ver}-%{release}
Obsoletes: ghc-doc-index < %{version}-%{release}
%endif
%ifarch %{ghc_llvm_archs}
%if 0%{?fedora} >= 29
Requires: llvm%{llvm_major}
%else
Requires: llvm >= %{llvm_major}
%endif
%endif
%description compiler
@ -387,12 +383,7 @@ EOF
autoreconf
%endif
%if 0%{?fedora} > 28
%ghc_set_gcc_flags
%else
export CFLAGS="${CFLAGS:-%optflags}"
export LDFLAGS="${LDFLAGS:-%{?__global_ldflags}}"
%endif
# for ghc >= 8.2
export CC=%{_bindir}/gcc