From 8346ee882eba5438177f82f1615eb736dc865b2e Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Fri, 6 Jan 2023 14:17:45 +0900 Subject: [PATCH] Bump to 1.49.3 Signed-off-by: TizenOpenSource --- packaging/help2man.manifest | 5 +++++ packaging/help2man.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 packaging/help2man.manifest create mode 100644 packaging/help2man.spec 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 @@ + + + + + diff --git a/packaging/help2man.spec b/packaging/help2man.spec new file mode 100644 index 0000000..4fca6c5 --- /dev/null +++ b/packaging/help2man.spec @@ -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/ -- 2.7.4