KDE release gear 22.12 beta. Don't forward

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksquares?expand=0&rev=167
This commit is contained in:
2022-11-17 22:58:40 +00:00
committed by Git OBS Bridge
parent b3d6fbae98
commit 93d4eb0664
6 changed files with 37 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ksquares
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without released
Name: ksquares
Version: 22.08.3
Version: 22.11.80
Release: 0
Summary: "Dots and boxes" board game
License: GPL-2.0-or-later
Group: Amusements/Games/Action/Arcade
URL: https://apps.kde.org/ksquares
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
@@ -70,16 +69,16 @@ which may be controlled by the computer.
%autosetup -p1 -n ksquares-%{version}
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%files
%license LICENSES/*
@@ -90,8 +89,6 @@ which may be controlled by the computer.
%{_kf5_configkcfgdir}/ksquares.kcfg
%{_kf5_iconsdir}/hicolor/*/*/ksquares.*
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog