Modernize a spec file

This commit is contained in:
Petr Písař 2020-07-13 09:51:27 +02:00
parent b3f1910a0d
commit 7f3835f75e

View File

@ -73,15 +73,15 @@ autoreconf -fi
%build
%configure
%make_build
%{make_build}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%{make_install}
# Remove info index, it's updated by file triggers
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%check
make %{?_smp_mflags} check
%{make_build} check
%files
%license COPYING