Accepting request 583513 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583513 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-chess?expand=0&rev=78
This commit is contained in:
parent
4cffa10d2b
commit
6722f82d58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f6f862ab7067626a3a86cdc9c14dde595e38e6719e0198cb967e11facf1f12
|
||||
size 2751256
|
3
gnome-chess-3.27.2.tar.xz
Normal file
3
gnome-chess-3.27.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd5a44056177e74f0cee1c69d65f112090c8fd22db6394385438cdf52eeb34bf
|
||||
size 2713328
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:27:31 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 15:07:36 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.2:
|
||||
+ Fix gschema installation.
|
||||
+ Fix SVG images installation.
|
||||
- Changes from version 3.27.1:
|
||||
+ Port to Meson build system.
|
||||
- Add meson BuildRequires and switch configure, make and
|
||||
make_install macros to meson, meson_build and meson_install
|
||||
following upstream port to Meson Build System.
|
||||
- Replace intltool with gettext and drop itstool BuildRequires:
|
||||
upstream did the gettext migration long ago and we don't want
|
||||
deviation to avoid unexpected bugs.
|
||||
- Add itstool BuildRequires: Gettext is suppose to take care of
|
||||
translations alone, but still there are some XML formats that
|
||||
it does not handle.
|
||||
- Add fdupes BuildRequires and its macro for replacement of
|
||||
duplicates by links under the data directory.
|
||||
- Drop libxml2-tools, desktop-file-utils and pkgconfig(glu)
|
||||
BuildRequires: no longer needed/used anymore.
|
||||
- Drop %glib2_gsettings_schema_requires macro: no longer needed
|
||||
since RPM file triggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 15:59:10 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-chess
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,27 +17,27 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 3.26.0
|
||||
Version: 3.27.2
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Amusements/Games/Board/Chess
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.26/%{name}-%{version}.tar.xz
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
URL: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-chess/3.27/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
# ITS Tool is needed because there are some XML formats that Gettext does not handle, at least not now.
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.35.7
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: chess_backend
|
||||
Recommends: %{name}-lang
|
||||
@ -45,7 +45,6 @@ Recommends: %{name}-lang
|
||||
Obsoletes: glchess < %{version}
|
||||
Obsoletes: glchess-lang < %{version}
|
||||
Provides: glchess = %{version}
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
This is a game for playing the classic board game of chess, in which
|
||||
@ -59,23 +58,25 @@ in a window.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
%suse_update_desktop_file gnome-chess
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-chess.appdata.xml
|
||||
%{_bindir}/test-chess-*
|
||||
%{_libdir}/libgnome-libchess.so
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/gnome-chess.appdata.xml
|
||||
%{_datadir}/applications/gnome-chess.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.chess.gschema.xml
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user