make package noarch for f27+

epel9
Jens Petersen 8 years ago
parent 5969f32695
commit 0bab6b0296

@ -11,7 +11,7 @@
Name: ghc-rpm-macros Name: ghc-rpm-macros
Version: 1.6.20 Version: 1.6.20
Release: 1%{?dist} Release: 2%{?dist}
Summary: RPM macros for building Haskell packages for GHC Summary: RPM macros for building Haskell packages for GHC
License: GPLv3+ License: GPLv3+
@ -36,8 +36,9 @@ Requires: ghc-compiler
Requires: hscolour Requires: hscolour
%endif %endif
%endif %endif
# this package could now be noarch again %if 0%{?fedora} >= 27
#BuildArch: noarch BuildArch: noarch
%endif
%description %description
A set of macros for building GHC packages following the Haskell Guidelines A set of macros for building GHC packages following the Haskell Guidelines
@ -161,6 +162,9 @@ EOF
%changelog %changelog
* Sun Jul 30 2017 Jens Petersen <petersen@redhat.com> - 1.6.20-2
- make package noarch again
* Sun Jul 30 2017 Jens Petersen <petersen@redhat.com> - 1.6.20-1 * Sun Jul 30 2017 Jens Petersen <petersen@redhat.com> - 1.6.20-1
- add _ghclicensedir macro - add _ghclicensedir macro
- add ghc_smp_mflags macro, since -j4 breaks reproducible-builds.org completely - add ghc_smp_mflags macro, since -j4 breaks reproducible-builds.org completely

Loading…
Cancel
Save