diff --git a/.gitignore b/.gitignore index 108786d..2bb9144 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/help2man-1.43.3.tar.gz +/help2man-1.44.1.tar.xz diff --git a/help2man.spec b/help2man.spec index 29be331..a11a92b 100644 --- a/help2man.spec +++ b/help2man.spec @@ -4,18 +4,25 @@ Name: help2man Summary: Create simple man pages from --help output -Version: 1.43.3 -Release: 3%{?dist} +Version: 1.44.1 +Release: 1%{?dist} Group: Development/Tools License: GPLv3+ URL: http://www.gnu.org/software/help2man -Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.gz +Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz %bcond_with nls %{!?with_nls:BuildArch: noarch} + +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(POSIX) +BuildRequires: perl(Text::ParseWords) +BuildRequires: perl(Text::Tabs) +BuildRequires: perl(strict) %{?with_nls:BuildRequires: perl(Locale::gettext) /usr/bin/msgfmt} -%{?with_nls:Requires: perl(Locale::gettext)} +%{?with_nls:BuildRequires: perl(Encode)} +%{?with_nls:BuildRequires: perl(I18N::Langinfo)} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -50,7 +57,6 @@ if [ $1 -eq 0 ]; then fi %files -f %name.lang -%defattr(-, root, root,-) %doc README NEWS THANKS COPYING %{_bindir}/help2man %{_infodir}/* @@ -61,6 +67,10 @@ fi %endif %changelog +* Thu Mar 13 2014 Ralf Corsépius - 1.44.1-1 +- Upstream update. +- Add finer-grained perl deps. + * Sat Aug 03 2013 Fedora Release Engineering - 1.43.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 69c0647..40b659c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a84868db7c139238df8add5d86a0b54f help2man-1.43.3.tar.gz +a5dc6530340b41f0e492d400670dd7ae help2man-1.44.1.tar.xz