update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-16 21:43:09 +08:00
parent 5c74b1aa47
commit 326de48ee0
4 changed files with 25 additions and 7 deletions

View File

@ -1,13 +1,14 @@
%undefine __cmake_in_source_build
%global framework kinit
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: kf5-%{framework}
Version: 5.55.0
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 tier 3 solution for process launching
License: LGPLv2+ and BSD
URL: https://cgit.kde.org/%{framework}.git
URL: https://invent.kde.org/frameworks/%{framework}
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -21,7 +22,22 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra
Source10: macros.kf5-kinit
BuildRequires: extra-cmake-modules >= %{version} kf5-rpm-macros kf5-kconfig-devel >= %{version} kf5-kcrash-devel >= %{version} kf5-kdoctools-devel >= %{version} kf5-ki18n-devel >= %{version} kf5-kio-devel >= %{version} kf5-kservice-devel >= %{version} kf5-kwindowsystem-devel >= %{version} qt5-qtbase-devel pkgconfig(libcap) pkgconfig(x11) pkgconfig(xcb)
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-rpm-macros
BuildRequires: kf5-kconfig-devel >= %{version}
BuildRequires: kf5-kcrash-devel >= %{version}
BuildRequires: kf5-kdbusaddons-devel >= %{version}
BuildRequires: kf5-kdoctools-devel >= %{version}
BuildRequires: kf5-ki18n-devel >= %{version}
BuildRequires: kf5-kio-devel >= %{version}
BuildRequires: kf5-kservice-devel >= %{version}
BuildRequires: kf5-kwindowsystem-devel >= %{version}
BuildRequires: qt5-qtbase-devel
BuildRequires: pkgconfig(libcap)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
%description
kdeinit is a process launcher somewhat similar to the famous init used for
@ -34,7 +50,6 @@ contain a 'kdemain(...)' function.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
@ -67,8 +82,8 @@ install -p -m644 -D %{SOURCE10} \
%files -f kinit5_qt.lang
%doc README.md
%license COPYING.LIB
%{_kf5_sysconfdir}/xdg/%{framework}.*
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_bindir}/*
%{_kf5_libdir}/libkdeinit5_klauncher.so
%{_kf5_libexecdir}/*
@ -81,6 +96,9 @@ install -p -m644 -D %{SOURCE10} \
%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/kinit
tag_prefix: "^v"
seperator: "."
separator: "."

Binary file not shown.

BIN
kinit-5.88.0.tar.xz Normal file

Binary file not shown.