]> git.pld-linux.org Git - packages/SDL_ttf.git/commitdiff
- release 2,
authorkloczek <kloczek@pld-linux.org>
Mon, 21 Aug 2000 13:58:06 +0000 (13:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rename showfont to sdlfont to avoid conflict between SDL_ttf and
  XFree86-tools.

Changed files:
    SDL_ttf.spec -> 1.7

SDL_ttf.spec

index df4b99a23c7b453d73e20ec58594cf8c1a88d0ee..5f5992fb506ca71589f9dcee8ca75a5673e98f9c 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Simple DirectMedia Layer - ttf handling
 Name:          SDL_ttf
 Version:       1.2.1
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.devolution.com/~slouken/SDL/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
@@ -54,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
+mv -f $RPM_BUILD_ROOT%{_bibdir}/showfont $RPM_BUILD_ROOT%{_bibdir}/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.056614 seconds and 4 git commands to generate.