Blame SOURCES/0001-Dont-generate-manpages-on-the-fly.patch

21bc05
From c1668f6ca11562c12b6910ec8f399eb4e7e2cb3f Mon Sep 17 00:00:00 2001
21bc05
From: Jakub Kadlcik <frostyx@email.cz>
21bc05
Date: Tue, 9 Feb 2021 22:34:02 +0100
21bc05
Subject: [PATCH] Dont generate manpages on the fly
21bc05
21bc05
---
21bc05
 man/createrepo_mod.1           | 21 +++++++++++++
21bc05
 man/dir2module.1               | 55 ++++++++++++++++++++++++++++++++++
21bc05
 man/modulemd-generate-macros.1 | 31 +++++++++++++++++++
21bc05
 man/modulemd-merge.1           | 39 ++++++++++++++++++++++++
21bc05
 man/repo2module.1              | 27 +++++++++++++++++
21bc05
 5 files changed, 173 insertions(+)
21bc05
 create mode 100644 man/createrepo_mod.1
21bc05
 create mode 100644 man/dir2module.1
21bc05
 create mode 100644 man/modulemd-generate-macros.1
21bc05
 create mode 100644 man/modulemd-merge.1
21bc05
 create mode 100644 man/repo2module.1
21bc05
21bc05
diff --git a/man/createrepo_mod.1 b/man/createrepo_mod.1
21bc05
new file mode 100644
21bc05
index 0000000..9acdd7d
21bc05
--- /dev/null
21bc05
+++ b/man/createrepo_mod.1
21bc05
@@ -0,0 +1,21 @@
21bc05
+.TH createrepo_mod "1" Manual
21bc05
+.SH NAME
21bc05
+createrepo_mod
21bc05
+.SH SYNOPSIS
21bc05
+.B createrepo_mod
21bc05
+[-h] directory_to_index
21bc05
+.SH DESCRIPTION
21bc05
+A small wrapper around createrepo_c and modifyrepo_c toprovide an easy tool
21bc05
+for generating module repositories
21bc05
+.SH OPTIONS
21bc05
+.TP
21bc05
+\fBdirectory_to_index\fR
21bc05
+Directory to index
21bc05
+
21bc05
+.SH AUTHORS
21bc05
+.B createrepo_mod
21bc05
+was written by Jakub Kadlčík <jkadlcik@redhat.com>.
21bc05
+.SH DISTRIBUTION
21bc05
+The latest version of createrepo_mod may be downloaded from
21bc05
+.UR HOMEPAGE
21bc05
+.UE
21bc05
diff --git a/man/dir2module.1 b/man/dir2module.1
21bc05
new file mode 100644
21bc05
index 0000000..728792e
21bc05
--- /dev/null
21bc05
+++ b/man/dir2module.1
21bc05
@@ -0,0 +1,55 @@
21bc05
+.TH dir2module "1" Manual
21bc05
+.SH NAME
21bc05
+dir2module
21bc05
+.SH SYNOPSIS
21bc05
+.B dir2module
21bc05
+[-h] -m SUMMARY [-d DESCRIPTION] [-l LICENSE] [-r REQUIRES] [--force] [--stdout] (--dir DIR | --pkglist PKGLIST) nsvca
21bc05
+.SH DESCRIPTION
21bc05
+Recursively read RPMs from DIR or read them from specified pkglist.If any RPM
21bc05
+is missing on unreadable, error out.Populate artifacts/rpms with RPM
21bc05
+NEVRAs.Populate license/content with list of RPM licenses.Write
21bc05
+N:S:V:C:A.modulemd.yaml in the current directory.Make sure the yaml is in
21bc05
+modulemd v2 format.
21bc05
+.SH OPTIONS
21bc05
+.TP
21bc05
+\fBnsvca\fR
21bc05
+Module name, stream version, context and architecture in a N:S:V:C:A format
21bc05
+
21bc05
+.TP
21bc05
+\fB\-m\fR \fI\,SUMMARY\/\fR, \fB\-\-summary\fR \fI\,SUMMARY\/\fR
21bc05
+Module summary
21bc05
+
21bc05
+.TP
21bc05
+\fB\-d\fR \fI\,DESCRIPTION\/\fR, \fB\-\-description\fR \fI\,DESCRIPTION\/\fR
21bc05
+Module description
21bc05
+
21bc05
+.TP
21bc05
+\fB\-l\fR \fI\,LICENSE\/\fR, \fB\-\-license\fR \fI\,LICENSE\/\fR
21bc05
+Module license
21bc05
+
21bc05
+.TP
21bc05
+\fB\-r\fR \fI\,REQUIRES\/\fR, \fB\-\-requires\fR \fI\,REQUIRES\/\fR
21bc05
+Module runtime dependencies in a N:S format. For multiple dependencies, repeat
21bc05
+this option
21bc05
+
21bc05
+.TP
21bc05
+\fB\-\-force\fR
21bc05
+Suppress all constraints and hope for the best
21bc05
+
21bc05
+.TP
21bc05
+\fB\-\-stdout\fR
21bc05
+By defult the output is saved in a file. Use this to suppress it and print to
21bc05
+the STDOUT
21bc05
+
21bc05
+.TP
21bc05
+\fB\-\-dir\fR \fI\,DIR\/\fR
21bc05
+.TP
21bc05
+\fB\-\-pkglist\fR \fI\,PKGLIST\/\fR
21bc05
+
21bc05
+.SH AUTHORS
21bc05
+.B dir2module
21bc05
+was written by Jakub Kadlčík <jkadlcik@redhat.com>.
21bc05
+.SH DISTRIBUTION
21bc05
+The latest version of dir2module may be downloaded from
21bc05
+.UR HOMEPAGE
21bc05
+.UE
21bc05
diff --git a/man/modulemd-generate-macros.1 b/man/modulemd-generate-macros.1
21bc05
new file mode 100644
21bc05
index 0000000..36a1e9a
21bc05
--- /dev/null
21bc05
+++ b/man/modulemd-generate-macros.1
21bc05
@@ -0,0 +1,31 @@
21bc05
+.TH modulemd-generate-macros "1" Manual
21bc05
+.SH NAME
21bc05
+modulemd-generate-macros
21bc05
+.SH SYNOPSIS
21bc05
+.B modulemd-generate-macros
21bc05
+[-h] [--disttag DISTTAG] [--conflicts-from-file CONFLICTS_FROM_FILE] yaml
21bc05
+.SH DESCRIPTION
21bc05
+Generate `module\-build\-macros` SRPM package, which is a central piece for
21bc05
+building modules. It should be present in the buildroot before any other
21bc05
+module packages are submitted to be built.
21bc05
+.SH OPTIONS
21bc05
+.TP
21bc05
+\fByaml\fR
21bc05
+Path to modulemd YAML file
21bc05
+
21bc05
+.TP
21bc05
+\fB\-\-disttag\fR \fI\,DISTTAG\/\fR
21bc05
+Disttag
21bc05
+
21bc05
+.TP
21bc05
+\fB\-\-conflicts\-from\-file\fR \fI\,CONFLICTS_FROM_FILE\/\fR
21bc05
+Path to a file containing conflicts definitions and their reasoning. Content
21bc05
+of this file gets simply pasted into the specfile
21bc05
+
21bc05
+.SH AUTHORS
21bc05
+.B modulemd\-generate\-macros
21bc05
+was written by Jakub Kadlčík <jkadlcik@redhat.com>.
21bc05
+.SH DISTRIBUTION
21bc05
+The latest version of modulemd\-generate\-macros may be downloaded from
21bc05
+.UR HOMEPAGE
21bc05
+.UE
21bc05
diff --git a/man/modulemd-merge.1 b/man/modulemd-merge.1
21bc05
new file mode 100644
21bc05
index 0000000..3f280ff
21bc05
--- /dev/null
21bc05
+++ b/man/modulemd-merge.1
21bc05
@@ -0,0 +1,39 @@
21bc05
+.TH modulemd-merge "1" Manual
21bc05
+.SH NAME
21bc05
+modulemd-merge
21bc05
+.SH SYNOPSIS
21bc05
+.B modulemd-merge
21bc05
+[-h] [-v] [-d] [-i] input [input ...] output
21bc05
+.SH DESCRIPTION
21bc05
+Merge several modules.yaml files (rpm modularity metadata) into one.
21bc05
+.SH OPTIONS
21bc05
+.TP
21bc05
+\fBinput\fR
21bc05
+input filename(s) or directories.
21bc05
+repomd.xml files are parsed and modules hrefs contained are merged.
21bc05
+If a directory is given, it is searched for repodata/repomd.xml
21bc05
+and repomd.xml
21bc05
+
21bc05
+.TP
21bc05
+\fBoutput\fR
21bc05
+YAML output filename
21bc05
+
21bc05
+.TP
21bc05
+\fB\-v\fR, \fB\-\-verbose\fR
21bc05
+increase output verbosity
21bc05
+
21bc05
+.TP
21bc05
+\fB\-d\fR, \fB\-\-debug\fR
21bc05
+debug output verbosity
21bc05
+
21bc05
+.TP
21bc05
+\fB\-i\fR, \fB\-\-ignore\-no\-input\fR
21bc05
+ignore non\-existing input files
21bc05
+
21bc05
+.SH AUTHORS
21bc05
+.B modulemd\-merge
21bc05
+was written by Gerd v. Egidy <gerd.von.egidy@intra2net.com>.
21bc05
+.SH DISTRIBUTION
21bc05
+The latest version of modulemd\-merge may be downloaded from
21bc05
+.UR HOMEPAGE
21bc05
+.UE
21bc05
diff --git a/man/repo2module.1 b/man/repo2module.1
21bc05
new file mode 100644
21bc05
index 0000000..bdc2aa8
21bc05
--- /dev/null
21bc05
+++ b/man/repo2module.1
21bc05
@@ -0,0 +1,27 @@
21bc05
+.TH "REPO2MODULE" "1" "2021-02-09" "" "repo2module Manual"
21bc05
+.SH NAME
21bc05
+repo2module \- Generates modules.yaml file with a module,...
21bc05
+.SH SYNOPSIS
21bc05
+.B repo2module
21bc05
+[OPTIONS] REPO_PATH [MODULES_YAML]
21bc05
+.SH DESCRIPTION
21bc05
+Generates modules.yaml file with a module, that provides all RPM packages that are available within a repository.
21bc05
+.SH OPTIONS
21bc05
+.TP
21bc05
+\fB\-d,\fP \-\-debug / \-\-nodebug
21bc05
+.PP
21bc05
+.TP
21bc05
+\fB\-n,\fP \-\-module\-name TEXT
21bc05
+[default: (Current directory name)]
21bc05
+.TP
21bc05
+\fB\-s,\fP \-\-module\-stream TEXT
21bc05
+[default: rolling]
21bc05
+.TP
21bc05
+\fB\-v,\fP \-\-module\-version INTEGER
21bc05
+[default: 1]
21bc05
+.TP
21bc05
+\fB\-c,\fP \-\-module\-context TEXT
21bc05
+[default: abcdef12]
21bc05
+.TP
21bc05
+\fB\-O,\fP \-\-to\-stdout
21bc05
+.PP
21bc05
-- 
21bc05
2.29.2
21bc05