From 9bacb8bcad8984ddf37f5772544a412102472d98 Mon Sep 17 00:00:00 2001 From: ultra_planet Date: Thu, 12 Mar 2020 15:56:16 +0800 Subject: [PATCH] remove install require appstream --- extra-cmake-modules.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index a442877..f6b7920 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -1,13 +1,13 @@ Name: extra-cmake-modules Summary: Additional modules for CMake build system Version: 5.59.0 -Release: 2 +Release: 3 License: BSD URL: https://api.kde.org/ecm/ Source0: http://download.kde.org/stable/frameworks/5.59/extra-cmake-modules-%{version}.tar.xz BuildArch: noarch BuildRequires: kf5-rpm-macros qt5-qttools-devel python3-sphinx -Requires: kf5-rpm-macros appstream cmake(Qt5LinguistTools) qt5-linguist +Requires: kf5-rpm-macros cmake(Qt5LinguistTools) qt5-linguist %description The package provides additional modules for CMake build system needed by KDE Frameworks. @@ -49,6 +49,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Mar 12 2020 lingsheng - 5.59.0-3 +- Remove install require appstream + * Tue Mar 10 2020 zhujunhao - 5.59.0-2 - Package init