Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 83d0623238
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-24 07:30:36 +03:00
David Abdurachmanov 5a25254588
Disable haddock and prof
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-14 16:59:06 +03:00
David Abdurachmanov b1a2bbbeca
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-13 18:29:53 +03:00
1 changed files with 13 additions and 1 deletions

View File

@ -7,12 +7,18 @@
%global sopcore sop-core-0.5.0.2
%global subpkgs %{sopcore}
%ifnarch riscv64
%bcond_without tests
%else
%bcond_with tests
%bcond_with haddock
%bcond_with ghc_prof
%endif
Name: ghc-%{pkg_name}
Version: 0.5.1.2
# can only be reset when all subpkgs bumped
Release: 11%{?dist}
Release: 11.1.riscv64.rvre0%{?dist}
Summary: Generic Programming using True Sums of Products
License: BSD-3-Clause
@ -169,6 +175,12 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Sat Jun 24 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.5.1.2-11.1.riscv64.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Thu Apr 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.5.1.2-11.0.riscv64
- Disable tests on riscv64
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.5.1.2-11
- refresh to cabal-rpm-2.1.0 with SPDX migration
- update sop-core to 0.5.0.2