From 2d506843aa25cb7f70f73bbb73a5d32ba2fcc87b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:28:22 +0800 Subject: [PATCH] BR prof for lib and static for executable --- ghc-crypto-cipher-types.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/ghc-crypto-cipher-types.spec b/ghc-crypto-cipher-types.spec index 9f37109..bc5cd76 100644 --- a/ghc-crypto-cipher-types.spec +++ b/ghc-crypto-cipher-types.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 crypto-cipher-types @@ -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-byteable-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-securemem-devel +BuildRequires: ghc-base-prof +BuildRequires: ghc-byteable-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-securemem-prof # End cabal-rpm deps %description @@ -36,6 +31,7 @@ Generic cryptography cipher types. %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