mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-24 04:20:46 +00:00
[prismlauncher-nightly] disable tests and explicitly require cmark (#161)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user