Dominique Leuenberger 2021-01-18 10:30:18 +00:00 committed by Git OBS Bridge
parent ea1c378af5
commit d2cca4aa19
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 15 00:37:49 UTC 2021 - Simon Lees <simonf.lees@suse.com>
- %make_jobs to %cmake_build
- use %autosetup
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 11:07:30 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at> Thu Jul 23 11:07:30 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -51,12 +51,11 @@ job and personal life. You will never forget anything anymore.
%lang_package %lang_package
%prep %prep
%setup -q %autosetup -p1
%autopatch -p1
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build