[globus-gsi-cert-utils] Add README file

Mattias Ellert ellert at fedoraproject.org
Fri Apr 29 22:05:20 UTC 2011


commit 996d087ebfd5b0ab5da068b0d37525ec808f261a
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat Apr 30 00:05:02 2011 +0200

    Add README file

 GLOBUS-GSIC                |   22 ++++++++++++++++++++++
 globus-gsi-cert-utils.spec |   14 ++++++++++++--
 2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/GLOBUS-GSIC b/GLOBUS-GSIC
new file mode 100644
index 0000000..35fe6ee
--- /dev/null
+++ b/GLOBUS-GSIC
@@ -0,0 +1,22 @@
+This package is part of the Grid Security Infrastructure in C (GSI C) component
+of the Globus Toolkit. For more information visit:
+
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/
+
+Admin Guide:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/admin/
+
+Developer's Guide:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/developer/
+
+Release Notes:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/rn/
+
+Public Interface Guide:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/pi/
+
+Quality Profile:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/qp/
+
+Migrating Guide:
+http://www.globus.org/toolkit/docs/latest-stable/security/gsic/mig/
diff --git a/globus-gsi-cert-utils.spec b/globus-gsi-cert-utils.spec
index a649724..e4c6f23 100644
--- a/globus-gsi-cert-utils.spec
+++ b/globus-gsi-cert-utils.spec
@@ -7,7 +7,7 @@
 Name:		globus-gsi-cert-utils
 %global _name %(tr - _ <<< %{name})
 Version:	6.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus GSI Cert Utils Library
 
 Group:		System Environment/Libraries
@@ -20,6 +20,8 @@ URL:		http://www.globus.org/
 #		cp -p gt5.0.3-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gsi_cert_utils-6.7
 #		tar -zcf globus_gsi_cert_utils-6.7.tar.gz globus_gsi_cert_utils-6.7
 Source:		%{_name}-%{version}.tar.gz
+#		README file
+Source8:	GLOBUS-GSIC
 #		This is a workaround for the broken epstopdf script in RHEL5
 #		See: https://bugzilla.redhat.com/show_bug.cgi?id=450388
 Source9:	epstopdf-2.9.5gw
@@ -41,7 +43,7 @@ BuildRequires:	graphviz
 BuildRequires:	graphviz-gd
 %endif
 BuildRequires:	ghostscript
-%if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 6
+%if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 5
 BuildRequires:	tex(latex)
 %else
 BuildRequires:	tetex-latex
@@ -193,6 +195,10 @@ sed -e '/_%{_name}-%{version}_.*\.3/d' \
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 install -m 644 -p GLOBUS_LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
+# Install README file
+install -m 644 -p %{SOURCE8} \
+  $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README
+
 # Generate package filelists
 cat $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_rtl.filelist \
   | sed s!^!%{_prefix}! > package.filelist
@@ -215,6 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/globus/packages/%{_name}
 %dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/GLOBUS_LICENSE
+%doc %{_docdir}/%{name}-%{version}/README
 
 %files -f package-progs.filelist progs
 %defattr(-,root,root,-)
@@ -228,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Sun Apr 24 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 6.7-2
+- Add README file
+
 * Fri Feb 25 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 6.7-1
 - Update to Globus Toolkit 5.0.3
 


More information about the scm-commits mailing list