|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%global framework knotifications
|
|
|
|
|
|
|
|
|
|
# uncomment to enable bootstrap mode
|
|
|
|
@ -74,8 +73,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5} \
|
|
|
|
|
%cmake_kf5 \
|
|
|
|
|
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -105,6 +105,7 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
|
|
|
|
|
%{_kf5_libdir}/libKF5Notifications.so.*
|
|
|
|
|
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
|
|
|
|
|
%{_kf5_datadir}/knotifications5/
|
|
|
|
|
%{_kf5_qmldir}/org/kde/notification/
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/knotifications_version.h
|
|
|
|
|