From 55f3bb578ef3e9618fb4a1927a4150c06aa9058c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 27 Sep 2019 23:45:23 +0800 Subject: [PATCH] Revert "add %ghc_devel_prof config to handle devel/prof lib BRs" This reverts commit f5201b70db2bf98b6b9d73e0ad745289e533ee84. Could define it in ghc-srpm-macros --- ghc-rpm-macros.spec | 5 ++++- macros.ghc-os | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index f32cd8f..d21a863 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -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 - 2.0.5-3 +- ghc_devel_prof macro not available early enough in koji + * Fri Sep 27 2019 Jens Petersen - 2.0.5-2 - define ghc_devel_prof diff --git a/macros.ghc-os b/macros.ghc-os index d44335c..246a916 100644 --- a/macros.ghc-os +++ b/macros.ghc-os @@ -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}