|
|
@ -107,7 +107,7 @@ interface.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: GHC development libraries meta package
|
|
|
|
Summary: GHC development libraries meta package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %(echo %{ghc_packages_list} | sed -e "s/\([^ ]*\)-\([^ ]*\)/ghc-\1-devel = \2,/g")
|
|
|
|
%{?ghc_packages_list:Requires: %(echo %{ghc_packages_list} | sed -e "s/\([^ ]*\)-\([^ ]*\)/ghc-\1-devel = \2,/g")}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
This is a meta-package for all the development library packages in GHC.
|
|
|
|
This is a meta-package for all the development library packages in GHC.
|
|
|
@ -116,7 +116,7 @@ This is a meta-package for all the development library packages in GHC.
|
|
|
|
%package prof
|
|
|
|
%package prof
|
|
|
|
Summary: GHC profiling libraries meta-package
|
|
|
|
Summary: GHC profiling libraries meta-package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %(echo %{ghc_packages_list} | sed -e "s/\([^ ]*\)-\([^ ]*\)/ghc-\1-prof = \2,/g")
|
|
|
|
%{?ghc_packages_list:Requires: %(echo %{ghc_packages_list} | sed -e "s/\([^ ]*\)-\([^ ]*\)/ghc-\1-prof = \2,/g")}
|
|
|
|
Obsoletes: ghc-haddock-prof < 2.4.2-3
|
|
|
|
Obsoletes: ghc-haddock-prof < 2.4.2-3
|
|
|
|
|
|
|
|
|
|
|
|
%description prof
|
|
|
|
%description prof
|
|
|
|