summaryrefslogtreecommitdiff
path: root/SDL2.spec.in
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2015-02-19 13:42:56 -0500
committerRyan C. Gordon <icculus@icculus.org>2015-02-19 13:42:56 -0500
commita4f9a34fcdd816df7f7350781716956d06548a63 (patch)
tree09880309fb399b37f5847aa656d492cd53a6eb4a /SDL2.spec.in
parent22747dfaa8649e74486c3d533a84c7fde571fd2b (diff)
Some corrections to the SDL2.spec.in (thanks, Simone!).
Fixes Bugzilla #2809.
Diffstat (limited to 'SDL2.spec.in')
-rw-r--r--SDL2.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/SDL2.spec.in b/SDL2.spec.in
index 2a5c479242..628a9a0c61 100644
--- a/SDL2.spec.in
+++ b/SDL2.spec.in
@@ -1,7 +1,7 @@
Summary: Simple DirectMedia Layer
Name: SDL2
Version: @SDL_VERSION@
-Release: 1
+Release: 2
Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
URL: http://www.libsdl.org/
License: zlib
@@ -63,12 +63,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%{__defattr}
-%doc README-SDL.txt COPYING.txt CREDITS.txt BUGS.txt
+%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt
%{_libdir}/lib*.%{__soext}.*
%files devel
%{__defattr}
-%doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew
+%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt WhatsNew.txt
%{_bindir}/*-config
%{_libdir}/lib*.a
%{_libdir}/lib*.la
@@ -78,13 +78,16 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*
%changelog
+* Sun Dec 07 2014 Simone Contini <s.contini@oltrelinux.com>
+- Fixed changelog date issue and docs filenames
+
* Sun Jan 22 2012 Sam Lantinga <slouken@libsdl.org>
- Updated for SDL 2.0
* Tue May 16 2006 Sam Lantinga <slouken@libsdl.org>
- Removed support for Darwin, due to build problems on ps2linux
-* Mon Jan 03 2004 Anders Bjorklund <afb@algonet.se>
+* Sat Jan 03 2004 Anders Bjorklund <afb@algonet.se>
- Added support for Darwin, updated spec file
* Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>