]> git.pld-linux.org Git - packages/SDL_mixer.git/commitdiff
- release 2: use new rpm automation suit. SDL_mixer-1_0_6-2
authorkloczek <kloczek@pld-linux.org>
Fri, 6 Oct 2000 10:03:51 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_mixer.spec -> 1.4

SDL_mixer.spec

index a14e1cb55f28e66e50216b16026279049176a11a..58e0900df0365a352a8fe6f2707bd880c7816d6d 100644 (file)
@@ -1,9 +1,12 @@
 Summary:       Simple DirectMedia Layer - Sample Mixer Library
 Name:          SDL_mixer
 Version:       1.0.6
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
+Group(de):     Libraries
+Group(fr):     Librairies
+Group(pl):     Biblioteki
 Source0:       http://www.libsdl.org/projects/SDL_mixer/src/%{name}-%{version}.tar.gz
 URL:           http://www.libsdl.org/projects/SDL_mixer/index.html
 BuildRequires: esound-devel
@@ -20,6 +23,7 @@ libraries.
 %package devel
 Summary:       Header files and more to develop SDL_mixer applications
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -31,6 +35,7 @@ Header files and more to develop SDL_mixer applications.
 %package static
 Summary:       Statis SDL_mixer libraries
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -42,7 +47,6 @@ Statis SDL_mixer libraries.
 %setup -q 
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure
 %{__make}
 
@@ -51,8 +55,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf README CHANGES
 
 %post   -p /sbin/ldconfig
This page took 0.06933 seconds and 4 git commands to generate.