Accepting request 353414 from home:Mailaender:branches:games

now without arts and esound

OBS-URL: https://build.opensuse.org/request/show/353414
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=39
This commit is contained in:
2016-01-13 12:59:01 +00:00
committed by Git OBS Bridge
parent 8a39736e40
commit f5421bd3d6
6 changed files with 64 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package SDL2
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: SDL2
%define lname libSDL2-2_0-0
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: Simple DirectMedia Layer Library
License: Zlib
@@ -31,8 +31,10 @@ Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
Source3: %name.keyring
Source4: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: libaudio-devel
BuildRequires: nasm
BuildRequires: pkg-config
BuildRequires: pkgconfig(alsa) >= 0.9.0
@@ -40,6 +42,7 @@ BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(ibus-1.0)
%if 0%{?suse_version} > 1120
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv1_cm)
@@ -64,6 +67,7 @@ BuildRequires: pkgconfig(xi)
%ifarch ppc ppc64
BuildRequires: libspe2-devel
%endif
BuildRequires: pkgconfig(wayland-server)
%description
This is the "Simple DirectMedia Layer" library. It provides a generic
@@ -140,5 +144,6 @@ find "%buildroot/%_libdir" -type f -name "*.a" ! -name "libSDL2main.a" -delete
%_includedir/SDL2/
%_datadir/aclocal/sdl2.m4
%_libdir/pkgconfig/sdl2.pc
%_libdir/cmake/SDL2/
%changelog