2021-07-27 09:36:01 +00:00
committed by Git OBS Bridge
parent 1675ea3b25
commit 8f23ed06a5
6 changed files with 31 additions and 24 deletions

View File

@@ -21,15 +21,15 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kubrick
Version: 21.04.3
Version: 21.07.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 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
@@ -50,7 +50,6 @@ BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(glu)
Obsoletes: kubrick5 < %{version}
Provides: kubrick5 = %{version}
Recommends: %{name}-lang
%description
This package contains the KDE game Kubrick which is based on Rubik's
@@ -85,7 +84,6 @@ Cube.
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%endif
%changelog