summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-12-06 13:46:10 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-12-10 08:30:50 +0900
commit4bc1086c7699231e2dac230382d9cd76821a2156 (patch)
tree5dcf744ad72cc6c2202a50a75bb0d5532261162a
parent5cfb3cc811dd13c9234746d8a8f65b2930e46093 (diff)
downloadhelp2man-sandbox/dh0128.kwak/help2man-1.48.5-20211206.tar.gz
help2man-sandbox/dh0128.kwak/help2man-1.48.5-20211206.tar.bz2
help2man-sandbox/dh0128.kwak/help2man-1.48.5-20211206.zip
Change-Id: I4c328fa9985e57cce420a357b590a0fdcd802fe6 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--packaging/help2man.manifest5
-rw-r--r--packaging/help2man.spec40
2 files changed, 45 insertions, 0 deletions
diff --git a/packaging/help2man.manifest b/packaging/help2man.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/help2man.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/help2man.spec b/packaging/help2man.spec
new file mode 100644
index 0000000..230d600
--- /dev/null
+++ b/packaging/help2man.spec
@@ -0,0 +1,40 @@
+Name: help2man
+Version: 1.48.5
+Release: 0
+License: GPL-3.0+
+Summary: Create Simple Man Pages from --help Output
+Url: https://www.gnu.org/software/help2man/
+Group: Development/Tools/Doc Generators
+Source: %{name}-%{version}.tar.gz
+Source1001: help2man.manifest
+BuildRequires: gettext-tools
+BuildRequires: perl-gettext
+Requires: perl-gettext
+
+%description
+help2man is a script to create simple man pages from the --help and
+--version output of programs.
+
+Since most GNU documentation is now in info format, this provides a way
+to generate a placeholder man page pointing to that resource while
+still providing some useful information.
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%configure --enable-nls
+%make_build
+
+%install
+%make_install
+
+%remove_docs
+%find_lang %{name} --with-man
+
+%files -f %{name}.lang
+%manifest %{name}.manifest
+%license COPYING
+%{_bindir}/help2man
+%{_libdir}/help2man/