From d153190a18a097177a042729cb70ac9d6e4a38f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 May 2014 11:21:01 +0900 Subject: [PATCH] testsuite would require test-framework* --- ghc-optparse-applicative.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ghc-optparse-applicative.spec b/ghc-optparse-applicative.spec index 9ccd1f8..58fdc63 100644 --- a/ghc-optparse-applicative.spec +++ b/ghc-optparse-applicative.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.8.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities and combinators for parsing command line options License: BSD @@ -47,6 +47,10 @@ files. %ghc_lib_install +%check +# test-suite requires test-framework* + + %post devel %ghc_pkg_recache @@ -64,5 +68,8 @@ files. %changelog +* Mon May 5 2014 Jens Petersen - 0.8.0.1-2 +- add comment about testsuite requiring test-framework + * Thu Apr 10 2014 Fedora Haskell SIG - 0.8.0.1-1 - spec file generated by cabal-rpm-0.8.10