update to upstream version 5.90.0

This commit is contained in:
pei-jiankang 2022-02-12 15:25:43 +08:00
parent 75a5e3ae80
commit adeefa93ee
4 changed files with 36 additions and 10 deletions

View File

@ -8,11 +8,11 @@
%endif
Name: kf5-%{framework}
Version: 5.55.0
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -23,12 +23,31 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: dbusmenu-qt5-devel extra-cmake-modules >= %{majmin} kf5-kcodecs-devel >= %{majmin} kf5-kconfig-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-kwindowsystem-devel >= %{majmin} kf5-rpm-macros phonon-qt5-devel pkgconfig(libcanberra) qt5-qtbase-devel qt5-qttools-devel qt5-qtx11extras-devel
BuildRequires: dbusmenu-qt5-devel
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kcodecs-devel >= %{majmin}
BuildRequires: kf5-kconfig-devel >= %{majmin}
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
BuildRequires: kf5-kwindowsystem-devel >= %{majmin}
BuildRequires: kf5-rpm-macros
%if 0%{?tests}
BuildRequires: dbus-x11 time xorg-x11-server-Xvfb
BuildRequires: phonon-qt5-devel
BuildRequires: pkgconfig(libcanberra)
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtdeclarative-devel
%if !0%{?bootstrap}
#BuildRequires: qt5-qtspeech-devel
%endif
%if 0%{?tests}
BuildRequires: dbus-x11
BuildRequires: time
BuildRequires: xorg-x11-server-Xvfb
%endif
%description
KDE Frameworks 5 Tier 3 solution with abstraction for system
@ -36,8 +55,8 @@ notifications.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} qt5-qtbase-devel
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
@ -78,11 +97,12 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
%files -f knotifications5_qt.lang
%doc README.md
%license COPYING.LIB
%{_kf5_sysconfdir}/xdg/%{framework}.*
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5Notifications.so.*
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
%{_kf5_datadir}/knotifications5/
%{_kf5_qmldir}/org/kde/notification/
%files devel
%{_kf5_includedir}/knotifications_version.h
@ -94,6 +114,12 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/knotifications
tag_prefix: "^v"
seperator: "."
separator: "."

Binary file not shown.

Binary file not shown.