Revert "add %ghc_devel_prof config to handle devel/prof lib BRs"

This reverts commit f5201b70db.

Could define it in ghc-srpm-macros
epel9
Jens Petersen 5 years ago
parent f5201b70db
commit 55f3bb578e

@ -11,7 +11,7 @@
Name: ghc-rpm-macros
Version: 2.0.5
Release: 2%{?dist}
Release: 3%{?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-3
- ghc_devel_prof macro not available early enough in koji
* Fri Sep 27 2019 Jens Petersen <petersen@redhat.com> - 2.0.5-2
- define ghc_devel_prof

@ -11,6 +11,3 @@
# enable library documentation in doc subpkgs
%with_haddock 1
# devel suffix
%ghc_devel_prof %{?with_ghc_prof:prof}%{!?with_ghc_prof:devel}

Loading…
Cancel
Save