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#4f8b52d1b59f3ed7319a5977e18172c0cffa446a
This commit is contained in:
parent
1ab1091345
commit
57056fa6ef
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
|
||||
Summary: Create simple man pages from --help output
|
||||
Version: 1.47.14
|
||||
Release: 2%{?dist}
|
||||
Version: 1.47.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/help2man
|
||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||
@ -15,6 +15,7 @@ Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||
%{!?with_nls:BuildArch: noarch}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: %{__make}
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(POSIX)
|
||||
@ -38,11 +39,11 @@ still providing some useful information.
|
||||
|
||||
%build
|
||||
%configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
|
||||
make %{?_smp_mflags}
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install_l10n DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %name --with-man
|
||||
|
||||
%files -f %name.lang
|
||||
@ -57,6 +58,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%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
|
||||
- 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