[ghc-optparse-applicative] testsuite would require test-framework*

Jens Petersen petersen at fedoraproject.org
Mon May 5 02:21:06 UTC 2014


commit d153190a18a097177a042729cb70ac9d6e4a38f9
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon May 5 11:21:01 2014 +0900

    testsuite would require test-framework*

 ghc-optparse-applicative.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <petersen at redhat.com> - 0.8.0.1-2
+- add comment about testsuite requiring test-framework
+
 * Thu Apr 10 2014 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.8.0.1-1
 - spec file generated by cabal-rpm-0.8.10


More information about the scm-commits mailing list