2021-07-27 09:35:57 +00:00
committed by Git OBS Bridge
parent 8d99658234
commit 113fe8057a
6 changed files with 31 additions and 25 deletions

View File

@@ -21,15 +21,15 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ksquares
Version: 21.04.3
Version: 21.07.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 lang}
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
@@ -54,7 +54,6 @@ BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
@@ -81,7 +80,7 @@ which may be controlled by the computer.
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%files
%license LICENSES/*
@@ -94,7 +93,6 @@ which may be controlled by the computer.
%if %{with lang}
%files lang -f %{name}.lang
%license LICENSES/*
%endif
%changelog