Accepting request 676376 from home:wolfi323:branches:KDE:Extra
- Use %cmake and %cmake_install macros Fixes build error with latest cmake in Factory/Tumbleweed ("CMake Error: No source or binary directory provided") OBS-URL: https://build.opensuse.org/request/show/676376 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kst?expand=0&rev=17
This commit is contained in:
parent
0f33ab4c32
commit
edb4956e88
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 09:44:08 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Use %cmake and %cmake_install macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 3 17:44:42 UTC 2018 - christophe@krop.fr
|
Sun Jun 3 17:44:42 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
4
kst.spec
4
kst.spec
@ -105,11 +105,11 @@ EXTRA_FLAGS="-Dkst_install_prefix=%{_prefix} \
|
|||||||
-Dkst_qt4=1"
|
-Dkst_qt4=1"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
cmake $EXTRA_FLAGS
|
%cmake $EXTRA_FLAGS
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%cmake_install
|
||||||
%suse_update_desktop_file -r %{name}2 Qt KDE Science Math
|
%suse_update_desktop_file -r %{name}2 Qt KDE Science Math
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user