]> git.pld-linux.org Git - packages/SDL_mixer.git/blobdiff - SDL_mixer.spec
- moved to /usr; release 7
[packages/SDL_mixer.git] / SDL_mixer.spec
index 3e4e84be146aa424e2ec24cc74f62ab5fcc17187..c8ffc09e80e88524e4235db4281461e4ebd704b5 100644 (file)
@@ -2,40 +2,31 @@ 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:       2
+Version:       1.2.4
+Release:       7
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
 Patch0:                %{name}-timidity_cfg.patch
 URL:           http://www.libsdl.org/projects/SDL_mixer/
-BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: SDL-devel >= 1.2.5-2
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: esound-devel
 BuildRequires: libtool
-BuildRequires: libvorbis-devel
+BuildRequires: libvorbis-devel >= 1:1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libSDL_mixer1.2
 
-%define                _prefix         /usr/X11R6
-
 %description
 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 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
+d¼wiêku stereo plus jeden kana³ dla muzyki miksowanej przez popularny
 MikMod MOD, Timitity MIDI i biblioteki SMPEG MP3.
 
 %description -l pt_BR
@@ -56,19 +47,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
@@ -90,11 +75,11 @@ Bibliotecas est
 %patch -p1
 
 %build
-rm -f missing
-%{__libtoolize}
-aclocal
+#rm -f missing
+#%{__libtoolize}
+#%{__aclocal}
 %{__autoconf}
-%{__automake}
+#%{__automake}
 %configure
 %{__make}
 
@@ -103,8 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README CHANGES
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,15 +96,15 @@ 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 {README,CHANGES}.gz
 %attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.la
 %{_includedir}/SDL/*
 
 %files static
This page took 0.089715 seconds and 4 git commands to generate.