diff --git a/anda/games/opsu/opsu.spec b/anda/games/opsu/opsu.spec index e5c3770b0e..e5ab3480d5 100644 --- a/anda/games/opsu/opsu.spec +++ b/anda/games/opsu/opsu.spec @@ -12,10 +12,11 @@ Requires: java-latest-openjdk hicolor-icon-theme xrandr Recommends: ffmpeg BuildArch: noarch - %description opsu! is an unofficial open-source client for the rhythm game osu!, written in Java using Slick2D and LWJGL (wrappers around OpenGL and OpenAL). +%prep + %build cat < %{name}.sh #!/bin/sh diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 0d1730d309..644746f668 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -136,7 +136,7 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %check ## disabled due to inconsistent results in copr builds that are not reproducible locally -# %ctest +%dnl %ctest %if 0%{?fedora} > 35 appstream-util validate-relax --nonet \ diff --git a/anda/games/prismlauncher-qt5-nightly/prismlauncher-qt5-nightly.spec b/anda/games/prismlauncher-qt5-nightly/prismlauncher-qt5-nightly.spec index 99c2ead78d..4763f70b75 100644 --- a/anda/games/prismlauncher-qt5-nightly/prismlauncher-qt5-nightly.spec +++ b/anda/games/prismlauncher-qt5-nightly/prismlauncher-qt5-nightly.spec @@ -137,7 +137,7 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %check ## disabled due to inconsistent results in copr builds that are not reproducible locally -# %ctest +%dnl %ctest %if 0%{?fedora} > 35 appstream-util validate-relax --nonet \ diff --git a/anda/games/prismlauncher-qt5/prismlauncher-qt5.spec b/anda/games/prismlauncher-qt5/prismlauncher-qt5.spec index 456b44e255..bb90e80d5c 100644 --- a/anda/games/prismlauncher-qt5/prismlauncher-qt5.spec +++ b/anda/games/prismlauncher-qt5/prismlauncher-qt5.spec @@ -113,7 +113,7 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %check ## disabled due to inconsistent results in copr builds that are not reproducible locally -# %ctest +%dnl %ctest %if 0%{?fedora} > 35 appstream-util validate-relax --nonet \ diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index 20034da410..655c647f40 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -110,7 +110,7 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %check ## disabled due to inconsistent results in copr builds that are not reproducible locally -# %ctest +%dnl %ctest %if 0%{?fedora} > 35 appstream-util validate-relax --nonet \ diff --git a/anda/go/xyproto-env/golang-github-xyproto-env.spec b/anda/go/xyproto-env/golang-github-xyproto-env.spec index c2ded7cf3c..0d728170f4 100644 --- a/anda/go/xyproto-env/golang-github-xyproto-env.spec +++ b/anda/go/xyproto-env/golang-github-xyproto-env.spec @@ -42,6 +42,8 @@ Source: %{gosource} %generate_buildrequires %go_generate_buildrequires +%build + %install %gopkginstall diff --git a/anda/go/yhat-scrape/golang-github-yhat-scrape.spec b/anda/go/yhat-scrape/golang-github-yhat-scrape.spec index 4dd8f2dd9c..4bbf91a224 100644 --- a/anda/go/yhat-scrape/golang-github-yhat-scrape.spec +++ b/anda/go/yhat-scrape/golang-github-yhat-scrape.spec @@ -43,6 +43,8 @@ Source: %{gosource} %generate_buildrequires %go_generate_buildrequires +%build + %install %gopkginstall diff --git a/anda/tools/gradle/gradle.spec b/anda/tools/gradle/gradle.spec index f460668046..2e885244d9 100644 --- a/anda/tools/gradle/gradle.spec +++ b/anda/tools/gradle/gradle.spec @@ -38,7 +38,7 @@ cd %{name}-%{version} cat < dist/gradle.sh #!/bin/sh -export GRADLE_HOME=%{buildroot}/usr/share/java/gradle +export GRADLE_HOME=/usr/share/java/gradle EOF # remove ADOPTIUM contraint from all build related files