diff --git a/fpc-srpm-macros.spec b/fpc-srpm-macros.spec index 8d1dda8..0a04f89 100644 --- a/fpc-srpm-macros.spec +++ b/fpc-srpm-macros.spec @@ -1,5 +1,5 @@ Name: fpc-srpm-macros -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: RPM macros needed by packages built with Free Pascal Compiler # This package only exist in Fedora repositories @@ -36,6 +36,9 @@ install -p -m 0644 -t %{buildroot}/%{_rpmconfigdir}/macros.d %{SOURCE0} %changelog +* Sat Feb 04 2017 Mattia Verga - 1.1-1 +- Enable builds on ppc64 + * Tue Apr 05 2016 Mattia Verga - 1.0-2 - Added a note to clarify license and URL diff --git a/macros.fpc-srpm b/macros.fpc-srpm index c4c4c6f..d755825 100644 --- a/macros.fpc-srpm +++ b/macros.fpc-srpm @@ -1,3 +1,3 @@ -%fpc_arches %{ix86} %{arm} x86_64 +%fpc_arches %{ix86} %{arm} x86_64 ppc64 # fpc_arches lists the architectures where the Free Pascal Compiler is # available in Fedora.