SHA256
1
0
forked from pool/spdlog

Accepting request 928821 from home:VortexAcherontic:branches:games:tools

- Added baselibs.conf for bi-arch support

I did this change because of an upcoming version of MangoHud (possibly 0.6.6) which will introduce libspdlog1 as a new dependency.

Since MangoHud supports bi-arch distribution this requirement must also be met by all of it's dependencies.
This way some can use MangoHud on 32bit applications running on a 64bit OS without switching the package architecture beforehand.

Because bi-arch was not supported by this library I added it hereby. :)

Kind regards,

Imo

OBS-URL: https://build.opensuse.org/request/show/928821
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=51
This commit is contained in:
Luigi Baldoni 2021-11-02 16:30:28 +00:00 committed by Git OBS Bridge
parent b3fb4e060e
commit a81f740f6c
3 changed files with 9 additions and 0 deletions

3
baselibs.conf Normal file
View File

@ -0,0 +1,3 @@
libspdlog1
+/usr/lib(64)?/libspdlog1/.*
requires -libspdlog1-<targettype>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 2 16:05:55 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Added baselibs.conf for bi-arch support
-------------------------------------------------------------------
Fri Aug 13 06:18:26 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -25,6 +25,7 @@ License: MIT
URL: https://github.com/gabime/spdlog
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE spdlog-1.9.1-use_system_catch2.patch use system catch2 to fix problem with glibc 2.3.4 -- aloisio@gmx.com
Source99: baselibs.conf
Patch0: spdlog-1.9.1-use_system_catch2.patch
BuildRequires: benchmark-devel >= 1.4.0
BuildRequires: cmake >= 3.10