]> git.pld-linux.org Git - packages/SDL_mixer.git/blobdiff - SDL_mixer.spec
- updated to 1.2.4 (bugfix, few new functions)
[packages/SDL_mixer.git] / SDL_mixer.spec
index 9d55a8f14077c408740c549a0def2a1d3e98503a..101a0af3f60287313a8bd24dd415cf43f67abf51 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Simple DirectMedia Layer - Sample Mixer Library
 Summary(pl):   Prosta biblioteka miksera
 Summary(pt_BR):        SDL - Biblioteca para mixagem
 Name:          SDL_mixer
-Version:       1.2.3
+Version:       1.2.4
 Release:       1
 License:       LGPL
 Group:         Libraries
@@ -27,12 +27,6 @@ supports 4 channels of 16 bit stereo audio, plus a single channel of
 music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
 libraries.
 
-%description -l es
-Due to popular demand, here is a simple multi-channel audio mixer. It
-supports 4 channels of 16 bit stereo audio, plus a single channel of
-music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
-libraries.
-
 %description -l pl
 Prosty wielo-kana³owy mikser audio. Wspiera on 4 kana³y 16 bitowego
 dzwiêku stereo plus jeden kana³ dla muzyki miksowanej przez popularny
@@ -56,19 +50,13 @@ Obsoletes:  libSDL_mixer1.2-devel
 %description devel
 Header files and more to develop SDL_mixer applications.
 
-%description devel -l es
-Due to popular demand, here is a simple multi-channel audio mixer. It
-supports 4 channels of 16 bit stereo audio, plus a single channel of
-music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
-libraries.
+%description devel -l pl
+Pliki nag³ówkowe do rozwoju aplikacji u¿ywaj±cych SDL_mixer
 
 %description devel -l pt_BR
 Bibliotecas e arquivos de inclusão para desenvolvimento de aplicações
 SDL.
 
-%description devel -l pl
-Pliki nag³ówkowe do rozwoju aplikacji u¿ywaj±cych SDL_mixer
-
 %package static
 Summary:       Static SDL_mixer libraries
 Summary(pl):   Statyczne biblioteki SDL_mixer
@@ -91,10 +79,10 @@ Bibliotecas est
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -103,8 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README CHANGES
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,13 +99,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README CHANGES
 %attr(755,root,root) %{_bindir}/playmus
 %attr(755,root,root) %{_bindir}/playwave
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/SDL/*
This page took 0.068399 seconds and 4 git commands to generate.