From aae062eae8cbee80a86c1ab1c8a1fa0fbe9a44f5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 5 Jun 2013 12:50:18 +0900 Subject: [PATCH] fix missing \ in -m conditional --- ghc-rpm-macros.ghc-extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-rpm-macros.ghc-extra b/ghc-rpm-macros.ghc-extra index f9a4dba..014b877 100644 --- a/ghc-rpm-macros.ghc-extra +++ b/ghc-rpm-macros.ghc-extra @@ -69,7 +69,7 @@ Summary: %{?common_summary}%{!?common_summary:Haskell %{pkgname} library} Requires(post): ghc-compiler = %{ghc_version}\ Requires(postun): ghc-compiler = %{ghc_version}\ %if 0%{!?-m:1}\ -Requires: ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release} +Requires: ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}\ %endif # ghc_devel_package [-c cdepslist] [-l licensetag] [-m] [name] [version]