[globus-xio/el5] Remove directory man pages

Mattias Ellert ellert at fedoraproject.org
Thu Dec 5 13:45:47 UTC 2013


commit aaa8c8c7cc154cc3080deceb652aee158011d4d9
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Dec 5 14:45:09 2013 +0100

    Remove directory man pages

 globus-xio.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/globus-xio.spec b/globus-xio.spec
index 1d4b9a7..849f305 100644
--- a/globus-xio.spec
+++ b/globus-xio.spec
@@ -9,7 +9,7 @@
 Name:		globus-xio
 %global _name %(tr - _ <<< %{name})
 Version:	3.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus XIO Framework
 
 Group:		System Environment/Libraries
@@ -131,6 +131,10 @@ for f in %{buildroot}%{_mandir}/man3/globus_xio_driver.3 \
   sed 's/P\.RS/P\n.RS/' -i $f
 done
 
+# Remove directory man pages
+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> - 3.6-2
+- Remove directory man pages
+
 * Thu Nov 07 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.6-1
 - Update to Globus Toolkit 5.2.5
 - Drop patches globus-xio-ac.patch and globus-xio-doxygen.patch (fixed


More information about the scm-commits mailing list