[globus-common/el4: 3/3] Add contributed manpages

Mattias Ellert ellert at fedoraproject.org
Wed Oct 5 18:24:02 UTC 2011


commit e73c600064923d924ffbf3443d7e2f62129f23a1
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Oct 5 20:21:31 2011 +0200

    Add contributed manpages

 globus-common.spec  |   15 +++++++++-
 globus-domainname.1 |   64 ++++++++++++++++++++++++++++++++++++++++
 globus-hostname.1   |   64 ++++++++++++++++++++++++++++++++++++++++
 globus-sh-exec.1    |   81 +++++++++++++++++++++++++++++++++++++++++++++++++++
 globus-version.1    |   69 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 292 insertions(+), 1 deletions(-)
---
diff --git a/globus-common.spec b/globus-common.spec
index e527d7f..5aafdda 100644
--- a/globus-common.spec
+++ b/globus-common.spec
@@ -10,7 +10,7 @@ Name:		globus-common
 %global _name %(tr - _ <<< %{name})
 Version:	11.6
 %global setupversion 2.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Globus Toolkit - Common Library
 
 Group:		System Environment/Libraries
@@ -30,6 +30,10 @@ Source:		%{_name}-%{version}.tar.gz
 #		cp -p gt5.0.3-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_common_setup-2.6
 #		tar -zcf globus_common_setup-2.6.tar.gz globus_common_setup-2.6
 Source1:	%{_name}_setup-%{setupversion}.tar.gz
+Source2:	globus-domainname.1
+Source3:	globus-hostname.1
+Source4:	globus-sh-exec.1
+Source5:	globus-version.1
 #		README file
 Source8:	GLOBUS-CCOMMONLIB
 #		This is a workaround for the broken epstopdf script in RHEL5
@@ -324,6 +328,11 @@ 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 manpages
+mkdir $RPM_BUILD_ROOT%{_mandir}/man1
+install -m 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
+  $RPM_BUILD_ROOT%{_mandir}/man1
+
 # Install README file
 install -m 644 -p %{SOURCE8} \
   $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README
@@ -376,6 +385,7 @@ rm -f config.log config.status
 %{_datadir}/globus/packages/setup/%{_name}_setup
 %dir %{perl_vendorlib}/Globus
 %dir %{perl_vendorlib}/Globus/Core
