SHA256
1
0
forked from pool/gbrainy
gbrainy/gbrainy.spec
Luciano Santos caa36f54ec Accepting request 1057158 from home:elimat:branches:GNOME:Apps
- Update to version 2.4.6:
  + Fix license URL in about box.
  + Better metadata to describe the application.
  + Updated translations.
- Drop the removal of pkgconfig file which is not shipped anymore.

OBS-URL: https://build.opensuse.org/request/show/1057158
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=102
2023-01-12 03:34:03 +00:00

102 lines
2.9 KiB
RPMSpec

#
# spec file for package gbrainy
#
# Copyright (c) 2023 SUSE LLC
#
# 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: gbrainy
Version: 2.4.6
Release: 0
Summary: A brain teaser game and trainer
License: GPL-2.0-or-later
Group: Amusements/Games/Logic
URL: https://wiki.gnome.org/Apps/gbrainy
Source: https://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
Patch0: gbrainy-use-libexecdir.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gtk-sharp-3.0) >= 2.99.1
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(mono) >= 4.0.0
# For the help system to work, we require a ghelp:// URI handler.
Recommends: mimehandler(x-scheme-handler/ghelp)
BuildArch: noarch
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description
gbrainy is a brain teaser game and trainer to have fun and to keep
your brain trained.
It provides the following types of games:
* Logic puzzles. Games designed to challenge your reasoning and
thinking skills.
* Mental calculation. Games based on arithmetical operations
designed to prove your mental calculation skills.
* Memory trainers. Games designed to challenge your short term
memory.
* Verbal analogies. Games that challenge your verbal aptitude.
%prep
%autosetup -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%lang_package
%build
export MONO_SHARED_DIR=%{_localstatedir}/tmp
%configure \
--disable-static \
%{nil}
%make_build
%install
%make_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
rm -rf %{buildroot}%{_datadir}/pixmaps
# When below tests fail, we can now remove the chmod
test -x %{buildroot}%{_libexecdir}/%{name}/gbrainy.exe.config
chmod -x %{buildroot}%{_libexecdir}/%{name}/gbrainy.exe.config
%files
%license COPYING
%doc AUTHORS NEWS README
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name}
%{_libexecdir}/%{name}/
%{_datadir}/games/%{name}/
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man6/%{name}.6%{?ext_man}
%files lang -f %{name}.lang
%changelog