[globus-common/el5] Remove directory man page

Mattias Ellert ellert at fedoraproject.org
Thu Dec 5 12:33:25 UTC 2013


commit a875bfa180dc9c043a4d5ee14ac4f3986457cd46
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Dec 5 13:32:47 2013 +0100

    Remove directory man page

 globus-common.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/globus-common.spec b/globus-common.spec
index b096ef3..319a73f 100644
--- a/globus-common.spec
+++ b/globus-common.spec
@@ -11,7 +11,7 @@
 Name:		globus-common
 %global _name %(tr - _ <<< %{name})
 Version:	14.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Common Library
 
 Group:		System Environment/Libraries
@@ -231,6 +231,10 @@ grep '.[18]$' $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
   >> $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_pgm.filelist
 sed '/.[18]$/d' -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 
+# Remove directory man page
+rm -f %{buildroot}%{_mandir}/man3/*%{_name}-%{version}*
+sed /%{_name}-%{version}/d -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
+
 # Remove deprecated.3 man page (too common name)
 rm -f %{buildroot}%{_mandir}/man3/deprecated.3
 sed -e '/deprecated\.3/d' -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
@@ -273,6 +277,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 14.10-2
+- Remove directory man page
+
 * Wed Nov 06 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 14.10-1
 - Update to Globus Toolkit 5.2.5
 - Drop patch globus-common-ac.patch (accepted upstream)


More information about the scm-commits mailing list