2013-03-13 19:54:38 +00:00
|
|
|
#
|
2013-03-27 09:30:24 +00:00
|
|
|
# spec file for package lightsoff
|
2013-03-13 19:54:38 +00:00
|
|
|
#
|
2025-03-06 13:58:12 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2013-03-13 19:54:38 +00: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 20:44:22 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-03-13 19:54:38 +00:00
|
|
|
#
|
|
|
|
|
|
2013-03-27 09:30:24 +00:00
|
|
|
|
2013-03-13 19:54:38 +00:00
|
|
|
Name: lightsoff
|
2025-04-15 15:25:43 +00:00
|
|
|
Version: 48.1
|
2013-03-13 19:54:38 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Lights Out Game for GNOME
|
2018-03-09 10:03:41 +00:00
|
|
|
License: GPL-2.0-or-later
|
2013-03-13 19:54:38 +00:00
|
|
|
Group: Amusements/Games/Board/Other
|
2018-03-09 10:03:41 +00:00
|
|
|
URL: https://wiki.gnome.org/Apps/Lightsoff
|
2024-03-19 13:30:57 +00:00
|
|
|
Source0: %{name}-%{version}.tar.zst
|
2025-03-06 13:58:12 +00:00
|
|
|
BuildSystem: meson
|
2018-09-24 07:22:34 +00:00
|
|
|
|
2025-03-06 13:58:12 +00:00
|
|
|
BuildRequires: AppStream
|
|
|
|
|
BuildRequires: desktop-file-utils
|
2018-03-09 10:03:41 +00:00
|
|
|
BuildRequires: fdupes
|
2025-03-06 13:58:12 +00:00
|
|
|
BuildRequires: itstool
|
2018-09-24 07:22:34 +00:00
|
|
|
BuildRequires: meson
|
2014-04-03 20:47:16 +00:00
|
|
|
BuildRequires: vala >= 0.22.0
|
2018-03-17 14:27:48 +00:00
|
|
|
Obsoletes: %{name}-doc <= 3.28.0
|
2013-03-13 19:54:38 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Lights Out is a board game where the goal is to switch off all tiles.
|
|
|
|
|
Toggling the status of one tile, will also toggle the status of its
|
|
|
|
|
adjacent tiles.
|
|
|
|
|
|
|
|
|
|
%lang_package
|
2017-08-31 07:43:13 +00:00
|
|
|
|
2025-03-06 13:58:12 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
|
%meson_buildrequires
|
2013-03-13 19:54:38 +00:00
|
|
|
|
2025-03-06 13:58:12 +00:00
|
|
|
%install -a
|
2013-03-13 19:54:38 +00:00
|
|
|
|
|
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2018-03-09 10:03:41 +00:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2013-03-13 19:54:38 +00:00
|
|
|
|
|
|
|
|
%files
|
2018-03-09 10:03:41 +00:00
|
|
|
%license COPYING
|
|
|
|
|
%doc NEWS
|
2018-03-17 14:27:48 +00:00
|
|
|
%doc %{_datadir}/help/C/%{name}/
|
2013-03-13 19:54:38 +00:00
|
|
|
%{_bindir}/%{name}
|
2019-03-28 20:44:22 +00:00
|
|
|
%{_datadir}/applications/org.gnome.LightsOff.desktop
|
2021-03-24 16:39:01 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.LightsOff.service
|
2019-03-28 20:44:22 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.LightsOff.gschema.xml
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.LightsOff*
|
2025-03-06 13:58:12 +00:00
|
|
|
%{_datadir}/metainfo/org.gnome.LightsOff.metainfo.xml
|
2021-03-24 16:39:01 +00:00
|
|
|
%{_mandir}/man6/lightsoff.6%{?ext_man}
|
2018-03-09 10:03:41 +00:00
|
|
|
|
2013-03-13 19:54:38 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
|
|
%changelog
|