Upstream update.
- Add finer-grained perl deps.
This commit is contained in:
parent
9f938069b7
commit
05f82a9de4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/help2man-1.43.3.tar.gz
|
||||
/help2man-1.44.1.tar.xz
|
||||
|
@ -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 <corsepiu@fedoraproject.org> - 1.44.1-1
|
||||
- Upstream update.
|
||||
- Add finer-grained perl deps.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user