diff --git a/ghc-codec-rpm.spec b/ghc-codec-rpm.spec index 4b71424..fca528c 100644 --- a/ghc-codec-rpm.spec +++ b/ghc-codec-rpm.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 codec-rpm @@ -19,26 +19,21 @@ 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-binary-devel -BuildRequires: ghc-attoparsec-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-conduit-devel -BuildRequires: ghc-conduit-extra-devel -BuildRequires: ghc-cpio-conduit-devel -BuildRequires: ghc-exceptions-devel -BuildRequires: ghc-lzma-conduit-devel -BuildRequires: ghc-mtl-devel -BuildRequires: ghc-parsec-devel -BuildRequires: ghc-pretty-devel -BuildRequires: ghc-resourcet-devel -BuildRequires: ghc-text-devel +BuildRequires: ghc-attoparsec-prof +BuildRequires: ghc-attoparsec-binary-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-conduit-prof +BuildRequires: ghc-conduit-extra-prof +BuildRequires: ghc-cpio-conduit-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-lzma-conduit-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-parsec-prof +BuildRequires: ghc-pretty-prof +BuildRequires: ghc-resourcet-prof +BuildRequires: ghc-text-prof %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-hspec-devel @@ -55,6 +50,7 @@ is, for building an RPM file out of a data structure. %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