!3 update to upstream version 5.90.0
From: @pei-jiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
f7c7e2f6fa
26
kf5-kpty.spec
Executable file → Normal file
26
kf5-kpty.spec
Executable file → Normal file
@ -1,12 +1,13 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
%global framework kpty
|
%global framework kpty
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
||||||
|
|
||||||
License: LGPLv2+ and GPLv2+
|
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 majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
@ -17,7 +18,12 @@ URL: https://cgit.kde.org/%{framework}.git
|
|||||||
%endif
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
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
|
# runtime calls %%_libexexdir/utempter/utempter
|
||||||
Requires: libutempter
|
Requires: libutempter
|
||||||
@ -27,7 +33,8 @@ KDE Frameworks 5 tier 2 module providing Pty abstraction.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
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
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
@ -59,7 +66,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING COPYING.LIB
|
%license LICENSES/*.txt
|
||||||
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||||
%{_kf5_libdir}/libKF5Pty.so.5*
|
%{_kf5_libdir}/libKF5Pty.so.5*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -71,5 +79,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: KDE/kpty
|
src_repo: KDE/kpty
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^v"
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Binary file not shown.
BIN
kpty-5.90.0.tar.xz
Normal file
BIN
kpty-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user