!11 fix license error
From: @peijiankang Reviewed-by: @tanyulong2021, @dou33 Signed-off-by: @tanyulong2021, @dou33
This commit is contained in:
commit
e9fdba138a
12
yakuake.spec
12
yakuake.spec
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Name: yakuake
|
Name: yakuake
|
||||||
Version: 22.04.2
|
Version: 22.04.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A drop-down terminal emulator
|
Summary: A drop-down terminal emulator
|
||||||
|
|
||||||
# KDE e.V. may determine that future GPL versions are accepted
|
# 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
|
URL: https://kde.org/applications/system/org.kde.yakuake
|
||||||
|
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
@ -42,11 +42,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
|||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%global appstream_validate 1
|
|
||||||
BuildRequires: libappstream-glib
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yakuake is a drop-down terminal emulator.
|
Yakuake is a drop-down terminal emulator.
|
||||||
|
|
||||||
@ -91,6 +86,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-2
|
||||||
|
- fix license error
|
||||||
|
|
||||||
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-1
|
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-1
|
||||||
- update to upstream version 22.04.2
|
- update to upstream version 22.04.2
|
||||||
|
|
||||||
|
|||||||
5
yakuake.yaml
Normal file
5
yakuake.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/yakuake
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user