Compare commits
1 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
b99796effa |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: freecell-solver
|
Name: freecell-solver
|
||||||
Version: 6.8.0
|
Version: 6.8.0
|
||||||
Release: 4%{?dist}
|
Release: 4.0.riscv64%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz
|
Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz
|
||||||
URL: https://fc-solve.shlomifish.org/
|
URL: https://fc-solve.shlomifish.org/
|
||||||
@ -49,7 +49,9 @@ BuildRequires: perl(Test::Data::Split::Backend::Hash)
|
|||||||
BuildRequires: perl(Test::Data::Split::Backend::ValidateHash)
|
BuildRequires: perl(Test::Data::Split::Backend::ValidateHash)
|
||||||
BuildRequires: perl(Test::Differences)
|
BuildRequires: perl(Test::Differences)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: perl(Test::RunValgrind)
|
BuildRequires: perl(Test::RunValgrind)
|
||||||
|
%endif
|
||||||
BuildRequires: perl(Test::TrailingSpace)
|
BuildRequires: perl(Test::TrailingSpace)
|
||||||
BuildRequires: perl(Test::Trap)
|
BuildRequires: perl(Test::Trap)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -68,7 +70,9 @@ BuildRequires: python3dist(pycotap)
|
|||||||
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
||||||
# BuildRequires: tap-devel
|
# BuildRequires: tap-devel
|
||||||
BuildRequires: the_silver_searcher
|
BuildRequires: the_silver_searcher
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Freecell Solver package contains the fc-solve executable which is
|
The Freecell Solver package contains the fc-solve executable which is
|
||||||
@ -154,10 +158,12 @@ Freecell Solver from within your programs.
|
|||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch riscv64
|
||||||
%__rm -f t/t/py-flake8.t t/t/tidyall.t
|
%__rm -f t/t/py-flake8.t t/t/tidyall.t
|
||||||
src="`pwd`"
|
src="`pwd`"
|
||||||
cd "%{__cmake_builddir}"
|
cd "%{__cmake_builddir}"
|
||||||
perl "$src"/run-tests.pl
|
perl "$src"/run-tests.pl
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
@ -173,6 +179,9 @@ chmod a-x "$dest/$bn"
|
|||||||
find %{buildroot} -name *.a -delete
|
find %{buildroot} -name *.a -delete
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 08 2023 David Abdurachmanov <davidlt@rivosinc.com> - 6.8.0-4.0.riscv64
|
||||||
|
- Disable tests on riscv64 (no valgrind)
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.8.0-4
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.8.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user