Compare commits
No commits in common. "main-riscv64" and "rawhide" have entirely different histories.
main-riscv
...
rawhide
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: freecell-solver
|
Name: freecell-solver
|
||||||
Version: 6.8.0
|
Version: 6.8.0
|
||||||
Release: 4.0.riscv64%{?dist}
|
Release: 4%{?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,9 +49,7 @@ 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)
|
||||||
@ -70,9 +68,7 @@ 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
|
||||||
@ -158,12 +154,10 @@ 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
|
||||||
@ -179,9 +173,6 @@ 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…
x
Reference in New Issue
Block a user