From 03710be74249db08a28632b3cfb2fa13964d6d98 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 05 2019 10:29:09 +0000 Subject: BR prof for lib and static for executable --- diff --git a/ghc-foldl.spec b/ghc-foldl.spec index 9c3cf84..a22aa7a 100644 --- a/ghc-foldl.spec +++ b/ghc-foldl.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 foldl @@ -17,28 +17,23 @@ 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-bytestring-devel -BuildRequires: ghc-comonad-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-contravariant-devel -BuildRequires: ghc-hashable-devel -BuildRequires: ghc-mwc-random-devel -BuildRequires: ghc-primitive-devel -BuildRequires: ghc-profunctors-devel -BuildRequires: ghc-semigroupoids-devel -BuildRequires: ghc-semigroups-devel -BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel -BuildRequires: ghc-unordered-containers-devel -BuildRequires: ghc-vector-builder-devel -BuildRequires: ghc-vector-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-comonad-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-contravariant-prof +BuildRequires: ghc-hashable-prof +BuildRequires: ghc-mwc-random-prof +BuildRequires: ghc-primitive-prof +BuildRequires: ghc-profunctors-prof +BuildRequires: ghc-semigroupoids-prof +BuildRequires: ghc-semigroups-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unordered-containers-prof +BuildRequires: ghc-vector-prof +BuildRequires: ghc-vector-builder-prof # End cabal-rpm deps %description @@ -51,6 +46,7 @@ as hand-written folds. %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