Spec file cleanup
This commit is contained in:
parent
691ff62ed0
commit
d32ec58116
@ -7,8 +7,8 @@ Summary: Create simple man pages from --help output
|
||||
Version: 1.47.16
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/help2man
|
||||
Source: ftp://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||
URL: https://www.gnu.org/software/help2man/
|
||||
Source: https://ftp.gnu.org/gnu/help2man/help2man-%{version}.tar.xz
|
||||
|
||||
%bcond_with nls
|
||||
|
||||
@ -40,11 +40,11 @@ still providing some useful information.
|
||||
|
||||
%build
|
||||
%configure --%{!?with_nls:disable}%{?with_nls:enable}-nls --libdir=%{_libdir}/help2man
|
||||
%{__make} %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
%{__make} install_l10n DESTDIR=$RPM_BUILD_ROOT
|
||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%find_lang %name --with-man
|
||||
|
||||
%files -f %name.lang
|
||||
|
Loading…
Reference in New Issue
Block a user