SHA256
1
0
forked from pool/harec

3 Commits

2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 6 07:47:27 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Limit %check on architectures supported by the testsuite:
aarch64 riscv64 x86_64
-------------------------------------------------------------------
Tue Jul 16 14:20:43 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>

View File

@@ -64,13 +64,16 @@ DEFAULT_TARGET = %{_arch}
VERSION = %{version}
SH
make
%make_build
%install
make DESTDIR=%{buildroot} install
%make_build DESTDIR=%{buildroot} install
# Test suite only available for those architectures
%ifarch aarch64 riscv64 x86_64
%check
make check
%make_build check
%endif
%files
%{_bindir}/%{name}