From 3ee41bc71e3543b07ecdbf6c2fb41d0de36b71c9 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sat, 4 Feb 2017 09:46:42 +0100 Subject: [PATCH] Enable builds on ppc64 --- fpc-srpm-macros.spec | 5 ++++- macros.fpc-srpm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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.