]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
*: Change how we define build architectures
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Aug 2023 15:57:13 +0000 (15:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Aug 2023 15:57:13 +0000 (15:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
grub/grub.nm
hyperscan/hyperscan.nm
memtest86+/memtest86+.nm

index e5ad722d084013b3005639901903af35e3b4f036..e5ea727b449d7c60247f8f55d6cc10612cdc53c2 100644 (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
index a0a437e658d55299ef3d17fe4287fcc42057cc6d..793a5729f0bff60ce1e7f6391141e749975575aa 100644 (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
index d62137d838db4fb7c2fa227285578d02d488c8a8..37ccce8d41ac1dedb74a023906f9e5f40fe6989a 100644 (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