!3 update to upstream version 5.88.0

Merge pull request !3 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-26 10:24:47 +00:00 committed by Gitee
commit 738183c647
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 27 additions and 9 deletions

View File

@ -1,13 +1,14 @@
%undefine __cmake_in_source_build
%global framework kservice
Name: kf5-%{framework}
Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection
Version: 5.55.0
Release: 2
Version: 5.88.0
Release: 1
# mixture of LGPLv2 and LGPLv2+ (mostly the latter)
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)
@ -19,6 +20,7 @@ URL: https://cgit.kde.org/%{framework}.git
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## downstream patches
# Fedora customizations to the menu categories
# adds the Administration menu from redhat-menus which equals System + Settings
# This prevents the stuff getting listed twice, under both System and Settings.
Patch100: kservice-5.15.0-xdg-menu.patch
@ -28,7 +30,19 @@ Patch100: kservice-5.15.0-xdg-menu.patch
# hide that by default, make it qCDebug instead (of qCWarning)
Patch101: kservice-5.17.0-vfolder_spam.patch
BuildRequires: extra-cmake-modules >= %{majmin} kf5-kconfig-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-kcrash-devel >= %{majmin} kf5-kdbusaddons-devel >= %{majmin} kf5-kdoctools-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-rpm-macros qt5-qtbase-devel flex bison
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kconfig-devel >= %{majmin}
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
BuildRequires: kf5-kcrash-devel >= %{majmin}
BuildRequires: kf5-kdbusaddons-devel >= %{majmin}
BuildRequires: kf5-kdoctools-devel >= %{majmin}
BuildRequires: kf5-ki18n-devel >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: qt5-qtbase-devel
BuildRequires: flex
BuildRequires: bison
# for the Administration category
Requires: openEuler-menus
@ -38,8 +52,9 @@ introspection.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} kf5-kconfig-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: kf5-kconfig-devel >= %{majmin}
Requires: kf5-kcoreaddons-devel >= %{majmin}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
@ -74,10 +89,10 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
%files -f %{name}.lang
%doc README.md
%license COPYING.LIB
%license LICENSES/*.txt
# this is not a config file, despite rpmlint complaining otherwise -- rex
%{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu
%{_kf5_sysconfdir}/xdg/%{framework}.*
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_bindir}/kbuildsycoca5
%{_kf5_libdir}/libKF5Service.so.5*
%{_kf5_datadir}/kservicetypes5/
@ -93,6 +108,9 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5
%changelog
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Wed Jul 21 2021 weidong <weidong@uniontech.com> - 5.55.0-2
- Update requires

View File

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

Binary file not shown.

BIN
kservice-5.88.0.tar.xz Normal file

Binary file not shown.