update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-16 21:05:30 +08:00
parent f73b4a0b94
commit 4e46a14a97
4 changed files with 12 additions and 6 deletions

Binary file not shown.

BIN
kcompletion-5.88.0.tar.xz Normal file

Binary file not shown.

16
kf5-kcompletion.spec Executable file → Normal file
View File

@ -1,12 +1,12 @@
%global framework kcompletion
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Version: 5.88.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)
@ -23,6 +23,7 @@ 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 +40,7 @@ developing applications that use %{name}.
%prep
%setup -q -n %{framework}-%{version}
%autosetup -n %{framework}-%{version} -p1
%build
@ -61,8 +62,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 +76,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%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
- Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/kcompletion
tag_prefix: "^v"
seperator: "."
separator: "."