[globus-callout/el5] Remove directory man page

Mattias Ellert ellert at fedoraproject.org
Thu Dec 5 12:29:23 UTC 2013


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

    Remove directory man page

 globus-callout.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/globus-callout.spec b/globus-callout.spec
index 188a7d4..c5a2836 100644
--- a/globus-callout.spec
+++ b/globus-callout.spec
@@ -9,7 +9,7 @@
 Name:		globus-callout
 %global _name %(tr - _ <<< %{name})
 Version:	2.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus Callout Library
 
 Group:		System Environment/Libraries
@@ -131,6 +131,10 @@ grep GLOBUS_LICENSE $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
   >> $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_rtl.filelist
 sed /GLOBUS_LICENSE/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
+
 # Install README file
 install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README
 
@@ -160,6 +164,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.4-2
+- Remove directory man page
+
 * Thu Nov 07 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.4-1
 - Update to Globus Toolkit 5.2.5
 - Remove obsolete workaround for broken RHEL 5 epstopdf


More information about the scm-commits mailing list