|
|
5f4bba |
# Supported build option:
|
|
|
5f4bba |
#
|
|
|
5f4bba |
# --with nls ... build this package with --enable-nls
|
|
|
5f4bba |
|
|
|
5f4bba |
Name: help2man
|
|
|
5f4bba |
Summary: Create simple man pages from --help output
|
|
|
5f4bba |
Version: 1.48.2
|
|
|
5f4bba |
Release: 3%{?dist}
|
|
|
5f4bba |
License: GPLv3+
|
|
|
5f4bba |
URL: https://www.gnu.org/software/help2man/
|
|
|
5f4bba |
Source: https://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
|
|
5f4bba |
|
|
|
5f4bba |
%bcond_with nls
|
|
|
5f4bba |
|
|
|
5f4bba |
%{!?with_nls:BuildArch: noarch}
|
|
|
5f4bba |
|
|
|
5f4bba |
BuildRequires: gcc
|
|
|
5f4bba |
BuildRequires: %{__make}
|
|
|
5f4bba |
BuildRequires: perl-generators
|
|
|
5f4bba |
BuildRequires: perl(Getopt::Long)
|
|
|
5f4bba |
BuildRequires: perl(POSIX)
|
|
|
5f4bba |
BuildRequires: perl(Text::ParseWords)
|
|
|
5f4bba |
BuildRequires: perl(Text::Tabs)
|
|
|
5f4bba |
BuildRequires: perl(strict)
|
|
|
5f4bba |
%{?with_nls:BuildRequires: perl(Locale::gettext) /usr/bin/msgfmt}
|
|
|
5f4bba |
%{?with_nls:BuildRequires: perl(Encode)}
|
|
|
5f4bba |
%{?with_nls:BuildRequires: perl(I18N::Langinfo)}
|
|
|
5f4bba |
|
|
|
5f4bba |
%description
|
|
|
5f4bba |
help2man is a script to create simple man pages from the --help and
|
|
|
5f4bba |
--version output of programs.
|
|
|
5f4bba |
|
|
|
5f4bba |
Since most GNU documentation is now in info format, this provides a
|
|
|
5f4bba |
way to generate a placeholder man page pointing to that resource while
|
|
|
5f4bba |
still providing some useful information.
|
|
|
5f4bba |
|
|
|
5f4bba |
%prep
|
|
|
5f4bba |
%setup -q -n help2man-%{version}
|
|
|
5f4bba |
|
|
|
5f4bba |
%build
|
|
|
5f4bba |
%configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
|
|
|
5f4bba |
%{make_build}
|
|
|
5f4bba |
|
|
|
5f4bba |
%install
|
|
|
5f4bba |
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
|
|
5f4bba |
%{make_install}
|
|
|
5f4bba |
%find_lang %name --with-man
|
|
|
5f4bba |
|
|
|
5f4bba |
%files -f %name.lang
|
|
|
5f4bba |
%doc README NEWS THANKS
|
|
|
5f4bba |
%license COPYING
|
|
|
5f4bba |
%{_bindir}/help2man
|
|
|
5f4bba |
%{_infodir}/*
|
|
|
5f4bba |
%{_mandir}/man1/*
|
|
|
5f4bba |
|
|
|
5f4bba |
%if %{with nls}
|
|
|
5f4bba |
%{_libdir}/help2man
|
|
|
5f4bba |
%endif
|
|
|
5f4bba |
|
|
|
5f4bba |
%changelog
|
|
|
5f4bba |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.2-3
|
|
|
5f4bba |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
5f4bba |
Related: rhbz#1991688
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.2-2
|
|
|
5f4bba |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Mar 04 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.48.2-1
|
|
|
5f4bba |
- Upstream update to 1.48.2.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Feb 11 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.48.1-1
|
|
|
5f4bba |
- Upstream update to 1.48.1.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.16-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sun Dec 20 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.16-1
|
|
|
5f4bba |
- Upstream update to 1.47.16.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sun Dec 20 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.15-1
|
|
|
5f4bba |
- Upstream update to 1.47.15.
|
|
|
5f4bba |
- BR: %%{__make}.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.14-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Apr 25 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.14-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Mar 18 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.13-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Mar 17 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.12-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.11-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Sep 14 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.11-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.10-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Mar 23 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.10-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Mar 19 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.9-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.6-3
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.6-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Mar 01 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.6-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.5-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Sep 23 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.5-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.4-3
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.4-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Mon May 09 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.4-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.3-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Dec 17 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.3-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sun Sep 13 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Jun 16 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.1-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- Add %%license.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Mon Apr 27 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.6-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Feb 17 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.5-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Oct 31 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.4-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sun Oct 05 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.3-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Sep 16 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Aug 22 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46.1-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Mon Jul 14 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.45.1-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44.1-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Mar 13 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.44.1-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- Add finer-grained perl deps.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43.3-3
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.43.3-2
|
|
|
5f4bba |
- Perl 5.18 rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jul 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.43.3-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jul 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.41.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.1-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Jan 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.41.1-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Jan 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.13-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- BR: /usr/bin/msgfmt if building with nls enabled.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Oct 04 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.12-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Jul 20 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.10-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.8-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Apr 12 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.8-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sat Feb 18 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.6-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Jan 05 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.5-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Thu Dec 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.4-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Jun 08 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Apr 22 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.39.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- Spec modernization.
|
|
|
5f4bba |
- Abandon patches (unnecessary).
|
|
|
5f4bba |
|
|
|
5f4bba |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38.2-2
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Aug 27 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.38.2-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- Add *-locales.diff, *-mans.diff.
|
|
|
5f4bba |
- Use %%find_lang --with-man.
|
|
|
5f4bba |
- Use %%bcond_with nls.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Feb 23 2010 Ondrej Vasik <ovasik@redhat.com> - 1.36.4-6
|
|
|
5f4bba |
- do ship COPYING file in %%doc
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36.4-5
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Mon May 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.36.4-4
|
|
|
5f4bba |
- Apply patch from http://bugs.gentoo.org/show_bug.cgi?id=237378#c6
|
|
|
5f4bba |
to address BZ #494089.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36.4-3
|
|
|
5f4bba |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
5f4bba |
|
|
|
5f4bba |
* Sun Feb 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.36.4-2
|
|
|
5f4bba |
- Update license tag.
|
|
|
5f4bba |
- Convert THANKS to utf-8.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.36.4-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- utf-8 encode l10n'd man pages.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Dec 23 2005 Ralf Corsépius <rc04203@freenet.de> - 1.36.3-1
|
|
|
5f4bba |
- Upstream update.
|
|
|
5f4bba |
- Add build option --with nls.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Dec 23 2005 Ralf Corsépius <rc04203@freenet.de> - 1.35.1-2
|
|
|
5f4bba |
- Fix disttag (#176473).
|
|
|
5f4bba |
- Cleanup spec.
|
|
|
5f4bba |
|
|
|
5f4bba |
* Fri Apr 29 2005 Ralf Corsepius <ralf[AT]links2linux.de> - 1.35.1-1
|
|
|
5f4bba |
- Update to 1.35.1
|
|
|
5f4bba |
- Minor spec fixes.
|