]> git.pld-linux.org Git - packages/esound.git/commitdiff
- workaround - now it can be built without alsa-lib-devel installed
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jan 2002 21:11:51 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    esound.spec -> 1.58

esound.spec

index 0d51ea65d13aee394cc01fec0aea0ccd358732bf..7e9f3a3520636aaab3547bc90d2ff7142ee94db5 100644 (file)
@@ -8,7 +8,7 @@ Summary(fr):    D
 Summary(pl):   O¶wiecony Demon D¼wiêku
 Name:          esound
 Version:       0.2.23
-Release:       5
+Release:       6
 Epoch:         1
 License:       GPL
 Group:         Daemons
@@ -18,11 +18,11 @@ Source0:    ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.
 Patch0:                %{name}-esddsp.in.patch
 Patch1:                http://webpages.charter.net/tprado/esound/files/esound-0.2.23-ztp20011218_0.patch.gz
 URL:           http://www.tux.org/~ricdude/EsounD.html
-%{!?_without_libwrap:BuildRequires:    libwrap-devel}
 BuildRequires: audiofile-devel >= 0.2.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
+%{!?_without_libwrap:BuildRequires:    libwrap-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libesound0
 
@@ -104,7 +104,7 @@ Biblioteka statyczna esound.
 %build
 rm -f missing acinclude.m4
 libtoolize --copy --force
-aclocal
+aclocal || ( echo 'AC_DEFUN([AM_PATH_ALSA],[])' > acinclude.m4 && aclocal )
 autoconf
 automake -a -c
 %configure \
This page took 0.083164 seconds and 4 git commands to generate.