Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
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,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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,16 +64,13 @@ DEFAULT_TARGET = %{_arch}
|
|||||||
VERSION = %{version}
|
VERSION = %{version}
|
||||||
SH
|
SH
|
||||||
|
|
||||||
%make_build
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_build DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
# Test suite only available for those architectures
|
|
||||||
%ifarch aarch64 riscv64 x86_64
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
make check
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user