SHA256
1
0
forked from pool/SDL_bgi
SDL_bgi/SDL_bgi.spec

91 lines
2.8 KiB
RPMSpec

#
# spec file for package SDL_bgi
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: SDL_bgi
%define sover suse9
%define lname libSDL_bgi-%sover
Version: 3.0.2
Release: 0
Summary: BGI-compatible 2D graphics C library with SDL backend
License: GPL-2.0-or-later AND Zlib
Group: Development/Libraries/X11
URL: https://sdl-bgi.sourceforge.io/
#Freshcode: http://freshcode.club/projects/sdl_bgi
Source: https://downloads.sf.net/sdl-bgi/%name-%version.tar.gz
Source9: %name-rpmlintrc
Patch1: sdlbgi-cmake.diff
BuildRequires: cmake
BuildRequires: pkg-config
BuildRequires: pkgconfig(sdl2)
%description
SDL_bgi is largely compatible with BGI, the Borland Graphics
Interface that was a standard in PC graphics back in the DOS days.
SDL_bgi also provides extensions for RGB colors and mouse support.
%package -n %lname
Summary: SDL Graphics Routines for Primitives and Other Support Functions
Group: System/Libraries
%description -n %lname
SDL_bgi is a Borland Graphics Interface (BGI) emulation library for
SDL. It provides extensions for RGB colors and mouse support.
%package -n libSDL_bgi-devel
Summary: Libraries, includes and more to develop SDL_bgi applications
Group: Development/Libraries/X11
Requires: %lname = %version-%release
Provides: SDL_bgi-devel = %version-%release
%description -n libSDL_bgi-devel
SDL_bgi is a Borland Graphics Interface (BGI) emulation library for
SDL. It provides extensions for RGB colors and mouse support.
Unlike other BGI-compatible libraries, the purpose of SDL_bgi is not
full compatibility with BGI. Rather, it is meant to be an
introduction to SDL-based graphics: SDL and BGI commands can be mixed
together.
%prep
%autosetup -p1
%build
%cmake -DCMAKE_INSTALL_DOCDIR:PATH="%_docdir/%name"
%cmake_build
%install
%cmake_install
# just a forwarder and conflicts with xbgi
rm -v "%buildroot/%_includedir/graphics.h"
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%license LICENSE
%_libdir/libSDL_bgi.so.*
%files -n libSDL_bgi-devel
%_docdir/%name/
%_includedir/*
%_libdir/libSDL_bgi.so
%_mandir/man3/*
%changelog