From dc7504416c1c29d0591f6aae8b4a436ffcd61594 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 19 Jun 2023 21:34:10 +0800 Subject: [PATCH] fix(noarch): ... (#585) Signed-off-by: windowsboy111 --- anda/fonts/kanjistrokeorders/kanjistrokeorders-fonts.spec | 2 +- anda/fonts/sipa/anda.hcl | 1 + anda/games/osu-mime/anda.hcl | 1 + anda/groovy/anda.hcl | 1 + anda/groovy/groovy-docs/anda.hcl | 1 + anda/kotlin/kotlin/anda.hcl | 1 + anda/lib/cmake-extras/anda.hcl | 1 + anda/mock-configs/anda.hcl | 1 + anda/others/gsettings-ubuntu-touch-schemas/anda.hcl | 1 + anda/others/lomiri-schemas/anda.hcl | 1 + anda/others/lomiri-session/anda.hcl | 1 + anda/others/lomiri-sounds/anda.hcl | 1 + anda/others/lomiri-sounds/lomiri-sounds.spec | 2 +- anda/others/tau-helium/anda.hcl | 1 + anda/others/tau-hydrogen/anda.hcl | 1 + anda/others/ubuntu-sdk/anda.hcl | 1 + anda/others/unity-session/anda.hcl | 1 + anda/srpm-macros/.gitignore | 7 ------- anda/srpm-macros/anda.hcl | 1 + anda/terra-release/anda.hcl | 1 + anda/themes/adwaita++-icons/.gitignore | 1 - anda/themes/adwaita++-icons/anda.hcl | 1 + anda/themes/bibata-cursor-theme/anda.hcl | 1 + anda/themes/unity-asset-pool/anda.hcl | 1 + anda/tools/gradle/anda.hcl | 1 + anda/tools/melody/anda.hcl | 1 + 26 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 anda/srpm-macros/.gitignore delete mode 100644 anda/themes/adwaita++-icons/.gitignore diff --git a/anda/fonts/kanjistrokeorders/kanjistrokeorders-fonts.spec b/anda/fonts/kanjistrokeorders/kanjistrokeorders-fonts.spec index 7cc48dedd9..b0e4438a21 100644 --- a/anda/fonts/kanjistrokeorders/kanjistrokeorders-fonts.spec +++ b/anda/fonts/kanjistrokeorders/kanjistrokeorders-fonts.spec @@ -5,7 +5,7 @@ URL: https://sites.google.com/site/nihilistorguk License: BSD-3-Clause Summary: Kanji stroke order font BuildRequires: unzip -BuildArch: noarch +BuildArch: noarch %description diff --git a/anda/fonts/sipa/anda.hcl b/anda/fonts/sipa/anda.hcl index 8790a7a237..59acbbe738 100644 --- a/anda/fonts/sipa/anda.hcl +++ b/anda/fonts/sipa/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "sipa-fonts.spec" } diff --git a/anda/games/osu-mime/anda.hcl b/anda/games/osu-mime/anda.hcl index ccf1994284..e33bc221e6 100644 --- a/anda/games/osu-mime/anda.hcl +++ b/anda/games/osu-mime/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "osu-mime.spec" } diff --git a/anda/groovy/anda.hcl b/anda/groovy/anda.hcl index 6a66e0bee1..122c070ec5 100644 --- a/anda/groovy/anda.hcl +++ b/anda/groovy/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "groovy.spec" } diff --git a/anda/groovy/groovy-docs/anda.hcl b/anda/groovy/groovy-docs/anda.hcl index af5c87bfed..381b5bf6c0 100644 --- a/anda/groovy/groovy-docs/anda.hcl +++ b/anda/groovy/groovy-docs/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "groovy-docs.spec" } diff --git a/anda/kotlin/kotlin/anda.hcl b/anda/kotlin/kotlin/anda.hcl index 99b81bf9c0..0835c53da0 100644 --- a/anda/kotlin/kotlin/anda.hcl +++ b/anda/kotlin/kotlin/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "kotlin.spec" } diff --git a/anda/lib/cmake-extras/anda.hcl b/anda/lib/cmake-extras/anda.hcl index 9e302b59d9..3049b5e7f6 100644 --- a/anda/lib/cmake-extras/anda.hcl +++ b/anda/lib/cmake-extras/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "cmake-extras.spec" } diff --git a/anda/mock-configs/anda.hcl b/anda/mock-configs/anda.hcl index 208cbd274c..94aca528bc 100644 --- a/anda/mock-configs/anda.hcl +++ b/anda/mock-configs/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "terra-mock-configs.spec" } diff --git a/anda/others/gsettings-ubuntu-touch-schemas/anda.hcl b/anda/others/gsettings-ubuntu-touch-schemas/anda.hcl index 5cb5e27fd7..1dd56c63f0 100644 --- a/anda/others/gsettings-ubuntu-touch-schemas/anda.hcl +++ b/anda/others/gsettings-ubuntu-touch-schemas/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "gsettings-ubuntu-touch-schemas.spec" } diff --git a/anda/others/lomiri-schemas/anda.hcl b/anda/others/lomiri-schemas/anda.hcl index 0e2b9dfd9e..66476ddc61 100644 --- a/anda/others/lomiri-schemas/anda.hcl +++ b/anda/others/lomiri-schemas/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "lomiri-schemas.spec" } diff --git a/anda/others/lomiri-session/anda.hcl b/anda/others/lomiri-session/anda.hcl index cfe861b2b9..9cbddcd828 100644 --- a/anda/others/lomiri-session/anda.hcl +++ b/anda/others/lomiri-session/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "lomiri-session.spec" } diff --git a/anda/others/lomiri-sounds/anda.hcl b/anda/others/lomiri-sounds/anda.hcl index 4af7ccb4c5..0638dcef53 100644 --- a/anda/others/lomiri-sounds/anda.hcl +++ b/anda/others/lomiri-sounds/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "lomiri-sounds.spec" } diff --git a/anda/others/lomiri-sounds/lomiri-sounds.spec b/anda/others/lomiri-sounds/lomiri-sounds.spec index f97632b1a6..02fe5e68f7 100644 --- a/anda/others/lomiri-sounds/lomiri-sounds.spec +++ b/anda/others/lomiri-sounds/lomiri-sounds.spec @@ -9,7 +9,7 @@ Release: %autorelease License: CC-BY-SA-3.0 AND CC-BY-4.0 AND CC0-1.0 AND CC-BY-3.0 URL: https://gitlab.com/ubports/development/core/lomiri-sounds Source0: %{url}/-/archive/%commit/lomiri-sounds-%commit.tar.gz -BuildArch: noarch +BuildArch: noarch BuildRequires: cmake BuildRequires: gcc diff --git a/anda/others/tau-helium/anda.hcl b/anda/others/tau-helium/anda.hcl index c733816894..a415f2f5ef 100644 --- a/anda/others/tau-helium/anda.hcl +++ b/anda/others/tau-helium/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "tau-helium.spec" } diff --git a/anda/others/tau-hydrogen/anda.hcl b/anda/others/tau-hydrogen/anda.hcl index 91874a9f82..08b5fd16c9 100644 --- a/anda/others/tau-hydrogen/anda.hcl +++ b/anda/others/tau-hydrogen/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "tau-hydrogen.spec" } diff --git a/anda/others/ubuntu-sdk/anda.hcl b/anda/others/ubuntu-sdk/anda.hcl index a80623d4af..2db5f8f8ab 100644 --- a/anda/others/ubuntu-sdk/anda.hcl +++ b/anda/others/ubuntu-sdk/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "ubuntu-sdk.spec" } diff --git a/anda/others/unity-session/anda.hcl b/anda/others/unity-session/anda.hcl index bbc9f4f8f8..d32f7a1f8e 100644 --- a/anda/others/unity-session/anda.hcl +++ b/anda/others/unity-session/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "unity-session.spec" } diff --git a/anda/srpm-macros/.gitignore b/anda/srpm-macros/.gitignore deleted file mode 100644 index 9832ff8895..0000000000 --- a/anda/srpm-macros/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -build/ -*.tar.* -*.zip -*.crate -*.deb -*.rpm -anda-build/ \ No newline at end of file diff --git a/anda/srpm-macros/anda.hcl b/anda/srpm-macros/anda.hcl index bc01774795..fe32cdd552 100644 --- a/anda/srpm-macros/anda.hcl +++ b/anda/srpm-macros/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "anda-srpm-macros.spec" } diff --git a/anda/terra-release/anda.hcl b/anda/terra-release/anda.hcl index 5684685577..e89768d1b7 100644 --- a/anda/terra-release/anda.hcl +++ b/anda/terra-release/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "terra-release.spec" } diff --git a/anda/themes/adwaita++-icons/.gitignore b/anda/themes/adwaita++-icons/.gitignore deleted file mode 100644 index 4799d15ceb..0000000000 --- a/anda/themes/adwaita++-icons/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.tar.* \ No newline at end of file diff --git a/anda/themes/adwaita++-icons/anda.hcl b/anda/themes/adwaita++-icons/anda.hcl index 120c4f230f..d8b7446e0c 100644 --- a/anda/themes/adwaita++-icons/anda.hcl +++ b/anda/themes/adwaita++-icons/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "adwaita++-icons.spec" } diff --git a/anda/themes/bibata-cursor-theme/anda.hcl b/anda/themes/bibata-cursor-theme/anda.hcl index bbc45d1345..ad291ee76d 100644 --- a/anda/themes/bibata-cursor-theme/anda.hcl +++ b/anda/themes/bibata-cursor-theme/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "bibata-cursor-theme.spec" } diff --git a/anda/themes/unity-asset-pool/anda.hcl b/anda/themes/unity-asset-pool/anda.hcl index 6e079a7786..1f087f7129 100644 --- a/anda/themes/unity-asset-pool/anda.hcl +++ b/anda/themes/unity-asset-pool/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "unity-asset-pool.spec" } diff --git a/anda/tools/gradle/anda.hcl b/anda/tools/gradle/anda.hcl index b5437558af..448b0406b3 100644 --- a/anda/tools/gradle/anda.hcl +++ b/anda/tools/gradle/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "gradle.spec" } diff --git a/anda/tools/melody/anda.hcl b/anda/tools/melody/anda.hcl index 16a4a7ab2a..f1ec0e9383 100644 --- a/anda/tools/melody/anda.hcl +++ b/anda/tools/melody/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "melody.spec" }