BR prof for lib and static for executable
This commit is contained in:
parent
4de615432f
commit
44ea8c3cdc
@ -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 connection
|
||||
@ -18,24 +18,19 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
|
||||
|
||||
# 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-containers-devel
|
||||
BuildRequires: ghc-data-default-class-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-socks-devel
|
||||
BuildRequires: ghc-tls-devel
|
||||
BuildRequires: ghc-x509-devel
|
||||
BuildRequires: ghc-x509-store-devel
|
||||
BuildRequires: ghc-x509-system-devel
|
||||
BuildRequires: ghc-x509-validation-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-byteable-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-data-default-class-prof
|
||||
BuildRequires: ghc-network-prof
|
||||
BuildRequires: ghc-socks-prof
|
||||
BuildRequires: ghc-tls-prof
|
||||
BuildRequires: ghc-x509-prof
|
||||
BuildRequires: ghc-x509-store-prof
|
||||
BuildRequires: ghc-x509-system-prof
|
||||
BuildRequires: ghc-x509-validation-prof
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -50,6 +45,7 @@ the choice of SSL/TLS, and SOCKS.
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user