[prismlauncher-nightly] disable tests and explicitly require cmark (#161)

This commit is contained in:
seth
2023-02-03 17:34:19 +00:00
committed by GitHub
parent 6e71a78324
commit d39d04c308
2 changed files with 14 additions and 2 deletions
@@ -71,6 +71,8 @@ BuildRequires: cmake(Qt6Core5Compat)
%endif
BuildRequires: pkgconfig(libcmark)
# https://bugzilla.redhat.com/show_bug.cgi?id=2166815
BuildRequires: cmark
BuildRequires: pkgconfig(scdoc)
BuildRequires: pkgconfig(zlib)
@@ -132,7 +134,8 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt
%check
%ctest
## disabled due to inconsistent results in copr builds that are not reproducible locally
# %ctest
%if 0%{?fedora} > 35
appstream-util validate-relax --nonet \
@@ -179,6 +182,9 @@ fi
%changelog
* Fri Feb 03 2023 seth flynn <getchoo at tuta dot io> - 7.0^20230203.58d9ced-1
- disable tests and explicitly require cmark
* Sun Jan 15 2023 seth <getchoo at tuta dot io> - 7.0^20230115.f1247d2-1
- add 0001-find-cmark-with-pkgconfig.patch
@@ -71,6 +71,8 @@ BuildRequires: cmake(Qt6Core5Compat)
%endif
BuildRequires: pkgconfig(libcmark)
# https://bugzilla.redhat.com/show_bug.cgi?id=2166815
BuildRequires: cmark
BuildRequires: pkgconfig(scdoc)
BuildRequires: pkgconfig(zlib)
@@ -133,7 +135,8 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt
%check
%ctest
## disabled due to inconsistent results in copr builds that are not reproducible locally
# %ctest
%if 0%{?fedora} > 35
appstream-util validate-relax --nonet \
@@ -180,6 +183,9 @@ fi
%changelog
* Fri Feb 03 2023 seth flynn <getchoo at tuta dot io> - 7.0^20230203.58d9ced-1
- disable tests and explicitly require cmark
* Sun Jan 15 2023 seth <getchoo at tuta dot io> - 7.0^20230115.f1247d2-1
- add 0001-find-cmark-with-pkgconfig.patch