]> git.pld-linux.org Git - packages/SDL_sound.git/blobdiff - SDL_sound.spec
- added physfs patch (adjust for physfs 3 API)
[packages/SDL_sound.git] / SDL_sound.spec
index 4222f6bcd4fbc908af038a8d203ec143d683323a..611060f5110f55226129d62be23414396d85589b 100644 (file)
@@ -2,11 +2,12 @@ Summary:      An abstract soundfile decoder
 Summary(pl.UTF-8):     Abstrakcyjny dekoder plików dźwiękowych
 Name:          SDL_sound
 Version:       1.0.3
-Release:       6
+Release:       8
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz
 # Source0-md5: aa09cd52df85d29bee87a664424c94b5
+Patch0:                %{name}-physfs.patch
 URL:           http://www.icculus.org/SDL_sound/
 BuildRequires: SDL-devel >= 1.2.6
 BuildRequires: autoconf
@@ -16,7 +17,7 @@ BuildRequires:        libmikmod-devel >= 3.1.5
 BuildRequires: libmodplug-devel
 BuildRequires: libvorbis-devel >= 1:1.0-6
 BuildRequires: libtool
-BuildRequires: physfs-devel >= 1.0.1
+BuildRequires: physfs-devel >= 3
 BuildRequires: smpeg-devel >= 0.4.4-12
 BuildRequires: speex-devel
 Requires:      SDL >= 1.2.6
@@ -81,8 +82,9 @@ Statyczne biblioteki SDL_sound.
 
 %prep
 %setup -q
+%patch0 -p1
 
-rm acinclude.m4
+%{__rm} acinclude.m4
 
 %build
 %{__libtoolize}
This page took 0.059385 seconds and 4 git commands to generate.