rpms/ghc-rpm-macros/devel ghc-rpm-macros.ghc, 1.23, 1.24 ghc-rpm-macros.spec, 1.26, 1.27

Jens Petersen petersen at fedoraproject.org
Thu Jun 24 06:05:43 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/ghc-rpm-macros/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26629

Modified Files:
	ghc-rpm-macros.ghc ghc-rpm-macros.spec 
Log Message:
couple more fallback summary tweaks


Index: ghc-rpm-macros.ghc
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.ghc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- ghc-rpm-macros.ghc	24 Jun 2010 02:13:22 -0000	1.23
+++ ghc-rpm-macros.ghc	24 Jun 2010 06:05:43 -0000	1.24
@@ -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 fi
 %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*}}\


Index: ghc-rpm-macros.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- ghc-rpm-macros.spec	24 Jun 2010 02:13:22 -0000	1.26
+++ ghc-rpm-macros.spec	24 Jun 2010 06:05:43 -0000	1.27
@@ -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 at redhat.com> - 0.6.2-1
+- a couple more fallback summary tweaks
+
 * Thu Jun 24 2010 Jens Petersen <petersen at 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



More information about the scm-commits mailing list