This commit is contained in:
Tom Callaway 2016-01-04 10:46:36 -05:00
parent 5845e6baf8
commit 7cdfb16163
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/SDL2-2.0.1.tar.gz /SDL2-2.0.1.tar.gz
/SDL2-2.0.2.tar.gz /SDL2-2.0.2.tar.gz
/SDL2-2.0.3.tar.gz /SDL2-2.0.3.tar.gz
/SDL2-2.0.4.tar.gz

View File

@ -1,6 +1,6 @@
Name: SDL2 Name: SDL2
Version: 2.0.3 Version: 2.0.4
Release: 7%{?dist} Release: 1%{?dist}
Summary: A cross-platform multimedia library Summary: A cross-platform multimedia library
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.libsdl.org/ URL: http://www.libsdl.org/
@ -8,8 +8,6 @@ License: zlib and MIT
Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
Source1: SDL_config.h Source1: SDL_config.h
Patch0: multilib.patch Patch0: multilib.patch
# https://hg.libsdl.org/SDL/rev/7e843b8b8301
Patch1: SDL2-2.0.3-oldgcc.patch
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: audiofile-devel BuildRequires: audiofile-devel
@ -72,7 +70,6 @@ developing SDL applications.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .multilib %patch0 -p1 -b .multilib
%patch1 -p1 -b .oldgcc
# Compilation without ESD # Compilation without ESD
sed -i -e 's/.*AM_PATH_ESD.*//' configure.in sed -i -e 's/.*AM_PATH_ESD.*//' configure.in
sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDITS.txt README-SDL.txt sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDITS.txt README-SDL.txt
@ -115,10 +112,14 @@ rm -f %{buildroot}%{_libdir}/*.a
%{_bindir}/*-config %{_bindir}/*-config
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/pkgconfig/sdl2.pc %{_libdir}/pkgconfig/sdl2.pc
%{_libdir}/cmake/SDL2/
%{_includedir}/SDL2 %{_includedir}/SDL2
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%changelog %changelog
* Mon Jan 04 2016 Tom Callaway <spot@fedoraproject.org> - 2.0.4-1
- update to 2.0.4
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 2.0.3-7 * Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 2.0.3-7
- Add support for MIPS architecture to SDL_config.h - Add support for MIPS architecture to SDL_config.h

View File

@ -1 +1 @@
fe6c61d2e9df9ef570e7e80c6e822537 SDL2-2.0.3.tar.gz 44fc4a023349933e7f5d7a582f7b886e SDL2-2.0.4.tar.gz