|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%global framework kactivities-stats
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
@ -30,7 +29,6 @@ BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
@ -48,8 +46,9 @@ Requires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5} \
|
|
|
|
|
%cmake_kf5 \
|
|
|
|
|
-DBUILD_TESTING=ON
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -61,7 +60,7 @@ rm -fv %{buildroot}/etc/xdg/kactivities-stats.categories
|
|
|
|
|
|
|
|
|
|
# Currently includes no tests
|
|
|
|
|
%check
|
|
|
|
|
make test -C %{_target_platform}
|
|
|
|
|
%ctest ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|