]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- ghost soname symlink auto/ti/SDL-1_2_13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Jan 2008 20:13:53 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL.spec -> 1.166

SDL.spec

index a5fce6539f54ec0a2ae873c8da557945bc2a6268..cfd87c5e5c2f76d47530d14195039822b9bbd3cb 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -227,7 +227,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc BUGS CREDITS README README-SDL.txt TODO WhatsNew
-%attr(755,root,root) %{_libdir}/libSDL-*.so.*.*
+%attr(755,root,root) %{_libdir}/libSDL-1.2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libSDL-1.2.so.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -239,7 +240,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 %{_aclocaldir}/sdl.m4
 %{_pkgconfigdir}/sdl.pc
-%{_mandir}/man3/*
+%{_mandir}/man3/SDL*.3*
 
 %if %{with static_libs}
 %files static
This page took 0.050846 seconds and 4 git commands to generate.