!3 update to upstream version 5.90.0
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
37124405c1
Binary file not shown.
BIN
kcmutils-5.90.0.tar.xz
Normal file
BIN
kcmutils-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -1,3 +1,4 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kcmutils
|
||||
|
||||
# uncomment to enable bootstrap mode
|
||||
@ -9,12 +10,12 @@
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1
|
||||
Version: 5.90.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 3 addon with extra API to write KConfigModules
|
||||
|
||||
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)
|
||||
@ -25,9 +26,29 @@ URL: https://cgit.kde.org/%{framework}.git
|
||||
%endif
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{majmin} kf5-kconfigwidgets-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-kdeclarative-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-kiconthemes-devel >= %{majmin} kf5-kitemviews-devel >= %{majmin} kf5-kpackage-devel >= %{majmin} kf5-kservice-devel >= %{majmin} kf5-kxmlgui-devel >= %{majmin} kf5-rpm-macros qt5-qtbase-devel qt5-qtdeclarative-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||
BuildRequires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-kdeclarative-devel >= %{majmin}
|
||||
BuildRequires: kf5-kguiaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
||||
BuildRequires: kf5-kitemviews-devel >= %{majmin}
|
||||
BuildRequires: kf5-kpackage-devel >= %{majmin}
|
||||
BuildRequires: kf5-kservice-devel >= %{majmin}
|
||||
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
||||
BuildRequires: kf5-rpm-macros
|
||||
|
||||
BuildRequires: cmake(KF5GuiAddons)
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
|
||||
%if 0%{?tests}
|
||||
BuildRequires: dbus-x11 time xorg-x11-server-Xvfb
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: time
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -36,7 +57,9 @@ created with the KConfigWidgets framework.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release} kf5-kconfigwidgets-devel >= %{majmin} kf5-kservice-devel >= %{majmin}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: kf5-kconfigwidgets-devel >= %{majmin}
|
||||
Requires: kf5-kservice-devel >= %{majmin}
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
@ -79,7 +102,8 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license COPYING.LIB
|
||||
%license LICENSES/*.txt
|
||||
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||
%{_kf5_libdir}/libKF5KCMUtils.so.*
|
||||
%{_kf5_datadir}/kservicetypes5/*.desktop
|
||||
%{_kf5_qtplugindir}/kcms/
|
||||
@ -93,6 +117,12 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 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
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: KDE/kcmutils
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
separator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user