couple more fallback summary tweaks
This commit is contained in:
parent
f7eafbf000
commit
85dddb6d0b
@ -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*}}\
|
||||
|
@ -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 <petersen@redhat.com> - 0.6.2-1
|
||||
- a couple more fallback summary tweaks
|
||||
|
||||
* Thu Jun 24 2010 Jens Petersen <petersen@redhat.com> - 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
|
||||
|
Loading…
Reference in New Issue
Block a user