KDE release gear 22.12 beta. Don't forward

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kubrick?expand=0&rev=168
This commit is contained in:
2022-11-17 22:58:48 +00:00
committed by Git OBS Bridge
parent 7e4009843a
commit a356c05311
6 changed files with 36 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package kubrick
#
# 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: kubrick
Version: 22.08.3
Version: 22.11.80
Release: 0
Summary: Game based on Rubik's Cube
License: GPL-2.0-or-later
Group: Amusements/Games/Logic
URL: https://apps.kde.org/kubrick
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
@@ -60,29 +59,25 @@ Cube.
%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
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%files
%license COPYING COPYING.DOC
%license LICENSES/*
%doc %lang(en) %{_kf5_htmldir}/en/kubrick/
%{_kf5_applicationsdir}/org.kde.kubrick.desktop
%{_kf5_appstreamdir}/org.kde.kubrick.appdata.xml
%{_kf5_bindir}/kubrick
%{_kf5_debugdir}/kubrick.categories
%{_kf5_iconsdir}/hicolor/*/*/kubrick*
%{_kf5_kxmlguidir}/kubrick/
%{_kf5_sharedir}/kubrick/
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog