From 7e9b8c2cf5c169be26e651c5944ea2644fe27b4b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Jun 2013 18:21:24 +0900 Subject: [PATCH] drop ghc_compiler and use generic devel description --- ghc-case-insensitive.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index 63de222..348a96e 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -30,13 +30,14 @@ type will be insensitive to cases. %package devel Summary: Haskell %{pkg_name} library development files -Requires: %{ghc_compiler} -Requires(post): %{ghc_compiler} -Requires(postun): %{ghc_compiler} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} %description devel -This package provides the Haskell case-insensitive library development files. +This package provides the Haskell %{pkg_name} library development files. + %prep %setup -q -n %{pkg_name}-%{version}