[packages/rpm-build-macros] Small fix in __spec_install_post_compress_docs

jareq jareq at pld-linux.org
Sun Apr 7 08:37:03 CEST 2013


commit 57881f40042c642bd24a331ba9999bcdee1ec464
Author: Jaroslaw Kruk <kruk.jaroslaw at gmail.com>
Date:   Sun Apr 7 08:34:43 2013 +0200

    Small fix in __spec_install_post_compress_docs

 rpm-build-macros.spec | 2 +-
 rpm.macros            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm-build-macros.spec b/rpm-build-macros.spec
index a6bd9d6..25aa01f 100644
--- a/rpm-build-macros.spec
+++ b/rpm-build-macros.spec
@@ -1,4 +1,4 @@
-%define		rpm_macros_rev	1.656
+%define		rpm_macros_rev	1.657
 %define		find_lang_rev	1.36
 Summary:	PLD Linux RPM build macros
 Summary(pl.UTF-8):	Makra do budowania pakietów RPM dla Linuksa PLD
diff --git a/rpm.macros b/rpm.macros
index f183f70..467f8be 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -539,7 +539,7 @@ Provides: %{1} = %{?epoch:%{epoch}:}%{?version:%{version}}%{?release:-%{release}
 				l=$(cat "$doc"); \
 				l=${l#.so }; \
 				d=$(dirname $doc); \
-				# TODO: iterate over all man dirs, but in Th there's only one true man dir \
+				# TODO: iterate over all man dirs, but in Th there\'s only one true man dir \
 				test -e $RPM_BUILD_ROOT$i/$l || test -e $d/$l || echo "  ${doc#$RPM_BUILD_ROOT} points to inexistent manpage: $l"; \
 			done); \
 			test "$err" != "" && { echo >&2 "Man page link errors:"; echo >&2 "$err"; exit 1; }; \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/57881f40042c642bd24a331ba9999bcdee1ec464



More information about the pld-cvs-commit mailing list