forked from pool/sdl12_compat
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
ced8ec2fc5 | |||
|
3ea33b30b8 | ||
|
189bd2070b | ||
842d44b030 | |||
|
222e64fddc | ||
ab5869e2fa |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal 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
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2e0bccb1243422a18a238dd0ad47cd40db663a0048164d8941219e87163e2f4
|
||||||
|
size 256
|
@@ -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>
|
Tue Sep 26 19:02:23 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sdl12_compat
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,6 +31,8 @@ Source9: %name-rpmlintrc
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xproto)
|
||||||
|
|
||||||
# A list of known apps/issues is at
|
# A list of known apps/issues is at
|
||||||
# docs.google.com/spreadsheets/d/1u8Rq3LVQYYgu28sBuxrZ371QolbiZu5z_LjENc4ddZs/edit
|
# 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
|
%package -n %lname
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Conflicts: libSDL-1_2-0
|
|
||||||
%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so))
|
%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so))
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
|
Reference in New Issue
Block a user