From 6abf04eefc4f26795e56e8e6a19579617d428dea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 05 2019 10:27:29 +0000 Subject: BR prof for lib and static for executable --- diff --git a/ghc-attempt.spec b/ghc-attempt.spec index b12743b..9a88f5f 100644 --- a/ghc-attempt.spec +++ b/ghc-attempt.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.0 +# generated by cabal-rpm-1.0.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name attempt @@ -17,14 +17,9 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel -%if %{with haddock} -BuildRequires: ghc-doc -%endif -%if %{with ghc_prof} -BuildRequires: ghc-prof -%endif BuildRequires: ghc-rpm-macros -BuildRequires: ghc-failure-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-failure-prof # End cabal-rpm deps %description @@ -37,6 +32,7 @@ This library is deprecated, please use the exceptions package instead. %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} %endif