Upstream update to 1.47.15.
BR: %{__make}.
This commit is contained in:
parent
e404fa4b80
commit
4f8b52d1b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/help2man-1.47.14.tar.xz
|
/help2man-1.47.15.tar.xz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Name: help2man
|
Name: help2man
|
||||||
Summary: Create simple man pages from --help output
|
Summary: Create simple man pages from --help output
|
||||||
Version: 1.47.14
|
Version: 1.47.15
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/help2man
|
URL: http://www.gnu.org/software/help2man
|
||||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||||
@ -15,13 +15,13 @@ Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
|||||||
%{!?with_nls:BuildArch: noarch}
|
%{!?with_nls:BuildArch: noarch}
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: %{__make}
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: perl(POSIX)
|
BuildRequires: perl(POSIX)
|
||||||
BuildRequires: perl(Text::ParseWords)
|
BuildRequires: perl(Text::ParseWords)
|
||||||
BuildRequires: perl(Text::Tabs)
|
BuildRequires: perl(Text::Tabs)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: make
|
|
||||||
%{?with_nls:BuildRequires: perl(Locale::gettext) /usr/bin/msgfmt}
|
%{?with_nls:BuildRequires: perl(Locale::gettext) /usr/bin/msgfmt}
|
||||||
%{?with_nls:BuildRequires: perl(Encode)}
|
%{?with_nls:BuildRequires: perl(Encode)}
|
||||||
%{?with_nls:BuildRequires: perl(I18N::Langinfo)}
|
%{?with_nls:BuildRequires: perl(I18N::Langinfo)}
|
||||||
@ -39,11 +39,11 @@ still providing some useful information.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
|
%configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
|
||||||
make %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install_l10n DESTDIR=$RPM_BUILD_ROOT
|
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%find_lang %name --with-man
|
%find_lang %name --with-man
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
@ -58,6 +58,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 20 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.47.15-1
|
||||||
|
- Upstream update to 1.47.15.
|
||||||
|
- BR: %%{__make}.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.14-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.14-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (help2man-1.47.14.tar.xz) = f3ff59e83e89ff0ed2bf863557c41f25ba79b0398f82cd0e7df459f3c3d2832a48047ff401a5556c3d7d722e48956393a4b70f61e79368a7621621e1834db862
|
SHA512 (help2man-1.47.15.tar.xz) = 2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad
|
||||||
|
Loading…
Reference in New Issue
Block a user