Accepting request 962638 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/962638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-games-support?expand=0&rev=15
This commit is contained in:
commit
3f9eedce3b
@ -1,2 +0,0 @@
|
||||
cb6c4859d16bffc941b1098f7f624c84e6a3339fce45629e45ba8b3f653d58f9 libgnome-games-support-1.8.2.news
|
||||
28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d libgnome-games-support-1.8.2.tar.xz
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d
|
||||
size 45328
|
2
libgnome-games-support-2.0.0.sha256sum
Normal file
2
libgnome-games-support-2.0.0.sha256sum
Normal file
@ -0,0 +1,2 @@
|
||||
d4a3c5fffb1832a643d7562aeab1f7ef8bda349f611c8887be8f1951fb5d1f60 libgnome-games-support-2.0.0.news
|
||||
53821f6fe32eddcb9eef3324f646aaac83cc6d3de0937dfd5f266470d453d2a4 libgnome-games-support-2.0.0.tar.xz
|
3
libgnome-games-support-2.0.0.tar.xz
Normal file
3
libgnome-games-support-2.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53821f6fe32eddcb9eef3324f646aaac83cc6d3de0937dfd5f266470d453d2a4
|
||||
size 46204
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 09:37:45 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 11:40:29 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.0.beta.2:
|
||||
+ Fix parallel-installability of localizations
|
||||
- Changes from version 2.0.beta:
|
||||
+ Port to GTK 4
|
||||
+ New API version: libgnome-games-support-2, should be
|
||||
parallel-installable.
|
||||
- Following upstreams port: Replace pkgconfig(gtk+-3.0) with
|
||||
pkgconfig(gtk4) BuildRequires, bump sover to 4 and add a new api
|
||||
define and set it to 2, renaming sub-packages to
|
||||
libgnome-games-support-2-4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 30 18:37:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgnome-games-support
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,17 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 3
|
||||
%define sover 4
|
||||
%define api 2
|
||||
|
||||
Name: libgnome-games-support
|
||||
Version: 1.8.2
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Internal support library for GNOME games
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/GNOME
|
||||
URL: https://git.gnome.org/browse/libgnome-games-support/
|
||||
Source0: https://download.gnome.org/sources/libgnome-games-support/1.8/%{name}-%{version}.tar.xz
|
||||
Source1: https://download.gnome.org/sources/libgnome-games-support/1.8/%{name}-%{version}.sha256sum
|
||||
Source0: https://download.gnome.org/sources/libgnome-games-support/2.0/%{name}-%{version}.tar.xz
|
||||
Source1: https://download.gnome.org/sources/libgnome-games-support/2.0/%{name}-%{version}.sha256sum
|
||||
|
||||
BuildRequires: intltool >= 0.50.2
|
||||
BuildRequires: meson
|
||||
@ -35,20 +36,20 @@ BuildRequires: vala >= 0.40
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
|
||||
%description
|
||||
libgnome-games-support is a small library intended for internal use by
|
||||
GNOME Games, but it may be used by others. The API will only break
|
||||
with the major version number. The ABI is unstable.
|
||||
|
||||
%package -n libgnome-games-support-1-%{sover}
|
||||
%package -n libgnome-games-support-%{api}-%{sover}
|
||||
Summary: Internal support library for GNOME games
|
||||
# In order for the -lang package to be installable
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n libgnome-games-support-1-%{sover}
|
||||
%description -n libgnome-games-support-%{api}-%{sover}
|
||||
libgnome-games-support is a small library intended for internal use by
|
||||
GNOME Games, but it may be used by others. The API will only break
|
||||
with the major version number. The ABI is unstable.
|
||||
@ -56,7 +57,7 @@ with the major version number. The ABI is unstable.
|
||||
%package devel
|
||||
Summary: Development files for the GNOME Internal games library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgnome-games-support-1-%{sover} = %{version}
|
||||
Requires: libgnome-games-support-%{api}-%{sover} = %{version}
|
||||
|
||||
%description devel
|
||||
libgnome-games-support is a small library intended for internal use by
|
||||
@ -74,20 +75,19 @@ with the major version number. The ABI is unstable.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
%find_lang libgnome-games-support2 %{name}.lang
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%post -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig
|
||||
%postun -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libgnome-games-support-%{api}-%{sover}
|
||||
|
||||
%files -n libgnome-games-support-1-%{sover}
|
||||
%files -n libgnome-games-support-%{api}-%{sover}
|
||||
%license COPYING COPYING.LESSER
|
||||
%{_libdir}/libgnome-games-support-1.so.%{sover}*
|
||||
%{_libdir}/libgnome-games-support-%{api}.so.%{sover}*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/gnome-games-support-1/
|
||||
%{_includedir}/gnome-games-support-%{api}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/vala/
|
||||
|
Loading…
Reference in New Issue
Block a user