[globus-gssapi-gsi] Add README file

Mattias Ellert ellert at fedoraproject.org
Fri Apr 29 23:40:52 UTC 2011


commit 5ae84b86d12ea5016af8b5b95cab5119a7890b24
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat Apr 30 00:16:38 2011 +0200

    Add README file

 GLOBUS-GSIC            |   22 ++++++++++++++++++++++
 globus-gssapi-gsi.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-gssapi-gsi.spec b/globus-gssapi-gsi.spec
index 733b364..0de6d7e 100644
--- a/globus-gssapi-gsi.spec
+++ b/globus-gssapi-gsi.spec
@@ -7,7 +7,7 @@
 Name:		globus-gssapi-gsi
 %global _name %(tr - _ <<< %{name})
 Version:	7.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - GSSAPI 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_gssapi_gsi-7.6
 #		tar -zcf globus_gssapi_gsi-7.6.tar.gz globus_gssapi_gsi-7.6
 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
@@ -43,7 +45,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
@@ -175,6 +177,10 @@ sed -e '/deprecated\.3/d' -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 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
@@ -195,6 +201,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,-)
@@ -205,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Sun Apr 24 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 7.6-2
+- Add README file
+
 * Fri Feb 25 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 7.6-1
 - Update to Globus Toolkit 5.0.3
 


More information about the scm-commits mailing list