From 85dddb6d0b51ea5c0690aad3ddb427dea77c9d54 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 24 Jun 2010 06:05:43 +0000 Subject: [PATCH] couple more fallback summary tweaks --- ghc-rpm-macros.ghc | 4 ++-- ghc-rpm-macros.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc index 2cfb035..5128e73 100644 --- a/ghc-rpm-macros.ghc +++ b/ghc-rpm-macros.ghc @@ -120,7 +120,7 @@ This package provides the shared library.\ %define local_pkg_name %{-n:%{-n*}}%{!-n:%{pkg_name}}\ %define ghc_pkg_name ghc-%{local_pkg_name}\ %package -n %{ghc_pkg_name}-devel\ -Summary: %{?common_summary}%{!?common_summary:%{local_pkg_name}} development files\ +Summary: %{?common_summary}%{!?common_summary:%{local_pkg_name} library} development files\ Group: Development/Libraries\ %{-v:Version: %{-v*}}\ %{-l:License: %{-l*}}\ @@ -153,7 +153,7 @@ This package contains the development files.\ %define local_pkg_name %{-n:%{-n*}}%{!-n:%{pkg_name}}\ %define ghc_pkg_name ghc-%{local_pkg_name}\ %package -n %{ghc_pkg_name}-doc\ -Summary: Documentation for %{?common_summary}%{!?common_summary:%{local_pkg_name}}\ +Summary: Documentation for %{?common_summary}%{!?common_summary:%{local_pkg_name} library}\ Group: Development/Libraries\ %{-v:Version: %{-v*}}\ %{-l:License: %{-l*}}\ diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 3a31541..d741af6 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -1,5 +1,5 @@ Name: ghc-rpm-macros -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} Summary: Macros for building packages for GHC @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 24 2010 Jens Petersen - 0.6.2-1 +- a couple more fallback summary tweaks + * Thu Jun 24 2010 Jens Petersen - 0.6.1-1 - drop the summary -s and description -d package options since rpm does not seem to allow white\ space in macro option args anyway