diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index c50e08d3ff9cfb3c707f436ad45d0a250d08d46f..8c24d5e3a1aa2057447bc84cd29cc128645f154d 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -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 - 5.90.0-1 +- update to upstream version 5.90.0 + +* Sun Jan 16 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler diff --git a/kf5-knotifications.yaml b/kf5-knotifications.yaml index 3fa74ba8649e30ce364fb802718542c4446ef73d..194bd1195d345309942b0a2f146d59185bf0c202 100644 --- a/kf5-knotifications.yaml +++ b/kf5-knotifications.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: KDE/knotifications tag_prefix: "^v" -seperator: "." +separator: "." diff --git a/knotifications-5.55.0.tar.xz b/knotifications-5.55.0.tar.xz deleted file mode 100644 index 07e94212c8dd5979eae918f78c1c4233e07bc01c..0000000000000000000000000000000000000000 Binary files a/knotifications-5.55.0.tar.xz and /dev/null differ diff --git a/knotifications-5.90.0.tar.xz b/knotifications-5.90.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..cee46e0e6d4089e5f54ac17e5fbea5badeffff93 Binary files /dev/null and b/knotifications-5.90.0.tar.xz differ