]> git.pld-linux.org Git - packages/SDL_ttf.git/commitdiff
- summary/description cleanup; more straight -lm fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jun 2014 11:16:45 +0000 (13:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jun 2014 11:16:45 +0000 (13:16 +0200)
SDL_ttf.spec

index 3a885c42b21d417760522c21ee6d2f42019d2330..6101c41897a27efb6fc92e0d4d73ed6ab36cc296 100644 (file)
@@ -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
This page took 0.07772 seconds and 4 git commands to generate.