automatic version update by autodist [release 1.2.0-1mamba;Mon Feb 07 2022]
This commit is contained in:
parent
4b3200ba96
commit
6d6c6a4663
@ -1,28 +1,29 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kuserfeedback
|
Name: kuserfeedback
|
||||||
Version: 1.0.0
|
Version: 1.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Framework for collecting feedback from application users via telemetry and targeted surveys
|
Summary: Framework for collecting feedback from application users via telemetry and targeted surveys
|
||||||
Group: Graphical Desktop/Applications/Environment
|
Group: Graphical Desktop/Applications/Environment
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: https://kde.org/
|
||||||
Source: https://download.kde.org/stable/kuserfeedback/kuserfeedback-%{version}.tar.xz
|
Source: https://download.kde.org/stable/kuserfeedback/kuserfeedback-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libQt5Charts-devel
|
||||||
|
BuildRequires: libQt5Svg-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: rpm-macros-kde5
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Framework for collecting feedback from application users via telemetry and targeted surveys.
|
Framework for collecting feedback from application users via telemetry and targeted surveys.
|
||||||
@ -71,14 +72,13 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/org_kde_UserFeedback.categories
|
|
||||||
%{_bindir}/UserFeedbackConsole
|
%{_bindir}/UserFeedbackConsole
|
||||||
%{_bindir}/userfeedbackctl
|
%{_bindir}/userfeedbackctl
|
||||||
%ifnarch aarch64
|
%{_datadir}/applications/org.kde.kuserfeedback-console.desktop
|
||||||
|
%{_datadir}/metainfo/org.kde.kuserfeedback-console.appdata.xml
|
||||||
|
%{_datadir}/qlogging-categories5/org_kde_UserFeedback.categories
|
||||||
%{_datadir}/KDE/UserFeedbackConsole/user-feedback-manual.qch
|
%{_datadir}/KDE/UserFeedbackConsole/user-feedback-manual.qch
|
||||||
%{_datadir}/KDE/UserFeedbackConsole/user-feedback.qhc
|
%{_datadir}/KDE/UserFeedbackConsole/user-feedback.qhc
|
||||||
%endif
|
|
||||||
%{_datadir}/applications/UserFeedbackConsole.desktop
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -101,5 +101,8 @@ exit 0
|
|||||||
%{_kde5_mkspecsdir}/qt_KUserFeedbackWidgets.pri
|
%{_kde5_mkspecsdir}/qt_KUserFeedbackWidgets.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed May 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
* Wed May 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user