]> git.pld-linux.org Git - packages/SDL_ttf.git/blobdiff - SDL_ttf.spec
- typo.
[packages/SDL_ttf.git] / SDL_ttf.spec
index e2c23b39e13438326edd0295b4383ae9e6e8c79b..010f935092a39096b355a1d1cb8861a3c7362ae5 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Simple DirectMedia Layer - ttf handling
 Name:          SDL_ttf
-Version:       1.0.1
+Version:       1.2.1
 Release:       2
 License:       LGPL
 Group:         Libraries
@@ -54,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
+mv -f $RPM_BUILD_ROOT%{_bindir}/showfont $RPM_BUILD_ROOT%{_bindir}/sdlfont
+
 gzip -9nf README CHANGES
 
 %clean
@@ -64,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/showfont
+%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.058371 seconds and 4 git commands to generate.