diff --git a/yakuake.spec b/yakuake.spec index a836441..162f30a 100644 --- a/yakuake.spec +++ b/yakuake.spec @@ -2,7 +2,7 @@ Name: yakuake Version: 21.12.2 -Release: 1 +Release: 2 Summary: A drop-down terminal emulator # KDE e.V. may determine that future GPL versions are accepted @@ -20,7 +20,6 @@ Source0: http://download.kde.org/%{stable}/release-service/%{version}/src BuildRequires: libstdc++ libgcc ## upstream fixes -%if 0 # konsolepart Requires: konsole5-part @@ -47,7 +46,6 @@ BuildRequires: kf5-kwindowsystem-devel BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5X11Extras) -%endif %if 0%{?fedora} %global appstream_validate 1 BuildRequires: libappstream-glib @@ -56,17 +54,16 @@ BuildRequires: libappstream-glib %description Yakuake is a drop-down terminal emulator. -%if 0 %prep %autosetup -p1 %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} @@ -84,9 +81,6 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake. %files -f %{name}.lang -%endif -%files -%if 0 %doc AUTHORS ChangeLog TODO %license LICENSES/* %{_kf5_bindir}/yakuake @@ -97,9 +91,12 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake. %{_kf5_datadir}/yakuake/ %{_kf5_datadir}/icons/hicolor/*/apps/yakuake.* %{_kf5_datadir}/dbus-1/services/org.kde.yakuake.service -%endif + %changelog +* Mon Feb 28 2022 pei-jiankang - 21.12.2-2 +- update to version 21.12.2-2 + * Sat Feb 12 2022 pei-jiankang - 21.12.2-1 - update to upstream version 21.12.2