Commit f080ac3e6f5bc61dd1fa97de6e51f7ccd0537cf6

Ryan C. Gordon 2015-06-04T19:05:01

Fixed docs path in RPM .spec file.

diff --git a/SDL2.spec.in b/SDL2.spec.in
index 628a9a0..dba2400 100644
--- a/SDL2.spec.in
+++ b/SDL2.spec.in
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %{__defattr}
-%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt WhatsNew.txt
+%doc docs/README*.md
 %{_bindir}/*-config
 %{_libdir}/lib*.a
 %{_libdir}/lib*.la
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*
 
 %changelog
+* Thu Jun 04 2015 Ryan C. Gordon <icculus@icculus.org>
+- Fixed README paths.
+
 * Sun Dec 07 2014 Simone Contini <s.contini@oltrelinux.com>
 - Fixed changelog date issue and docs filenames