]> git.pld-linux.org Git - packages/SDL_sound.git/blobdiff - SDL_sound.spec
- x32 rebuild
[packages/SDL_sound.git] / SDL_sound.spec
index 309713422d6e1bfe56c52dcd49fa3416949cb6d6..57fab2bd2a4bbe5e5d0f6abef04d799a4f6bb0e4 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       An abstract soundfile decoder
-Summary(pl.UTF-8):   Abstrakcyjny dekoder plików dźwiękowych
+Summary(pl.UTF-8):     Abstrakcyjny dekoder plików dźwiękowych
 Name:          SDL_sound
-Version:       1.0.1
-Release:       5
-License:       LGPL
+Version:       1.0.3
+Release:       7
+License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 49e197ef7c8ab623d0640dc74be43160
-Patch0:                %{name}-flac.patch
+# Source0-md5: aa09cd52df85d29bee87a664424c94b5
 URL:           http://www.icculus.org/SDL_sound/
 BuildRequires: SDL-devel >= 1.2.6
 BuildRequires: autoconf
@@ -17,7 +16,7 @@ BuildRequires:        libmikmod-devel >= 3.1.5
 BuildRequires: libmodplug-devel
 BuildRequires: libvorbis-devel >= 1:1.0-6
 BuildRequires: libtool
-BuildRequires: physfs-devel
+BuildRequires: physfs-devel >= 1.0.1
 BuildRequires: smpeg-devel >= 0.4.4-12
 BuildRequires: speex-devel
 Requires:      SDL >= 1.2.6
@@ -51,7 +50,7 @@ dźwięku i liczby kanałów.
 
 %package devel
 Summary:       Header files and more to develop SDL_sound applications
-Summary(pl.UTF-8):   Pliki nagłówkowe do tworzenia aplikacji z użyciem SDL_sound
+Summary(pl.UTF-8):     Pliki nagłówkowe do tworzenia aplikacji z użyciem SDL_sound
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      SDL-devel >= 1.2.6
@@ -70,7 +69,7 @@ Pliki nagłówkowe do tworzenia aplikacji z użyciem SDL_sound.
 
 %package static
 Summary:       Static SDL_sound libraries
-Summary(pl.UTF-8):   Statyczne biblioteki SDL_sound
+Summary(pl.UTF-8):     Statyczne biblioteki SDL_sound
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -82,9 +81,8 @@ Statyczne biblioteki SDL_sound.
 
 %prep
 %setup -q
-%patch0 -p1
 
-echo 'AC_DEFUN([AM_PATH_VORBIS],[XIPH_PATH_VORBIS])' > acinclude.m4
+rm acinclude.m4
 
 %build
 %{__libtoolize}
@@ -92,7 +90,6 @@ echo 'AC_DEFUN([AM_PATH_VORBIS],[XIPH_PATH_VORBIS])' > acinclude.m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-CPPFLAGS="-I/usr/include/libmodplug -I/usr/include/speex"
 %configure
 %{__make}
 
@@ -110,16 +107,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG CREDITS README TODO
+# COPYING contains additional notes
+%doc CHANGELOG COPYING CREDITS README TODO
 %attr(755,root,root) %{_bindir}/playsound
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libSDL_sound-1.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libSDL_sound-1.0.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/SDL/*
+%attr(755,root,root) %{_libdir}/libSDL_sound.so
+%{_libdir}/libSDL_sound.la
+%{_includedir}/SDL/SDL_sound.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libSDL_sound.a
This page took 0.041787 seconds and 4 git commands to generate.