[packages/SDL_ttf] - summary/description cleanup; more straight -lm fix

qboosh qboosh at pld-linux.org
Sat Jun 14 13:12:55 CEST 2014


commit b42c4c828eb80bf23f09cbc1e3e84ed409920ce6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 14 13:16:45 2014 +0200

    - summary/description cleanup; more straight -lm fix

 SDL_ttf.spec | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/SDL_ttf.spec b/SDL_ttf.spec
index 3a885c4..6101c41 100644
--- a/SDL_ttf.spec
+++ b/SDL_ttf.spec
@@ -1,5 +1,5 @@
 Summary:	Simple DirectMedia Layer - ttf handling
-Summary(pl.UTF-8):	Biblioteka obsługi fontów TTF
+Summary(pl.UTF-8):	Biblioteka obsługi fontów TTF dla SDL
 Summary(pt_BR.UTF-8):	Simple DirectMedia Layer - Biblioteca de fontes TrueType
 Name:		SDL_ttf
 Version:	2.0.11
@@ -52,17 +52,17 @@ Este pacote contém os cabeçalhos que programadores vão precisar para
 desenvolver aplicações utilizando a SDL_ttf.
 
 %package static
-Summary:	Static SDL_ttf libraries
-Summary(pl.UTF-8):	Biblioteki statyczne SDL_ttf
+Summary:	Static SDL_ttf library
+Summary(pl.UTF-8):	Biblioteka statyczna SDL_ttf
 Summary(pt_BR.UTF-8):	Biblioteca estática para desenvolvimento utilizando a SDL_ttf
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static SDL_ttf libraries.
+Static SDL_ttf library.
 
 %description static -l pl.UTF-8
-Biblioteki statyczne SDL_ttf.
+Biblioteka statyczna SDL_ttf.
 
 %description static -l pt_BR.UTF-8
 Este pacote contém a biblioteca estática que programadores vão
@@ -77,9 +77,10 @@ SDL_ttf.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure \
-	LIBS="-lm"
-%{__make}
+%configure
+
+%{__make} \
+	libSDL_ttf_la_LIBADD="-lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL_ttf.git/commitdiff/b42c4c828eb80bf23f09cbc1e3e84ed409920ce6



More information about the pld-cvs-commit mailing list