]> git.pld-linux.org Git - packages/esound.git/commitdiff
- release 3: added _without_libwrap bcond esound-0_2_23-3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Oct 2001 12:28:35 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esound.spec -> 1.55

esound.spec

index 4e6019708aa5d521d5bca346246b61bb231408fe..b96426b419cff1728c63d052db8fa890b0f1dbea 100644 (file)
@@ -1,10 +1,14 @@
+#
+# Conditional build:
+# _without_libwrap     - without hosts.{access,deny} support
+#
 Summary:       The Enlightened Sound Daemon
 Summary(es):   Demonio de sonido de Enlightment
 Summary(fr):   Démon audio de Enlightment
 Summary(pl):   O¶wiecony Demon D¼wiêku
 Name:          esound
 Version:       0.2.23
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Daemons
@@ -13,7 +17,7 @@ Group(pl):    Serwery
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
 Patch0:                %{name}-esddsp.in.patch
 URL:           http://www.tux.org/~ricdude/EsounD.html
-BuildRequires: libwrap-devel
+%{!?_without_libwrap:BuildRequires:    libwrap-devel}
 BuildRequires: audiofile-devel >= 0.2.0
 BuildRequires: autoconf
 BuildRequires: automake
@@ -101,7 +105,7 @@ autoconf
 automake -a -c
 %configure \
        --disable-alsa \
-       --with-libwrap
+       --with%{?_without_libwrap:out}-libwrap
 
 %{__make}
 
This page took 0.063289 seconds and 4 git commands to generate.