Dominique Leuenberger 2023-02-28 11:49:11 +00:00 committed by Git OBS Bridge
commit abda54de98
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 27 19:08:17 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Use BuildRequires asio-devel instead pkgconfig(asio), enables
build for openSUSE Leap 15.4
-------------------------------------------------------------------
Sun Dec 18 15:12:59 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package widelands
#
# Copyright (c) 2022 SUSE LLC
# 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
@ -23,6 +23,7 @@ Summary: Realtime strategy game involving map control
License: GPL-2.0-or-later
URL: https://www.widelands.org
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: asio-devel
BuildRequires: SDL2_gfx-devel
BuildRequires: SDL2_image-devel
BuildRequires: SDL2_mixer-devel
@ -47,7 +48,6 @@ BuildRequires: optipng
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(asio)
BuildRequires: pkgconfig(glew)
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-io)