2013-03-13 20:54:07 +01:00
|
|
|
#
|
2013-03-27 10:34:13 +01:00
|
|
|
# spec file for package gnome-sudoku
|
2013-03-13 20:54:07 +01:00
|
|
|
#
|
2023-01-25 16:24:43 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2013-03-13 20:54:07 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-28 21:45:19 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-03-13 20:54:07 +01:00
|
|
|
#
|
|
|
|
|
2013-03-27 10:34:13 +01:00
|
|
|
|
2013-03-13 20:54:07 +01:00
|
|
|
Name: gnome-sudoku
|
2023-03-20 13:46:51 +01:00
|
|
|
Version: 44.0
|
2013-03-13 20:54:07 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Sudoku Game for GNOME
|
2018-03-09 11:11:41 +01:00
|
|
|
License: GPL-3.0-or-later
|
2013-03-13 20:54:07 +01:00
|
|
|
Group: Amusements/Games/Logic
|
2018-03-09 11:11:41 +01:00
|
|
|
URL: https://wiki.gnome.org/Apps/Sudoku
|
2023-03-20 13:46:51 +01:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-sudoku/44/%{name}-%{version}.tar.xz
|
2019-03-28 21:45:19 +01:00
|
|
|
|
2022-09-19 18:23:05 +02:00
|
|
|
BuildRequires: appstream-glib
|
|
|
|
BuildRequires: c++_compiler
|
|
|
|
BuildRequires: c_compiler
|
|
|
|
BuildRequires: desktop-file-utils
|
2014-04-03 22:51:11 +02:00
|
|
|
BuildRequires: fdupes
|
2022-09-19 18:23:05 +02:00
|
|
|
BuildRequires: meson >= 0.59
|
2017-08-31 09:45:12 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-03-14 19:41:29 +01:00
|
|
|
BuildRequires: vala >= 0.35.7.24
|
2013-03-13 20:54:07 +01:00
|
|
|
BuildRequires: yelp-tools
|
2014-08-23 13:53:38 +02:00
|
|
|
BuildRequires: pkgconfig(gee-0.8)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
2020-10-26 09:12:56 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
2014-08-23 13:53:38 +02:00
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2015-09-04 13:33:13 +02:00
|
|
|
BuildRequires: pkgconfig(qqwing) >= 1.3.4
|
2013-03-13 20:54:07 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square
|
|
|
|
with the correct digits.
|
|
|
|
|
|
|
|
%lang_package
|
2017-08-31 09:45:12 +02:00
|
|
|
|
2013-03-13 20:54:07 +01:00
|
|
|
%prep
|
2018-09-24 09:18:55 +02:00
|
|
|
%autosetup -p1
|
2013-03-13 20:54:07 +01:00
|
|
|
|
|
|
|
%build
|
2018-09-24 09:18:55 +02:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2013-03-13 20:54:07 +01:00
|
|
|
|
|
|
|
%install
|
2018-09-24 09:18:55 +02:00
|
|
|
%meson_install
|
2013-03-13 20:54:07 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2022-09-19 18:23:05 +02:00
|
|
|
%fdupes -s %{buildroot}%{_datadir}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%meson_test
|
2013-03-13 20:54:07 +01:00
|
|
|
|
|
|
|
%files
|
2018-03-09 11:11:41 +01:00
|
|
|
%license COPYING
|
2018-09-24 09:18:55 +02:00
|
|
|
%doc NEWS
|
2022-09-19 18:23:05 +02:00
|
|
|
%{_datadir}/help/C/%{name}/
|
2019-03-28 21:45:19 +01:00
|
|
|
%{_datadir}/applications/org.gnome.Sudoku.desktop
|
2020-10-26 09:12:56 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Sudoku.service
|
2019-03-28 21:45:19 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml
|
2015-03-19 15:36:27 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2019-03-28 21:45:19 +01:00
|
|
|
%{_datadir}/metainfo/org.gnome.Sudoku.appdata.xml
|
2013-03-13 20:54:07 +01:00
|
|
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|