*: Change how we define build architectures

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2023-08-29 15:57:13 +00:00
parent dfe51d8144
commit 84587bfeed
3 changed files with 7 additions and 7 deletions

View File

@ -7,9 +7,6 @@ name = grub
version = 2.06
release = 1.1
sup_arches = aarch64 x86_64
thisapp = %{name}-%{version}
groups = System/Boot
url = https://www.gnu.org/software/grub/
license = GPLv3
@ -26,6 +23,8 @@ source_dl = https://ftp.gnu.org/gnu/grub/
sources = %{thisapp}.tar.xz
build
arches = aarch64 x86_64
requires
autoconf
automake

View File

@ -7,9 +7,6 @@ name = hyperscan
version = 5.4.0
release = 1.1
# This won't build on any architectures but those
sup_arches = x86_64
groups = System/Libraries
url = https://github.com/intel/hyperscan
license = BSD
@ -29,6 +26,9 @@ end
source_dl = https://github.com/intel/hyperscan/archive/v%{version}.tar.gz#/
build
# This package only supports x86_64
arches = x86_64
requires
boost-devel >= 1.57
cmake

View File

@ -7,7 +7,6 @@ name = memtest86+
version = 6.10
release = 1
thisapp = memtest86plus-%{version}
sup_arches = x86_64
groups = System/Base
url = http://www.memtest.org/
@ -25,6 +24,8 @@ source_dl = https://github.com/memtest86plus/memtest86plus/archive/refs/tags/v%
sources = %{thisapp}.tar.gz
build
arches = x86_64
requires
dosfstools
end