Compare commits

...

1 Commits

Author SHA1 Message Date
5377fd1726
Disable pandoc for now on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-28 11:07:43 +03:00

View File

@ -1,6 +1,6 @@
Name: nuspell Name: nuspell
Version: 5.1.2 Version: 5.1.2
Release: 4%{?dist} Release: 4.0.riscv64%{?dist}
Summary: Fast and safe spellchecking C++ library and command-line tool Summary: Fast and safe spellchecking C++ library and command-line tool
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
URL: https://nuspell.github.io URL: https://nuspell.github.io
@ -12,7 +12,9 @@ Patch0: nuspell-dllver.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libicu-devel BuildRequires: libicu-devel
%ifnarch riscv64
BuildRequires: pandoc BuildRequires: pandoc
%endif
BuildRequires: catch-devel BuildRequires: catch-devel
BuildRequires: mingw32-filesystem BuildRequires: mingw32-filesystem
@ -123,6 +125,9 @@ rm -rf %{buildroot}%{mingw64_docdir}/%{name}
%changelog %changelog
* Fri Apr 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 5.1.2-4.0.riscv64
- Disable pandoc on riscv64 for now
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-4 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild