From a0800c29b7b49730ea5a71440f67462b95b00095 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 12 Jul 2022 11:21:22 +0800 Subject: [PATCH] fix license error --- yakuake.spec | 22 ++++++++++------------ yakuake.yaml | 5 +++++ 2 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 yakuake.yaml diff --git a/yakuake.spec b/yakuake.spec index 894da13..b325a59 100644 --- a/yakuake.spec +++ b/yakuake.spec @@ -2,11 +2,11 @@ Name: yakuake Version: 22.04.2 -Release: 1 +Release: 2 Summary: A drop-down terminal emulator # KDE e.V. may determine that future GPL versions are accepted -License: GLv2 or GPLv3 +License: GPLv2 or GPLv3 URL: https://kde.org/applications/system/org.kde.yakuake %global revision %(echo %{version} | cut -d. -f3) @@ -42,11 +42,6 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5X11Extras) -%if 0%{?fedora} -%global appstream_validate 1 -BuildRequires: libappstream-glib -%endif - %description Yakuake is a drop-down terminal emulator. @@ -56,11 +51,11 @@ Yakuake is a drop-down terminal emulator. %build - mkdir %{_target_platform} - pushd %{_target_platform} - %{cmake_kf5} .. - popd - %make_build -C %{_target_platform} +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} @@ -91,6 +86,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake. %changelog +* Tue Jul 12 2022 peijiankang - 22.04.2-2 +- fix license error + * Tue Jul 5 2022 peijiankang - 22.04.2-1 - update to upstream version 22.04.2 diff --git a/yakuake.yaml b/yakuake.yaml new file mode 100644 index 0000000..7876b1e --- /dev/null +++ b/yakuake.yaml @@ -0,0 +1,5 @@ +version_control: github +src_repo: KDE/yakuake +tag_prefix: "^v" +separator: "." +