fix license error
This commit is contained in:
parent
dedc5c261f
commit
a0800c29b7
22
yakuake.spec
22
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<peijiankang@kylinos.cn> - 22.04.2-2
|
||||
- fix license error
|
||||
|
||||
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-1
|
||||
- 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