From 9d7c9aecc00f505a1f2ccbe64e89fb7a72591801 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jan 11 2010 05:13:02 +0000 Subject: drop "Library for" from base lib summary --- diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc index d81f67d..44f8e9e 100644 --- a/ghc-rpm-macros.ghc +++ b/ghc-rpm-macros.ghc @@ -79,7 +79,7 @@ Requires: ghc-%{-n:%{-n*}}%{!-n:%{pkg_name}}-devel = %{version}-%{release} %define local_pkg_name %{-n:%{-n*}}%{!-n:%{pkg_name}}\ %define ghc_pkg_name ghc-%{local_pkg_name}\ %package -n %{ghc_pkg_name}\ -Summary: Library for %{-s:%{-s*}}%{!-s:%{?common_summary}%{!?common_summary:%{local_pkg_name}}}\ +Summary: %{-s:%{-s*}}%{!-s:%{?common_summary}%{!?common_summary:%{local_pkg_name}}}\ Group: System Environment/Libraries\ %{-v:Version: %{-v*}}\ %{-l:License: %{-l*}}\ diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 90ae020..dbf7f50 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -1,5 +1,5 @@ Name: ghc-rpm-macros -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: Macros for building packages for GHC @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 11 2010 Jens Petersen - 0.5.3-1 +- drop "Library for" from base lib summary + * Mon Jan 11 2010 Jens Petersen - 0.5.2-1 - use -n in ghc_requires and ghc_prof_requires for when no pkg_name