SHA256
1
0
forked from pool/harec

2 Commits

3 changed files with 15 additions and 3 deletions

3
harec-0.24.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:add6a7c4cbfd130c5e9fcecd2d43bec39640ed9f9cfbe9166e4b7e945a46b7de
size 193534

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}