--- new-macros.ghc-extra 2020-10-15 22:45:14.414627533 +0200 +++ /usr/lib/rpm/macros.d/macros.ghc-extra 2020-10-15 22:20:31.672863024 +0200 @@ -51,7 +51,7 @@ %{?1:Version: %{pkgver}}\ %{-l:License: %{-l*}}\ BuildArch: noarch\ -Supplements: (%{basepkg}-devel and ghc-doc)\ +#Supplements: (%{basepkg}-devel and ghc-doc)\ \ %description -n %{basepkg}-doc\ This package provides the Haskell %{pkgname} library documentation.\ @@ -63,24 +63,24 @@ %{?1:Version: %{pkgver}}\ %{-l:License: %{-l*}}\ Requires: %{ghc_prefix}-%{pkgname}-devel%{?_isa} = %{pkgver}-%{release}\ -Supplements: (%{basepkg}-devel and ghc-prof)\ +#Supplements: (%{basepkg}-devel and ghc-prof)\ \ %description -n %{basepkg}-prof\ This package provides the Haskell %{pkgname} profiling library.\ %endif\ \ -%files -n %{basepkg} -f %{!-d:%{pkgname}-%{pkgver}/}%{basepkg}.files\ +%files -n %{basepkg} -f %{basepkg}.files\ \ %endif\ -%files -n %{basepkg}-devel -f %{!-d:%{pkgname}-%{pkgver}/}%{basepkg}-devel.files\ +%files -n %{basepkg}-devel -f %{basepkg}-devel.files\ %if 0%{!-m:1}\ \ %if %{with haddock}\ -%files -n %{basepkg}-doc -f %{!-d:%{pkgname}-%{pkgver}/}%{basepkg}-doc.files\ +%files -n %{basepkg}-doc -f %{basepkg}-doc.files\ %endif\ \ %if %{with ghc_prof}\ -%files -n %{basepkg}-prof -f %{!-d:%{pkgname}-%{pkgver}/}%{basepkg}-prof.files\ +%files -n %{basepkg}-prof -f %{basepkg}-prof.files\ %endif\ %endif\ %{nil}