BR prof for lib and static for executable
This commit is contained in:
parent
c69d717646
commit
78f769a51b
@ -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 MissingH
|
||||
@ -23,29 +23,24 @@ 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-HUnit-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-hslogger-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-old-locale-devel
|
||||
BuildRequires: ghc-old-time-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-regex-compat-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-HUnit-prof
|
||||
BuildRequires: ghc-array-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-hslogger-prof
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-network-prof
|
||||
BuildRequires: ghc-old-locale-prof
|
||||
BuildRequires: ghc-old-time-prof
|
||||
BuildRequires: ghc-parsec-prof
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-random-prof
|
||||
BuildRequires: ghc-regex-compat-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-unix-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-errorcall-eq-instance-devel
|
||||
@ -62,6 +57,7 @@ portable and easy to use.
|
||||
%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