BR prof for lib and static for executable

This commit is contained in:
Jens Petersen 2019-08-05 18:31:48 +08:00
parent b7a73630ea
commit dbadd8a738
1 changed files with 8 additions and 11 deletions

View File

@ -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 simple-cmd
@ -17,21 +17,17 @@ 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-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-directory-prof
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-process-prof
BuildRequires: ghc-unix-prof
# End cabal-rpm deps
# for Rpm.rpmspec
%if 0%{?fedora} || 0%{?rhel} > 7
Recommends: rpm-build
%endif
# End cabal-rpm deps
%description
Simple wrappers over System.Process (readProcess, readProcessWithExitCode,
@ -43,6 +39,7 @@ streaming use turtle, shelly, command, etc.
%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