This commit is contained in:
Tom Callaway 2013-10-24 11:23:45 +01:00
parent d2b3e579d5
commit 725be8ea9e
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/SDL2-2.0.0.tar.gz
/SDL2-2.0.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: SDL2
Version: 2.0.0
Release: 3%{?dist}
Version: 2.0.1
Release: 1%{?dist}
Summary: A cross-platform multimedia library
Group: System Environment/Libraries
URL: http://www.libsdl.org/
@ -70,7 +70,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT
make %{?_smp_mflags}
%install
%make_install
make DESTDIR=%{buildroot} install
# Rename SDL_config.h to SDL_config-<arch>.h to avoid file conflicts on
# multilib systems and install SDL_config.h wrapper
@ -99,6 +99,9 @@ rm -f %{buildroot}%{_libdir}/*.a
%{_datadir}/aclocal/*
%changelog
* Thu Oct 24 2013 Tom Callaway <spot@fedoraproject.org> - 2.0.1-1
- update to 2.0.1
* Sat Aug 24 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-3
- Fix multilib issues

View File

@ -1 +1 @@
beec89afb6edcc6f0abc4114f2e6bcf7 SDL2-2.0.0.tar.gz
0eb97039488bf463e775295f7b18b227 SDL2-2.0.1.tar.gz