diff --git a/kf5-kservice.spec b/kf5-kservice.spec index 00c5da2..fabdfb0 100644 --- a/kf5-kservice.spec +++ b/kf5-kservice.spec @@ -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 - 5.88.0-1 +- update to upstream version 5.88.0 + * Wed Jul 21 2021 weidong - 5.55.0-2 - Update requires diff --git a/kf5-kservice.yaml b/kf5-kservice.yaml index df8e371..f66fb2d 100644 --- a/kf5-kservice.yaml +++ b/kf5-kservice.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: KDE/kservice tag_prefix: "^v" -seperator: "." +separator: "." diff --git a/kservice-5.55.0.tar.xz b/kservice-5.55.0.tar.xz deleted file mode 100644 index 729a18c..0000000 Binary files a/kservice-5.55.0.tar.xz and /dev/null differ diff --git a/kservice-5.88.0.tar.xz b/kservice-5.88.0.tar.xz new file mode 100644 index 0000000..61ee7ef Binary files /dev/null and b/kservice-5.88.0.tar.xz differ