+%doc %{_mandir}/man1/*.1*
 %ghost %{_datadir}/globus/setup/globus-sh-tools-vars.sh
 %ghost %{_datadir}/globus/globus-sh-tools-vars.sh
 
@@ -389,6 +399,9 @@ rm -f config.log config.status
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Sun Oct 02 2011 Mattias Ellert <mattias.ellert at fysast.uu.se> - 11.6-5
+- Add contributed manpages
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 11.6-4
 - Perl mass rebuild
 
diff --git a/globus-domainname.1 b/globus-domainname.1
new file mode 100644
index 0000000..39d1170
--- /dev/null
+++ b/globus-domainname.1
@@ -0,0 +1,64 @@
+'\" t
+.\"     Title: globus-domainname
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 07/14/2011
+.\"    Manual: Globus Tookit
+.\"    Source: The Globus Alliance
+.\"  Language: English
+.\"
+.TH "GLOBUS\-DOMAINNAME" "1" "07/14/2011" "The Globus Alliance" "Globus Tookit"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+globus-domainname \- globus\-domainname tries to return the system domainname
+.SH "SYNOPSIS"
+.HP \w'\fB/usr/bin/globus\-domainname\fR\ 'u
+\fB/usr/bin/globus\-domainname\fR [\fBoptions\fR]
+.SH "DESCRIPTION"
+.PP
+Setting the environment variable GLOBUS_HOSTNAME will cause globus\-domainname to return a valule based on this variable\&. This is useful for specifying the use of certain network interfaces when communicating etc\&.
+.PP
+\fB\-help\fR
+.RS 4
+Show usage information and exit\&.
+.RE
+.PP
+\fB\-version\fR
+.RS 4
+Show version information and exit\&.
+.RE
+.SH "EXIT STATUS"
+.PP
+\fB0\fR
+.RS 4
+Successful program execution\&.
+.RE
+.SH "AUTHOR"
+.br
+.br
+The Globus Alliance, http://www\&.globus\&.org/
+.RS 4
+Author.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 1999-2010 University of Chicago
+.br
diff --git a/globus-hostname.1 b/globus-hostname.1
new file mode 100644
index 0000000..143285c
--- /dev/null
+++ b/globus-hostname.1
@@ -0,0 +1,64 @@
+'\" t
+.\"     Title: globus-hostname
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 07/18/2011
+.\"    Manual: Globus Tookit
+.\"    Source: The Globus Alliance
+.\"  Language: English
+.\"
+.TH "GLOBUS\-HOSTNAME" "1" "07/18/2011" "The Globus Alliance" "Globus Tookit"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+globus-hostname \- globus\-hostname returns the system hostname
+.SH "SYNOPSIS"
+.HP \w'\fB/usr/bin/globus\-hostname\fR\ 'u
+\fB/usr/bin/globus\-hostname\fR [\fBoptions\fR]
+.SH "DESCRIPTION"
+.PP
+globus\-hostname returns the system hostname and makes some additional checks to ensure a fully qualified hostname\&. Setting the environment variable GLOBUS_HOSTNAME will cause globus\-hostname to return a valule based on this variable\&. This is useful for specifying the use of certain network interfaces when communicating etc\&.
+.PP
+\fB\-help\fR
+.RS 4
+Show usage information and exit\&.
+.RE
+.PP
+\fB\-version\fR
+.RS 4
+Show version information and exit\&.
+.RE
+.SH "EXIT STATUS"
+.PP
+\fB0\fR
+.RS 4
+Successful program execution\&.
+.RE
+.SH "AUTHOR"
+.br
+.br
+The Globus Alliance, http://www\&.globus\&.org/
+.RS 4
+Author.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 1999-2010 University of Chicago
+.br
diff --git a/globus-sh-exec.1 b/globus-sh-exec.1
new file mode 100644
index 0000000..6ef8814
--- /dev/null
+++ b/globus-sh-exec.1
@@ -0,0 +1,81 @@
+'\" t
+.\"     Title: globus-sh-exec
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 07/18/2011
+.\"    Manual: Globus Tookit
+.\"    Source: The Globus Alliance
+.\"  Language: English
+.\"
+.TH "GLOBUS\-SH\-EXEC" "1" "07/18/2011" "The Globus Alliance" "Globus Tookit"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+globus-sh-exec \- Defines a set of GLOBUS_SH_ variables\&.
+.SH "SYNOPSIS"
+.HP \w'\fB/usr/bin/globus\-sh\-exec\fR\ 'u
+\fB/usr/bin/globus\-sh\-exec\fR [\fBoptions\fR]
+.SH "DESCRIPTION"
+.PP
+Defines a set of GLOBUS_SH_ variables, then sources a user script\&. The user script is a local file, or can be referred to with a GASS URL\&.
+.PP
+Additional arguments "args \&.\&.\&." are passed on to the user script\&.
+.PP
+\fB\-help\fR
+.RS 4
+Shows help and exists
+.RE
+.PP
+\fB\-usage\fR
+.RS 4
+Shows help and exists
+.RE
+.PP
+\fB\-version\fR
+.RS 4
+Shows version and exits
+.RE
+.PP
+\fB\-list (\-l)\fR
+.RS 4
+Lists the defined GLOBUS_ variables and exits
+.RE
+.PP
+\fB\-exec (\-e)\fR
+.RS 4
+Commands are read from the argument line
+.RE
+.SH "EXIT STATUS"
+.PP
+\fB0\fR
+.RS 4
+Successful program execution\&.
+.RE
+.SH "AUTHOR"
+.br
+.br
+The Globus Alliance, http://www\&.globus\&.org/
+.RS 4
+Author.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 1999-2010 University of Chicago
+.br
diff --git a/globus-version.1 b/globus-version.1
new file mode 100644
index 0000000..5dd0cb3
--- /dev/null
+++ b/globus-version.1
@@ -0,0 +1,69 @@
+'\" t
+.\"     Title: globus-version
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 07/18/2011
+.\"    Manual: Globus Tookit
+.\"    Source: The Globus Alliance
+.\"  Language: English
+.\"
+.TH "GLOBUS\-VERSION" "1" "07/18/2011" "The Globus Alliance" "Globus Tookit"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+globus-version \- Display the Globus Toolkit version\&.
+.SH "SYNOPSIS"
+.HP \w'\fB/usr/bin/globus\-version\fR\ 'u
+\fB/usr/bin/globus\-version\fR [\fBoptions\fR]
+.SH "DESCRIPTION"
+.PP
+Displays the installed Globus version\&. Can also show the dirt timestamp and tag id\&.
+.PP
+\fB\-help\fR
+.RS 4
+Shows help and exists
+.RE
+.PP
+\fB\-full\fR
+.RS 4
+Show expanded version information
+.RE
+.PP
+\fB\-dirt\fR
+.RS 4
+Shows dirt info and exists
+.RE
+.SH "EXIT STATUS"
+.PP
+\fB0\fR
+.RS 4
+Successful program execution\&.
+.RE
+.SH "AUTHOR"
+.br
+.br
+The Globus Alliance, http://www\&.globus\&.org/
+.RS 4
+Author.
+.RE
+.SH "COPYRIGHT"
+.br
+Copyright \(co 1999-2010 University of Chicago
+.br


More information about the scm-commits mailing list