reinstate %ghc_devel_prof for existing ghc spec files
This commit is contained in:
parent
cd166767aa
commit
f51decc49c
@ -4,7 +4,7 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
Name: ghc-srpm-macros
|
Name: ghc-srpm-macros
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM macros for building Haskell source packages
|
Summary: RPM macros for building Haskell source packages
|
||||||
|
|
||||||
@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 30 2023 Jens Petersen <petersen@redhat.com> - 1.6.1-1
|
||||||
|
- restore ghc_devel_prof for existing ghc spec files
|
||||||
|
|
||||||
* Sat Jan 21 2023 Jens Petersen <petersen@redhat.com> - 1.6.0-1
|
* Sat Jan 21 2023 Jens Petersen <petersen@redhat.com> - 1.6.0-1
|
||||||
- drop long unused ghc_arches_with_ghci
|
- drop long unused ghc_arches_with_ghci
|
||||||
- update (unused) ghc_arches
|
- update (unused) ghc_arches
|
||||||
|
@ -4,5 +4,8 @@
|
|||||||
# former archs: alpha ppc sparcv9 armv5tel
|
# former archs: alpha ppc sparcv9 armv5tel
|
||||||
%ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x
|
%ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x
|
||||||
|
|
||||||
|
# deprecated - kept for ghc.spec back compatibility
|
||||||
|
%ghc_devel_prof prof
|
||||||
|
|
||||||
# enable profiling libraries in prof subpkgs
|
# enable profiling libraries in prof subpkgs
|
||||||
%with_ghc_prof 1
|
%with_ghc_prof 1
|
||||||
|
Loading…
Reference in New Issue
Block a user