!9 update to upstream version 5.88.0

Merge pull request !9 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-26 05:43:38 +00:00 committed by Gitee
commit 96e9f7c705
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 20 additions and 12 deletions

Binary file not shown.

BIN
kcoreaddons-5.88.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,3 +1,4 @@
%undefine __cmake_in_source_build
%global framework kcoreaddons
# uncomment to enable bootstrap mode
@ -7,13 +8,13 @@
%global tests 1
%endif
Name: kf5-%{framework}
Version: 5.55.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
Name: kf5-%{framework}
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -26,6 +27,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v
## upstream patches
BuildRequires: make
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros >= %{majmin}
BuildRequires: qt5-qtbase-devel
@ -36,9 +38,9 @@ BuildRequires: qt5-qttools-devel
#BuildRequires: gamin-devel
%endif
%if 0%{?tests}
BuildRequires: dbus-x11
BuildRequires: time
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: dbus-x11
BuildRequires: time
BuildRequires: xorg-x11-server-Xvfb
%endif
Requires: kf5-filesystem >= %{majmin}
@ -76,6 +78,8 @@ popd
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang_kf5 kcoreaddons5_qt
%find_lang_kf5 kde5_xml_mimetypes
cat *.lang > all.lang
%check
@ -104,14 +108,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%ldconfig_scriptlets
%endif
%files -f kcoreaddons5_qt.lang
%files -f all.lang
%doc README.md
%license COPYING.LIB
%{_kf5_sysconfdir}/xdg/%{framework}.*
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_bindir}/desktoptojson
%{_kf5_libdir}/libKF5CoreAddons.so.*
%{_kf5_datadir}/mime/packages/kde5.xml
%{_kf5_datadir}/kf5/licenses/
%{_kf5_qtplugindir}/namespace/
%files devel
%{_kf5_includedir}/kcoreaddons_version.h
@ -122,5 +127,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog
* Thu Jan 13 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kcoreaddons project