From d609014ce9bc9c54ea3dee097ec4503a8d5cbf86 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Oct 2015 19:20:20 +0900 Subject: [PATCH] tests comment in macros.ghc --- ghc-rpm-macros.spec | 2 +- macros.ghc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 8e852c1..1b4773d 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -53,7 +53,7 @@ Extra macros used for subpackaging of Haskell libraries, for example in ghc and haskell-platform. -# ideally packages should be obsoletes by some relevant package +# ideally packages should be obsoleted by some relevant package # this is a last resort when there is no such appropriate package %package -n ghc-obsoletes Summary: Dummy package to obsolete deprecated Haskell packages diff --git a/macros.ghc b/macros.ghc index 5e36f1d..9ea624c 100644 --- a/macros.ghc +++ b/macros.ghc @@ -30,7 +30,7 @@ LDFLAGS="${LDFLAGS:-%__global_ldflags}"; export LDFLAGS\ # install %cabal_install %cabal copy --destdir=%{buildroot} -v -tests +# tests %cabal_test\ %if %{with tests}\ %cabal test\