Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Björn Persson
6c89530d46 Turned on bootstrap mode. 2023-06-01 16:44:56 +02:00
Björn Persson
8ff868935d Removed ExclusiveArch.
GPRbuild_arches	doesn't	exist in EPEL. This is fine as long as GNAT and	GPRbuild
work on all the EPEL arches.
2023-06-01 16:41:54 +02:00

View file

@ -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
@ -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 \