SHA256
1
0
forked from pool/sdl12_compat

6 Commits

4 changed files with 21 additions and 2 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1741853942
commit: a365ca992c705fa4e65e913f69bc654177f2702a7fcf99d50eb7ccd590acea19
url: https://src.opensuse.org/jengelh/sdl12_compat
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2e0bccb1243422a18a238dd0ad47cd40db663a0048164d8941219e87163e2f4
size 256

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 13 08:18:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Require x11/xproto (optional components) for building
sdl12-compat itself
-------------------------------------------------------------------
Mon Mar 10 19:20:29 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Delete self-conflicts
-------------------------------------------------------------------
Tue Sep 26 19:02:23 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package sdl12_compat
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@ Source9: %name-rpmlintrc
BuildRequires: cmake
BuildRequires: pkg-config
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xproto)
# A list of known apps/issues is at
# docs.google.com/spreadsheets/d/1u8Rq3LVQYYgu28sBuxrZ371QolbiZu5z_LjENc4ddZs/edit
@@ -43,7 +45,6 @@ against SDL 1.2, but it uses SDL 2.0 behind the scenes.
%package -n %lname
Summary: SDL Graphics Routines for Primitives and Other Support Functions
Group: System/Libraries
Conflicts: libSDL-1_2-0
%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so))
%description -n %lname