]> git.pld-linux.org Git - packages/SDL_ttf.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 17 May 2000 00:36:13 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_ttf.spec -> 1.3

SDL_ttf.spec

index 33c313609324622d58cdcd5636f9477689a87a2d..f4b2a10a52afe305623b4e155715a00ba4c0f8c2 100644 (file)
@@ -14,9 +14,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _prefix         /usr/X11R6
 
 %description
-This is a sample library which allows you to use TrueType fonts in your SDL
-applications. It comes with an example program "showfont" which displays an
-example string for a given TrueType font file.
+This is a sample library which allows you to use TrueType fonts in
+your SDL applications. It comes with an example program "showfont"
+which displays an example string for a given TrueType font file.
 
 %package devel
 Summary:       Header files and more to develop SDL_ttf applications
@@ -75,4 +75,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.la
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.026536 seconds and 4 git commands to generate.