forked from pool/harec
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b9431ec789 | |||
5fb019f228 |
3
harec-0.24.0.tar.gz
Normal file
3
harec-0.24.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:add6a7c4cbfd130c5e9fcecd2d43bec39640ed9f9cfbe9166e4b7e945a46b7de
|
||||||
|
size 193534
|
@@ -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>
|
Tue Jul 16 14:20:43 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@@ -64,13 +64,16 @@ DEFAULT_TARGET = %{_arch}
|
|||||||
VERSION = %{version}
|
VERSION = %{version}
|
||||||
SH
|
SH
|
||||||
|
|
||||||
make
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
%make_build DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
|
# Test suite only available for those architectures
|
||||||
|
%ifarch aarch64 riscv64 x86_64
|
||||||
%check
|
%check
|
||||||
make check
|
%make_build check
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
Reference in New Issue
Block a user