From 8ff868935d0323a7dcd3bffa1f93ca97ef5e1750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Persson?= Date: Thu, 1 Jun 2023 16:41:54 +0200 Subject: [PATCH 1/2] Removed ExclusiveArch. GPRbuild_arches doesn't exist in EPEL. This is fine as long as GNAT and GPRbuild work on all the EPEL arches. --- xmlada.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xmlada.spec b/xmlada.spec index 43e0ad8..ff1373a 100644 --- a/xmlada.spec +++ b/xmlada.spec @@ -38,9 +38,6 @@ BuildRequires: python3-sphinx-latex BuildRequires: latexmk %endif -# Build only on architectures where GPRbuild is available. -ExclusiveArch: %{GPRbuild_arches} - %global common_description_en \ XML/Ada includes support for parsing XML files, including DTDs, full support for \ SAX, and an almost complete support for the core part of the DOM. It includes \ From 6c89530d46febba711c502bd2341d1f93b72b7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Persson?= Date: Thu, 1 Jun 2023 16:44:56 +0200 Subject: [PATCH 2/2] Turned on bootstrap mode. --- xmlada.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlada.spec b/xmlada.spec index ff1373a..dc71697 100644 --- a/xmlada.spec +++ b/xmlada.spec @@ -1,7 +1,7 @@ # This package has a bootstrap build mode that can be used to create a source # code package for bootstrapping GPRbuild. See the 'gprbuild' spec file for more # information. -%bcond_with bootstrap +%bcond_without bootstrap # Upstream source information. %global upstream_owner AdaCore