update to upstream version 5.88.0
This commit is contained in:
parent
75a5e3ae80
commit
d9cb059c99
@ -8,11 +8,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.88.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications
|
Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications
|
||||||
License: LGPLv2+
|
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 majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
@ -23,12 +23,31 @@ URL: https://cgit.kde.org/%{framework}.git
|
|||||||
%endif
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
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: phonon-qt5-devel
|
||||||
BuildRequires: dbus-x11 time xorg-x11-server-Xvfb
|
BuildRequires: pkgconfig(libcanberra)
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qttools-devel
|
||||||
|
BuildRequires: qt5-qtx11extras-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
|
#BuildRequires: pkgconfig(Qt5TextToSpeech)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?tests}
|
||||||
|
BuildRequires: dbus-x11
|
||||||
|
BuildRequires: time
|
||||||
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Frameworks 5 Tier 3 solution with abstraction for system
|
KDE Frameworks 5 Tier 3 solution with abstraction for system
|
||||||
@ -36,8 +55,8 @@ notifications.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release} qt5-qtbase-devel
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: qt5-qtbase-devel
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
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
|
%files -f knotifications5_qt.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING.LIB
|
%license LICENSES/*.txt
|
||||||
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||||
%{_kf5_libdir}/libKF5Notifications.so.*
|
%{_kf5_libdir}/libKF5Notifications.so.*
|
||||||
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
|
%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
|
||||||
%{_kf5_datadir}/knotifications5/
|
%{_kf5_datadir}/knotifications5/
|
||||||
|
%{_kf5_qmldir}/org/kde/notification/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/knotifications_version.h
|
%{_kf5_includedir}/knotifications_version.h
|
||||||
@ -94,6 +114,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" |
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||||
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/knotifications
|
src_repo: KDE/knotifications
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Binary file not shown.
BIN
knotifications-5.88.0.tar.xz
Normal file
BIN
knotifications-5.88.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user