Bump to 1.49.3 accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_riscv accepted/tizen_base_tool sandbox/help2man_1.49.3 tizen_8.0_base tizen_base accepted/tizen/8.0/base/20231005.044757 accepted/tizen/base/20230714.003331 accepted/tizen/base/riscv/20231110.002653 accepted/tizen/base/tool/20230129.003804 submit/tizen_base/20230106.051834 submit/tizen_base/20230125.061402 submit/tizen_base/20230127.080752 submit/tizen_base/20230128.011545 tizen_8.0_m2_release
authorTizenOpenSource <tizenopensrc@samsung.com>
Fri, 6 Jan 2023 05:17:45 +0000 (14:17 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Fri, 6 Jan 2023 05:17:45 +0000 (14:17 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/help2man.manifest [new file with mode: 0644]
packaging/help2man.spec [new file with mode: 0644]

diff --git a/packaging/help2man.manifest b/packaging/help2man.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/help2man.spec b/packaging/help2man.spec
new file mode 100644 (file)
index 0000000..4fca6c5
--- /dev/null
@@ -0,0 +1,40 @@
+Name:           help2man
+Version:        1.49.3
+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} %{?_smp_mflags}
+
+%install
+%make_install
+
+%remove_docs
+%find_lang %{name} --with-man
+
+%files -f %{name}.lang
+%manifest %{name}.manifest
+%license COPYING
+%{_bindir}/help2man
+%{_libdir}/help2man/