Revert "add %ghc_devel_prof config to handle devel/prof lib BRs"
This reverts commit f5201b70db
.
Could define it in ghc-srpm-macros
This commit is contained in:
parent
f5201b70db
commit
55f3bb578e
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: RPM macros for building Haskell packages for GHC
|
Summary: RPM macros for building Haskell packages for GHC
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -206,6 +206,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 27 2019 Jens Petersen <petersen@redhat.com> - 2.0.5-2
|
||||||
- define ghc_devel_prof
|
- define ghc_devel_prof
|
||||||
|
|
||||||
|
@ -11,6 +11,3 @@
|
|||||||
|
|
||||||
# enable library documentation in doc subpkgs
|
# enable library documentation in doc subpkgs
|
||||||
%with_haddock 1
|
%with_haddock 1
|
||||||
|
|
||||||
# devel suffix
|
|
||||||
%ghc_devel_prof %{?with_ghc_prof:prof}%{!?with_ghc_prof:devel}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user