From 5a252545886e685d45e9992d0a0ce0e87f38477e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 14 Apr 2023 16:59:06 +0300 Subject: [PATCH] Disable haddock and prof Signed-off-by: David Abdurachmanov --- ghc-generics-sop.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc-generics-sop.spec b/ghc-generics-sop.spec index 1657a52..6cb3bd0 100644 --- a/ghc-generics-sop.spec +++ b/ghc-generics-sop.spec @@ -11,12 +11,14 @@ %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.0.riscv64%{?dist} +Release: 11.1.riscv64%{?dist} Summary: Generic Programming using True Sums of Products License: BSD-3-Clause