Break a long line in the spec file

This commit is contained in:
Benjamin A. Beasley 2022-11-19 14:36:40 -05:00
parent 995ce1282a
commit 28e9f8f6dc

View File

@ -175,7 +175,10 @@ echo 'intersphinx_mapping.clear()' >> doc/conf.py
%build
./autogen.sh
%configure --with-python-module-path=%{python3_sitearch} --with-boost-libdir=%{_libdir} --enable-debug
%configure \
--with-python-module-path=%{python3_sitearch} \
--with-boost-libdir=%{_libdir} \
--enable-debug
echo "Building with %{numthreads} of %{?_smp_build_ncpus} available CPUs"
# Uses the latest value set by -j
%make_build -j%{numthreads}