From 6466ad8b9c0c7a0992f0b15473c6ece6e5b4a475 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 05 2019 10:32:13 +0000 Subject: BR prof for lib and static for executable --- diff --git a/ghc-tasty-rerun.spec b/ghc-tasty-rerun.spec index ae88b43..2481cca 100644 --- a/ghc-tasty-rerun.spec +++ b/ghc-tasty-rerun.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 tasty-rerun @@ -17,22 +17,17 @@ 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-containers-devel -BuildRequires: ghc-mtl-devel -BuildRequires: ghc-optparse-applicative-devel -BuildRequires: ghc-reducers-devel -BuildRequires: ghc-split-devel -BuildRequires: ghc-stm-devel -BuildRequires: ghc-tagged-devel -BuildRequires: ghc-tasty-devel -BuildRequires: ghc-transformers-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-optparse-applicative-prof +BuildRequires: ghc-reducers-prof +BuildRequires: ghc-split-prof +BuildRequires: ghc-stm-prof +BuildRequires: ghc-tagged-prof +BuildRequires: ghc-tasty-prof +BuildRequires: ghc-transformers-prof # End cabal-rpm deps %description @@ -45,6 +40,7 @@ have been added since tests were last ran. %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