fix license error
This commit is contained in:
parent
dedc5c261f
commit
a0800c29b7
22
yakuake.spec
22
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.
|
||||||
|
|
||||||
@ -56,11 +51,11 @@ Yakuake is a drop-down terminal emulator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
%{cmake_kf5} ..
|
%{cmake_kf5} ..
|
||||||
popd
|
popd
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -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