|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
Name: kuserfeedback
|
|
|
|
|
Summary: Framework for collecting user feedback for apps via telemetry and surveys
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://invent.kde.org/libraries/%{name}
|
|
|
|
@ -24,6 +24,10 @@ BuildRequires: cmake(Qt5Network)
|
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
BuildRequires: cmake(Qt5PrintSupport)
|
|
|
|
|
|
|
|
|
|
## uses Qt5 private api's these help track that
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
Requires: qt5-qtbase
|
|
|
|
|
Requires: qt5-qtdeclarative
|
|
|
|
|
Requires: kf5-kdeclarative
|
|
|
|
@ -99,6 +103,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/UserFeedbackConsole.d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 12 21:50:41 MSK 2021 Yaroslav Sidlovsky <zawertun@gmail.com> - 1.0.0-6
|
|
|
|
|
- track Qt private api usage
|
|
|
|
|
|
|
|
|
|
* Tue Nov 24 13:19:14 MSK 2020 Yaroslav Sidlovsky <zawertun@gmail.com> - 1.0.0-5
|
|
|
|
|
- rebuild due to new Qt version
|
|
|
|
|
|
|
|
|
|