Explicitly BR make.

This commit is contained in:
Jerry James 2020-11-09 14:41:28 -07:00
parent 4a26d16571
commit 38fd52cb92

View File

@ -10,6 +10,7 @@ URL: http://www.thrysoee.dk/editline/
Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: groff-base BuildRequires: groff-base
BuildRequires: make
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%description %description
@ -38,7 +39,7 @@ sed -i "s/lncurses/ltinfo/" configure
%make_build %make_build
%install %install
%make_install INSTALL="%{__install} -p" %make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -delete find $RPM_BUILD_ROOT -type f -name "*.la" -delete
# See rhbz#1349671 # See rhbz#1349671
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/history.3* rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/history.3*