!3 update to upstream version 5.90.0

From: @pei-jiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-03-04 04:16:18 +00:00 committed by Gitee
commit f7c7e2f6fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 21 additions and 7 deletions

26
kf5-kpty.spec Executable file → Normal file
View File

@ -1,12 +1,13 @@
%undefine __cmake_in_source_build
%global framework kpty
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
License: LGPLv2+ and GPLv2+
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,7 +18,12 @@ 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-rpm-macros kf5-kcoreaddons-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} libutempter-devel qt5-qtbase-devel
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
BuildRequires: kf5-ki18n-devel >= %{majmin}
BuildRequires: libutempter-devel
BuildRequires: qt5-qtbase-devel
# runtime calls %%_libexexdir/utempter/utempter
Requires: libutempter
@ -27,7 +33,8 @@ KDE Frameworks 5 tier 2 module providing Pty abstraction.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} kf5-kcoreaddons-devel >= %{version}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: kf5-kcoreaddons-devel >= %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
@ -59,7 +66,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f %{name}.lang
%doc README.md
%license COPYING COPYING.LIB
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5Pty.so.5*
%files devel
@ -71,5 +79,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Feb 12 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

View File

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

Binary file not shown.

BIN
kpty-5.90.0.tar.xz Normal file

Binary file not shown.