From c097fca82d331e2980322137902303f0f881feb9 Mon Sep 17 00:00:00 2001 From: pingou Date: Oct 07 2010 08:47:23 +0000 Subject: - Remove the -u/--url argument from the man page - Add the --nocheck argument to the man page --- diff --git a/devel/R2rpm.1 b/devel/R2rpm.1 index 68bba1a..06792e0 100644 --- a/devel/R2rpm.1 +++ b/devel/R2rpm.1 @@ -4,9 +4,6 @@ R2rpm \- RPM generator for R libraries .SH SYNOPSIS .B R2rpm --u -.br -.B R2rpm -s .br .B R2rpm @@ -15,7 +12,7 @@ R2rpm \- RPM generator for R libraries .SH USAGE This program is designed to create RPM from a source file, a url or a name. .sp -Usage: R2rpm -u +Usage: R2rpm -s .tar.gz R2rpm -s .tar.gz R2rpm -s folder/folder/ R2rpm -s folder/folder/ --bioc @@ -29,13 +26,9 @@ or .B ~/.R2spec.conf .SH DESCRIPTION -.B -u / --url - Used to download and generate the RPM directly from the url of - a tarball -.sp .B -s / --source - Used to generate the RPM directly from a tarball available - locally + Used to generate the RPM from a local tarball or a url to a remote + one. .sp .B -p / --package Used to generate the RPM directly from the name of the package. @@ -52,6 +45,9 @@ or .sp .B --cran Used for cran libraries +.sp +.B --nocheck + Used to remove the %check section from the specfile .sp diff --git a/devel/R2spec.1 b/devel/R2spec.1 index 7b365ad..9114f14 100644 --- a/devel/R2spec.1 +++ b/devel/R2spec.1 @@ -4,9 +4,6 @@ R2spec \- Spec file creator for R libraries .SH SYNOPSIS .B R2spec --u -.br -.B R2spec -s .br .B R2spec @@ -15,7 +12,7 @@ R2spec \- Spec file creator for R libraries .SH USAGE This program is designed to create specfile from a source file, a url or a name. .sp -Usage: R2spec -u +Usage: R2spec -s .tar.gz R2spec -s .tar.gz R2spec -s folder/folder/ R2spec -s folder/folder/ --bioc @@ -29,13 +26,9 @@ or .B ~/.R2spec.conf .SH DESCRIPTION -.B -u / --url - Used to download and generate the specfile directly from the url of - a tarball -.sp .B -s / --source - Used to generate the specfile directly from a tarball available - locally + Used to generate the RPM from a local tarball or a url to a remote + one. .sp .B -p / --package Used to generate the specfile directly from the name of the package. @@ -52,7 +45,9 @@ or .sp .B --cran Used for cran libraries - +.sp +.B --nocheck + Used to remove the %check section from the specfile .sp .sp