update to upstream version 5.90.0

This commit is contained in:
tanyulong2021 2022-02-12 15:12:12 +08:00
parent f73b4a0b94
commit 8ae56a1492
3 changed files with 16 additions and 5 deletions

Binary file not shown.

BIN
kcompletion-5.90.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global framework kcompletion
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes
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)
@ -17,12 +17,15 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream fixes
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kconfig-devel >= %{majmin}
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: qt5-qttools-devel
%description
KCompletion provides widgets with advanced completion support as well as a
@ -39,7 +42,7 @@ developing applications that use %{name}.
%prep
%setup -q -n %{framework}-%{version}
%autosetup -n %{framework}-%{version} -p1
%build
@ -61,8 +64,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f kcompletion5_qt.lang
%doc README.md
%license COPYING.LIB
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5Completion.so.*
%{_kf5_qtplugindir}/designer/*5widgets.so
%files devel
%{_kf5_includedir}/kcompletion_version.h
@ -73,5 +78,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* 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
- Initial release for OpenEuler