From 2943978001307e47f2df873a893977b372ec0bc6 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Aug 15 2015 22:45:24 +0000 Subject: add Requires: redhat-menus for the Administration category * Sat Aug 15 2015 Kevin Kofler - 5.12.0-3 - add Requires: redhat-menus for the Administration category --- diff --git a/kf5-kservice.spec b/kf5-kservice.spec index aa57741..18412bc 100644 --- a/kf5-kservice.spec +++ b/kf5-kservice.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection License: GPLv2+ and LGPLv2+ @@ -18,6 +18,8 @@ URL: http://www.kde.org Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz # 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. Patch0: kservice-5.12.0-xdg-menu.patch BuildRequires: kf5-rpm-macros @@ -33,6 +35,9 @@ BuildRequires: kf5-kdoctools-devel Requires: kf5-filesystem +# for the Administration category +Requires: redhat-menus + %description KDE Frameworks 5 Tier 3 solution for advanced plugin and service introspection. @@ -94,6 +99,9 @@ mkdir -p %{buildroot}%{_kf5_datadir}/kservicetypes5 %changelog +* Sat Aug 15 2015 Kevin Kofler - 5.12.0-3 +- add Requires: redhat-menus for the Administration category + * Sat Aug 15 2015 Kevin Kofler - 5.12.0-2 - forward-port our xdg-menu patch from kdelibs 4