forked from pool/harec
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
5ffd2cd8c3 | |||
b9431ec789 | |||
5fb019f228 |
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user