Blame SPECS/ocaml-srpm-macros.spec

0d2846
# OCaml has a bytecode backend that works on anything with a C
0d2846
# compiler, and a native code backend available on a subset of
0d2846
# architectures.  A further subset of architectures support native
0d2846
# dynamic linking.
0d2846
#
0d2846
# This package contains a single file needed to define some RPM macros
0d2846
# which are required before any SRPM is built.
0d2846
#
0d2846
# See also: https://bugzilla.redhat.com/show_bug.cgi?id=1087794
0d2846
0d2846
%global macros_dir %{_rpmconfigdir}/macros.d
0d2846
0d2846
Name:           ocaml-srpm-macros
0d2846
Version:        5
0d2846
Release:        4%{?dist}
0d2846
0d2846
Summary:        OCaml architecture macros
0d2846
License:        GPLv2+
0d2846
0d2846
BuildArch:      noarch
0d2846
0d2846
Source0:        macros.ocaml-srpm
0d2846
0d2846
# NB. This package MUST NOT Require anything (except for dependencies
0d2846
# that RPM itself generates).
0d2846
0d2846
%description
0d2846
This package contains macros needed by RPM in order to build
0d2846
SRPMS.  It does not pull in any other OCaml dependencies.
0d2846
0d2846
0d2846
%prep
0d2846
0d2846
0d2846
%build
0d2846
0d2846
0d2846
%install
0d2846
mkdir -p $RPM_BUILD_ROOT%{macros_dir}
0d2846
install -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{macros_dir}/macros.ocaml-srpm
0d2846
0d2846
0d2846
%files
0d2846
%{macros_dir}/macros.ocaml-srpm
0d2846
0d2846
0d2846
%changelog
0d2846
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5-4
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0d2846
0d2846
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5-3
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0d2846
0d2846
* Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 5-2
0d2846
- Bump and rebuild.
0d2846
0d2846
* Tue Aug  8 2017 Richard W.M. Jones <rjones@redhat.com> - 5-1
0d2846
- Add new macro ocaml_native_profiling.
0d2846
0d2846
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-3
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0d2846
0d2846
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0d2846
0d2846
* Tue Nov  8 2016 Richard W.M. Jones <rjones@redhat.com> - 4-1
0d2846
- s390x is now a native architecture with OCaml 4.04 in Fedora >= 26.
0d2846
- Add riscv64 as a native arch using out of tree backend.
0d2846
0d2846
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2-4
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0d2846
0d2846
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-3
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0d2846
0d2846
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-2
0d2846
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0d2846
0d2846
* Fri May  2 2014 Richard W.M. Jones <rjones@redhat.com> - 2-1
0d2846
- Move macros to _rpmconfigdir (RHBZ#1093528).
0d2846
0d2846
* Tue Apr 22 2014 Richard W.M. Jones <rjones@redhat.com> - 1-1
0d2846
- New package.