Blame SPECS/ghc-srpm-macros.spec

1474c3
# ghc has been bootstrapped on all Fedora archs except aarch64.
1474c3
# The ghc interpreter ghci is only supported on a subset of archs.
1474c3
1474c3
%global macros_dir %{_rpmconfigdir}/macros.d
1474c3
1474c3
Name:           ghc-srpm-macros
1474c3
Version:        1.4.2
1474c3
Release:        7%{?dist}
1474c3
Summary:        RPM macros for building Haskell source packages
1474c3
1474c3
License:        GPLv2+
1474c3
Url:            http://pkgs.fedoraproject.org/cgit/ghc-srpm-macros.git
1474c3
BuildArch:      noarch
1474c3
1474c3
Source0:        macros.ghc-srpm
1474c3
1474c3
%description
1474c3
Macros used when generating Haskell source RPM packages.
1474c3
1474c3
1474c3
%prep
1474c3
%{nil}
1474c3
1474c3
1474c3
%build
1474c3
echo no build stage needed
1474c3
1474c3
1474c3
%install
1474c3
install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
1474c3
1474c3
1474c3
%files
1474c3
%{macros_dir}/macros.ghc-srpm
1474c3
1474c3
1474c3
%changelog
1474c3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
1474c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1474c3
1474c3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
1474c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1474c3
1474c3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-5
1474c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1474c3
1474c3
* Mon Mar  7 2016 Michal Toman <mtoman@fedoraproject.org> - 1.4.2-4
1474c3
- add MIPS to ghc_arches_with_ghci (#1294874)
1474c3
1474c3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
1474c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1474c3
1474c3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
1474c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1474c3
1474c3
* Mon Apr 27 2015 Jens Petersen <petersen@redhat.com> - 1.4.2-1
1474c3
- reenable ghci on aarch64 (#1203951)
1474c3
1474c3
* Thu Mar 19 2015 Jens Petersen <petersen@fedoraproject.org> - 1.4.1-1
1474c3
- disable ghci on aarch64 due to dynlinked runtime problems (see #1195231)
1474c3
1474c3
* Tue Feb 17 2015 Jens Petersen <petersen@redhat.com> - 1.4-1
1474c3
- ghc-7.8 shared libraries allow ghci to work on all arch's
1474c3
1474c3
* Fri Jun 27 2014 Jens Petersen <petersen@redhat.com> - 1.3-2
1474c3
- add pkg git as URL (#1093541)
1474c3
- downgrade license tag to GPLv2+ in line with rpm (redhat-rpm-config is GPL+)
1474c3
- sync with current ghc-rpm-macros: add ghc_arches for backwards compatibility
1474c3
1474c3
* Fri May  2 2014 Jens Petersen <petersen@redhat.com> - 1.3-1
1474c3
- separate from ghc-rpm-macros