2021-03-28 07:27:36 +00:00
committed by Git OBS Bridge
parent 0978b9f3cc
commit 17b97560ce
6 changed files with 33 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ksquares
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ksquares
Version: 20.12.3
Version: 21.03.80
Release: 0
Summary: "Dots and boxes" board game
License: GPL-2.0-or-later
Group: Amusements/Games/Action/Arcade
URL: https://www.kde.org
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
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: xz
@@ -54,7 +54,7 @@ Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%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
@@ -86,7 +86,7 @@ which may be controlled by the computer.
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%files
%license COPYING COPYING.DOC
%license LICENSES/*
%dir %{_kf5_configkcfgdir}
%doc %lang(en) %{_kf5_htmldir}/en/ksquares/
%{_kf5_applicationsdir}/org.kde.ksquares.desktop
@@ -97,7 +97,7 @@ which may be controlled by the computer.
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%license LICENSES/*
%endif
%changelog