From 868bf81f5841ee99b6b22830b74ff9427e757719 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 05 2019 10:29:54 +0000 Subject: BR prof for lib and static for executable --- diff --git a/ghc-html-conduit.spec b/ghc-html-conduit.spec index 5ade03e..e22cd17 100644 --- a/ghc-html-conduit.spec +++ b/ghc-html-conduit.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 html-conduit @@ -19,23 +19,18 @@ 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-attoparsec-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-conduit-devel -BuildRequires: ghc-conduit-extra-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-resourcet-devel -BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel -BuildRequires: ghc-xml-conduit-devel -BuildRequires: ghc-xml-types-devel +BuildRequires: ghc-attoparsec-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-conduit-prof +BuildRequires: ghc-conduit-extra-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-resourcet-prof +BuildRequires: ghc-text-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-xml-conduit-prof +BuildRequires: ghc-xml-types-prof %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-deepseq-devel @@ -54,6 +49,7 @@ tagstream-conduit with entity decoding bugfixes applied. %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