From 18cf84355a56bc857d802076a51ee3aa6e294e27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:27:03 +0800 Subject: [PATCH] BR prof for lib and static for executable --- ghc-IOSpec.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/ghc-IOSpec.spec b/ghc-IOSpec.spec index f8768d3..0cdabab 100644 --- a/ghc-IOSpec.spec +++ b/ghc-IOSpec.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 IOSpec @@ -17,16 +17,11 @@ 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-QuickCheck-devel -BuildRequires: ghc-Stream-devel -BuildRequires: ghc-mtl-devel +BuildRequires: ghc-QuickCheck-prof +BuildRequires: ghc-Stream-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-mtl-prof # End cabal-rpm deps %description @@ -37,6 +32,7 @@ that give a pure specification of functions in the IO monad. %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