Disable manpage on riscv64
This removed pandoc. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
73f02fb674
commit
92c10a09d8
@ -1,7 +1,11 @@
|
|||||||
# generated by cabal-rpm-2.1.0 --stream hackage
|
# generated by cabal-rpm-2.1.0 --stream hackage
|
||||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||||
|
|
||||||
|
%ifnarch riscv64
|
||||||
%bcond_without manpage
|
%bcond_without manpage
|
||||||
|
%else
|
||||||
|
%bcond_with manpage
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: cabal-rpm
|
Name: cabal-rpm
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
@ -116,6 +120,7 @@ ln -s %{name} %{buildroot}%{_bindir}/cblrpm
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 26 2023 David Abdurachmanov <davidlt@rivosinc.com> - 2.1.0-1.rvre0
|
* Mon Jun 26 2023 David Abdurachmanov <davidlt@rivosinc.com> - 2.1.0-1.rvre0
|
||||||
- Rebuilt for Fedora/RISCV (riscv64)
|
- Rebuilt for Fedora/RISCV (riscv64)
|
||||||
|
- Disable manpage on riscv64
|
||||||
|
|
||||||
* Wed Feb 22 2023 Jens Petersen <petersen@redhat.com> - 2.1.0-1
|
* Wed Feb 22 2023 Jens Petersen <petersen@redhat.com> - 2.1.0-1
|
||||||
- spec: list out ghc-*-prof BRs separately from ghc-*-devel
|
- spec: list out ghc-*-prof BRs separately from ghc-*-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user