BR prof for lib and static for executable

epel9
Jens Petersen 6 years ago
parent 17cbf17b8d
commit a9d99cf147

@ -1,4 +1,4 @@
# generated by cabal-rpm-1.0.0 # generated by cabal-rpm-1.0.1
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name tls %global pkg_name tls
@ -20,27 +20,22 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel 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-rpm-macros
BuildRequires: ghc-asn1-encoding-devel BuildRequires: ghc-asn1-encoding-prof
BuildRequires: ghc-asn1-types-devel BuildRequires: ghc-asn1-types-prof
BuildRequires: ghc-async-devel BuildRequires: ghc-async-prof
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-base-prof
BuildRequires: ghc-cereal-devel BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-cryptonite-devel BuildRequires: ghc-cereal-prof
BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-cryptonite-prof
BuildRequires: ghc-memory-devel BuildRequires: ghc-data-default-class-prof
BuildRequires: ghc-mtl-devel BuildRequires: ghc-memory-prof
BuildRequires: ghc-network-devel BuildRequires: ghc-mtl-prof
BuildRequires: ghc-transformers-devel BuildRequires: ghc-network-prof
BuildRequires: ghc-x509-devel BuildRequires: ghc-transformers-prof
BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-prof
BuildRequires: ghc-x509-validation-devel BuildRequires: ghc-x509-store-prof
BuildRequires: ghc-x509-validation-prof
%if %{with tests} %if %{with tests}
BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-hourglass-devel BuildRequires: ghc-hourglass-devel
@ -67,6 +62,7 @@ Some debug tools linked with tls, are available through the
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static = %{version}-%{release}
Provides: %{name}-static%{?_isa} = %{version}-%{release}
%if %{defined ghc_version} %if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
%endif %endif

Loading…
Cancel
Save