|
|
|
@ -1,13 +1,17 @@
|
|
|
|
|
Name: kuserfeedback
|
|
|
|
|
Summary: Framework for collecting user feedback for apps via telemetry and surveys
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://invent.kde.org/libraries/%{name}
|
|
|
|
|
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
# git clone https://invent.kde.org/libraries/kuserfeedback.git
|
|
|
|
|
# cd kuserfeedback
|
|
|
|
|
# git format-patch v1.0.0
|
|
|
|
|
Patch77: 0077-opengl-source-Do-not-crash-if-we-could-not-make-our-.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -99,9 +103,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/UserFeedbackConsole.d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 04 2022 Yaroslav Sidlovsky <zawertun@gmail.com> - 1.1.0-1
|
|
|
|
|
- update to 1.1.0
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-11
|
|
|
|
|
- -console: uses qt5-qtcharts private api
|
|
|
|
|
- -devel: use cmake-style deps instead of hard-coding qt5-qtbase
|
|
|
|
|