[globus-gsi-proxy-ssl] Add README file

Mattias Ellert ellert at fedoraproject.org
Fri Apr 29 22:02:34 UTC 2011


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

    Add README file

 GLOBUS-GSIC               |   22 ++++++++++++++++++++++
 globus-gsi-proxy-ssl.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-proxy-ssl.spec b/globus-gsi-proxy-ssl.spec
index 52e593d..0bf75d7 100644
--- a/globus-gsi-proxy-ssl.spec
+++ b/globus-gsi-proxy-ssl.spec
@@ -7,7 +7,7 @@
 Name:		globus-gsi-proxy-ssl
 %global _name %(tr - _ <<< %{name})
 Version:	2.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Globus Toolkit - Globus GSI Proxy SSL Library
 
 Group:		System Environment/Libraries
@@ -20,6 +20,8 @@ URL:		http://www.globus.org/
 #		cp -p gt5.0.2-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_gsi_proxy_ssl-2.3
 #		tar -zcf globus_gsi_proxy_ssl-2.3.tar.gz globus_gsi_proxy_ssl-2.3
 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
@@ -35,7 +37,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
@@ -156,6 +158,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
@@ -176,6 +182,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-devel.filelist devel
 %defattr(-,root,root,-)
@@ -186,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Sun Apr 24 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.3-3
+- Add README file
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list