add %ghc_devel_prof config to handle devel/prof lib BRs
This commit is contained in:
parent
bf725e3e8b
commit
f5201b70db
@ -11,7 +11,7 @@
|
||||
|
||||
Name: ghc-rpm-macros
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: RPM macros for building Haskell packages for GHC
|
||||
|
||||
License: GPLv3+
|
||||
@ -206,6 +206,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 27 2019 Jens Petersen <petersen@redhat.com> - 2.0.5-2
|
||||
- define ghc_devel_prof
|
||||
|
||||
* Tue Aug 27 2019 Jens Petersen <petersen@redhat.com> - 2.0.5-1
|
||||
- ghc-deps.sh: fix generation of prof deps
|
||||
|
||||
|
@ -12,4 +12,5 @@
|
||||
# enable library documentation in doc subpkgs
|
||||
%with_haddock 1
|
||||
|
||||
#%%cabal_install_options -v
|
||||
# devel suffix
|
||||
%ghc_devel_prof %{?with_ghc_prof:prof}%{!?with_ghc_prof:devel}
|
||||
|
Loading…
Reference in New Issue
Block a user