]> git.pld-linux.org Git - packages/SDL_mixer.git/blobdiff - SDL_mixer.spec
- bump release to 4,
[packages/SDL_mixer.git] / SDL_mixer.spec
index 9d55a8f14077c408740c549a0def2a1d3e98503a..7bae9a215b680428460de75e4d628fed0bef3880 100644 (file)
@@ -2,8 +2,8 @@ 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
-Release:       1
+Version:       1.2.4
+Release:       4
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
@@ -13,7 +13,6 @@ BuildRequires:        SDL-devel >= 1.2.0
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: esound-devel
 BuildRequires: libtool
 BuildRequires: libvorbis-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,12 +26,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 +49,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 +78,10 @@ Bibliotecas est
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -103,8 +90,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README CHANGES
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,13 +98,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.113037 seconds and 4 git commands to generate.