Files
nudoku/nudoku.spec
Michael Vetter 74d946fa51 - Update to 6.0.0:
* Wrap around board edges when navigating with arrow keys (pr #68)
  * Update Turkish translation (pr #69)
  * Print sudoku stream to stdout (pr #71)
  * Fix build with gettext 0.24.1+ (pr #73)
- Drop nudoku-Fix-build-with-gettext-0.24.1.patch

OBS-URL: https://build.opensuse.org/package/show/games/nudoku?expand=0&rev=29
2025-08-20 10:02:48 +00:00

60 lines
1.5 KiB
RPMSpec

#
# spec file for package nudoku
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: nudoku
Version: 6.0.0
Release: 0
Summary: Ncurses based sudoku game
License: GPL-3.0-only
Group: Amusements/Games/Board/Puzzle
URL: https://github.com/jubalh/%{name}
Source: https://github.com/jubalh/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cairo-devel
BuildRequires: ncurses-devel
BuildRequires: xz
Recommends: %{name}-lang
%description
nudoku is a ncurses based sudoku game.
%lang_package
%prep
%autosetup -p1
%build
autoreconf -fi
%configure --enable-cairo
%make_build
%install
%make_install
%find_lang %{name}
%files
%{_bindir}/nudoku
%{_mandir}/man?/nudoku.*
%files lang -f %{name}.lang
%{_datadir}/locale/??/LC_MESSAGES/nudoku.mo
%changelog