update to upstream version 5.90.0
This commit is contained in:
parent
8d1ed08b0e
commit
a9dc0d55cf
Binary file not shown.
BIN
kcoreaddons-5.90.0.tar.xz
Normal file
BIN
kcoreaddons-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -1,3 +1,4 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kcoreaddons
|
||||
|
||||
# uncomment to enable bootstrap mode
|
||||
@ -8,12 +9,12 @@
|
||||
%endif
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.55.0
|
||||
Release: 1%{?dist}
|
||||
Version: 5.90.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
|
||||
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,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user