SHA256
1
0
forked from pool/klines

KDE release gear 22.12 beta. Don't forward

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/klines?expand=0&rev=164
This commit is contained in:
2022-11-17 22:58:28 +00:00
committed by Git OBS Bridge
parent 8d78a7f38e
commit a7f2db0f75
6 changed files with 37 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package klines
#
# 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: klines
Version: 22.08.3
Version: 22.11.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 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
@@ -75,16 +74,16 @@ from the game board. Similar to tetris you fight new pieces appearing.
%autosetup -p1
%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.klines Game LogicGame
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%suse_update_desktop_file -r org.kde.klines Game LogicGame
%files
%license LICENSES/*
@@ -97,8 +96,6 @@ from the game board. Similar to tetris you fight new pieces appearing.
%{_kf5_iconsdir}/hicolor/*/apps/klines.*
%{_kf5_sharedir}/klines/
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog