contrib/rpm: avoid warning in specfile about tokens after %endif

warning: extra tokens at the end of %endif directive in line 717:  %endif # end autotools
warning: extra tokens at the end of %endif directive in line 775:  %endif # end autotools
This commit is contained in:
Thomas Haller 2019-11-23 17:01:40 +01:00
parent d3c7083f97
commit 0521e06ff1

View file

@ -714,7 +714,7 @@ intltoolize --automake --copy --force
make %{?_smp_mflags}
%endif # end autotools
%endif
%install
%if %{with meson}
@ -772,7 +772,7 @@ make -k %{?_smp_mflags} check
%else
make -k %{?_smp_mflags} check || :
%endif
%endif # end autotools
%endif
%pre