Christophe Marin 2020-02-07 08:50:01 +00:00 committed by Git OBS Bridge
parent fe7912baa2
commit ff7790fab4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 7 08:38:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 5 06:29:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Wed Feb 5 06:29:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -75,7 +75,7 @@ RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
export CXXFLAGS="%{optflags} -fPIC" export CXXFLAGS="%{optflags} -fPIC"
export CFLAGS="%{optflags} -fPIC" export CFLAGS="%{optflags} -fPIC"
%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" %cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}"
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build