]> git.pld-linux.org Git - packages/SDL_ttf.git/commitdiff
- release 3: use new rpm automation. SDL_ttf-1_2_1-3
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Oct 2000 00:18:56 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_ttf.spec -> 1.9

SDL_ttf.spec

index 010f935092a39096b355a1d1cb8861a3c7362ae5..ff742ef5587e80a178840c27c5a0e1b953fc149f 100644 (file)
@@ -1,9 +1,12 @@
 Summary:       Simple DirectMedia Layer - ttf handling
 Name:          SDL_ttf
 Version:       1.2.1
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
+Group(de):     Libraries
+Group(fr):     Librairies
+Group(pl):     Biblioteki
 Source0:       http://www.devolution.com/~slouken/SDL/projects/SDL_ttf/src/%{name}-%{version}.tar.gz
 URL:           http://www.devolution.com/~slouken/SDL/projects/SDL_ttf/
 BuildRequires: freetype-devel
@@ -21,6 +24,7 @@ which displays an example string for a given TrueType font file.
 %package devel
 Summary:       Header files and more to develop SDL_ttf applications
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -32,6 +36,7 @@ Header files and more to develop SDL_ttf applications.
 %package static
 Summary:       Statis SDL_ttf libraries
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -43,7 +48,6 @@ Statis SDL_ttf libraries.
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS 
 %configure
 %{__make}
 
@@ -52,8 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$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
This page took 0.079403 seconds and 4 git commands to generate.