SHA256
1
0
forked from pool/klines
2021-07-27 09:35:50 +00:00
committed by Git OBS Bridge
parent fdc6cbea35
commit 2f1602cab6
6 changed files with 36 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: klines
Version: 21.04.3
Version: 21.07.80
Release: 0
Summary: Tactical game
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle
URL: https://apps.kde.org/klines
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
@@ -64,7 +64,6 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang
%description
Klines is the KDE version of the russian game Lines where you have to
@@ -86,7 +85,7 @@ from the game board. Similar to tetris you fight new pieces appearing.
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file -r org.kde.klines Game LogicGame
%suse_update_desktop_file -r org.kde.klines Game LogicGame
%files
%license LICENSES/*
@@ -101,7 +100,6 @@ from the game board. Similar to tetris you fight new pieces appearing.
%if %{with lang}
%files lang -f %{name}.lang
%license LICENSES/*
%endif
%changelog