[globus-openssl-module/el5] Remove directory man page

Mattias Ellert ellert at fedoraproject.org
Thu Dec 5 13:38:04 UTC 2013


commit 7d8d3378747e1d6f5cbc5a361a97b1ddec692730
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Dec 5 14:37:29 2013 +0100

    Remove directory man page

 globus-openssl-module.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/globus-openssl-module.spec b/globus-openssl-module.spec
index 11cf3d7..927b7f3 100644
--- a/globus-openssl-module.spec
+++ b/globus-openssl-module.spec
@@ -9,7 +9,7 @@
 Name:		globus-openssl-module
 %global _name %(tr - _ <<< %{name})
 Version:	3.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus OpenSSL Module Wrapper
 
 Group:		System Environment/Libraries
@@ -157,6 +157,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
 
@@ -190,6 +194,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.3-2
+- Remove directory man page
+
 * Wed Nov 06 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.3-1
 - Update to Globus Toolkit 5.2.5
 - Remove obsolete workaround for broken RHEL 5 epstopdf


More information about the scm-commits mailing list