|
|
|
@ -84,9 +84,9 @@ install --mode=0644 %{pkgnamever}.conf %{buildroot}%{ghclibdir}/package.conf.d\
|
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
|
|
# devel pkg basic requires
|
|
|
|
|
%ghc_devel_requires Requires: ghc = %{ghc_version}\
|
|
|
|
|
Requires(post): ghc = %{ghc_version}\
|
|
|
|
|
Requires(postun): ghc = %{ghc_version}\
|
|
|
|
|
%ghc_devel_requires Requires: ghc-compiler = %{ghc_version}\
|
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}\
|
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}\
|
|
|
|
|
%if %{undefined ghc_without_shared}\
|
|
|
|
|
Requires: ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}\
|
|
|
|
|
%endif
|
|
|
|
|