]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- updated to 0.10.0, SDL-0_10_0-1
authorkloczek <kloczek@pld-linux.org>
Mon, 9 Aug 1999 16:41:07 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- all %doc moved to devel,
- added gzipping %doc.

Changed files:
    SDL.spec -> 1.12

SDL.spec

index 3a807f570905f1bdb9a47746ccca39c137851a89..4387a007bac43fcfae089715734299353a9d6c04 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -1,6 +1,6 @@
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Name:          SDL
-Version:       0.9.13
+Version:       0.10.0
 Release:       1
 Group:         X11/Libraries
 Copyright:     LGPL
@@ -49,6 +49,7 @@ install include/* $RPM_BUILD_ROOT%{_includedir}/SDL
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
+gzip -9nf BUGS README TODO WhatsNew
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -57,12 +58,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS README TODO WhatsNew docs.html
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs
+%doc *gz docs.html docs
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/SDL
 
This page took 0.065295 seconds and 4 git commands to generate.