ghc-srpm-macros package is retired on branch c10s for CS-2211
This commit is contained in:
parent
7a5773f62f
commit
d750c56250
0
.gitignore
vendored
0
.gitignore
vendored
20
README
20
README
@ -1,20 +0,0 @@
|
|||||||
RPM macros to control the build arch's available for
|
|
||||||
Fedora Haskell packages with ghc-rpm-macros.
|
|
||||||
|
|
||||||
%ghc_arches_with_ghci:
|
|
||||||
|
|
||||||
The ghci interactive environment is needed when compiling
|
|
||||||
packages that use Template Haskell. It is not available
|
|
||||||
on all archs. Use "ExclusiveArch: %{ghc_arches_with_ghci}"
|
|
||||||
in packages that need the ghci capability to build,
|
|
||||||
or require a dependency that can only build with ghci.
|
|
||||||
|
|
||||||
%ghc_arches:
|
|
||||||
|
|
||||||
Deprecated but still used in older releases/packages.
|
|
||||||
Currently (as of F21) ghc is available on all actively
|
|
||||||
maintained architectures, but we could use %ghc_arches
|
|
||||||
again in the future if that is no longer true again.
|
|
||||||
|
|
||||||
Please report any issues in Red Hat bugzilla under
|
|
||||||
the Fedora product and ghc-srpm-macros component.
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
ghc-srpm-macros package is retired on branch c10s for CS-2211
|
@ -1,121 +0,0 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
|
||||||
|
|
||||||
Name: ghc-srpm-macros
|
|
||||||
Version: 1.6.1
|
|
||||||
Release: 5%{?dist}
|
|
||||||
Summary: RPM macros for building Haskell source packages
|
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
|
||||||
Url: https://src.fedoraproject.org/rpms/ghc-srpm-macros
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Source0: macros.ghc-srpm
|
|
||||||
|
|
||||||
%description
|
|
||||||
Macros used when generating Haskell source RPM packages.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%{nil}
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
echo no build stage needed
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{macros_dir}/macros.ghc-srpm
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Sep 21 2023 Jens Petersen <petersen@redhat.com> - 1.6.1-3
|
|
||||||
- migrate to SPDX license tag
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- drop long unused ghc_arches_with_ghci
|
|
||||||
- update (unused) ghc_arches
|
|
||||||
- replace unused ghc_devel_prof with with_ghc_prof (moved from ghc-rpm-macros)
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 1 2019 Jens Petersen <petersen@redhat.com> - 1.5.0-1
|
|
||||||
- define ghc_devel_prof to handle prof/devel BRs across releases
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 7 2016 Michal Toman <mtoman@fedoraproject.org> - 1.4.2-4
|
|
||||||
- add MIPS to ghc_arches_with_ghci (#1294874)
|
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Apr 27 2015 Jens Petersen <petersen@redhat.com> - 1.4.2-1
|
|
||||||
- reenable ghci on aarch64 (#1203951)
|
|
||||||
|
|
||||||
* Thu Mar 19 2015 Jens Petersen <petersen@fedoraproject.org> - 1.4.1-1
|
|
||||||
- disable ghci on aarch64 due to dynlinked runtime problems (see #1195231)
|
|
||||||
|
|
||||||
* Tue Feb 17 2015 Jens Petersen <petersen@redhat.com> - 1.4-1
|
|
||||||
- ghc-7.8 shared libraries allow ghci to work on all arch's
|
|
||||||
|
|
||||||
* Fri Jun 27 2014 Jens Petersen <petersen@redhat.com> - 1.3-2
|
|
||||||
- add pkg git as URL (#1093541)
|
|
||||||
- downgrade license tag to GPLv2+ in line with rpm (redhat-rpm-config is GPL+)
|
|
||||||
- sync with current ghc-rpm-macros: add ghc_arches for backwards compatibility
|
|
||||||
|
|
||||||
* Fri May 2 2014 Jens Petersen <petersen@redhat.com> - 1.3-1
|
|
||||||
- separate from ghc-rpm-macros
|
|
@ -1,11 +0,0 @@
|
|||||||
# Macros needed for building srpms of Haskell packages
|
|
||||||
|
|
||||||
# ghc_arches is not used in current packages but still here for back compat
|
|
||||||
# former archs: alpha ppc sparcv9 armv5tel
|
|
||||||
%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
|
|
||||||
%with_ghc_prof 1
|
|
Loading…
Reference in New Issue
Block a user