Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/help2man.git#ad8b79443c9b599898ef8597e543e939e5e7b6a5
This commit is contained in:
parent
fabd5139bc
commit
c330fa72b4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/help2man-1.47.16.tar.xz
|
/help2man-1.48.2.tar.xz
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
Name: help2man
|
Name: help2man
|
||||||
Summary: Create simple man pages from --help output
|
Summary: Create simple man pages from --help output
|
||||||
Version: 1.47.16
|
Version: 1.48.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/help2man
|
URL: https://www.gnu.org/software/help2man/
|
||||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
Source: https://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||||
|
|
||||||
%bcond_with nls
|
%bcond_with nls
|
||||||
|
|
||||||
@ -22,7 +22,6 @@ 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)}
|
||||||
@ -40,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_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
||||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%find_lang %name --with-man
|
%find_lang %name --with-man
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
@ -59,6 +58,12 @@ still providing some useful information.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 04 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.48.2-1
|
||||||
|
- Upstream update to 1.48.2.
|
||||||
|
|
||||||
|
* Thu Feb 11 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.48.1-1
|
||||||
|
- Upstream update to 1.48.1.
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.16-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.16-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (help2man-1.47.16.tar.xz) = b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544
|
SHA512 (help2man-1.48.2.tar.xz) = ddd3bde5b9b0e84e21cc03dec713469562b02aac7f4b465fbf18844fc9534e8975ec41f44474fcf1b06816eb9b4e0578eb974a6c9712b6f099d7be813f6d7528
|
||||||
|
Loading…
Reference in New Issue
Block a user