Accepting request 1057882 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1057882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gbrainy?expand=0&rev=67
This commit is contained in:
commit
306ae8af0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d
|
|
||||||
size 3041816
|
|
3
gbrainy-2.4.6.tar.gz
Normal file
3
gbrainy-2.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc6e94d91e989891c9a8dd6178089aadbb9bc652f519f740fcfa74a50c2085ba
|
||||||
|
size 3068060
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 8 20:24:08 UTC 2023 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 4 21:55:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 4 21:55:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gbrainy
|
# spec file for package gbrainy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gbrainy
|
Name: gbrainy
|
||||||
Version: 2.4.5
|
Version: 2.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A brain teaser game and trainer
|
Summary: A brain teaser game and trainer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -26,7 +26,6 @@ URL: https://wiki.gnome.org/Apps/gbrainy
|
|||||||
Source: https://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
|
Source: https://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
|
# PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
|
||||||
Patch0: gbrainy-use-libexecdir.patch
|
Patch0: gbrainy-use-libexecdir.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -72,15 +71,13 @@ export MONO_SHARED_DIR=%{_localstatedir}/tmp
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%{nil}
|
%{nil}
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
rm -rf %{buildroot}%{_datadir}/pixmaps
|
rm -rf %{buildroot}%{_datadir}/pixmaps
|
||||||
# There are no extensions yet, Thus creating a -devel package sounds overkill (file can't reside in noarch package).
|
|
||||||
rm %{buildroot}%{_libdir}/pkgconfig/gbrainy.pc
|
|
||||||
|
|
||||||
# When below tests fail, we can now remove the chmod
|
# When below tests fail, we can now remove the chmod
|
||||||
test -x %{buildroot}%{_libexecdir}/%{name}/gbrainy.exe.config
|
test -x %{buildroot}%{_libexecdir}/%{name}/gbrainy.exe.config
|
||||||
|
Loading…
Reference in New Issue
Block a user