]> git.pld-linux.org Git - packages/sox.git/commitdiff
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 09:06:52 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sox.spec -> 1.11

sox.spec

index 47dee28c4ddb902e8c943f85ed04b74723704274..556b3329d82b0d5f4494525212fbdf3bc3e5f4d6 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:   
-# bcond_off_alsa - without ALSA support
+# _without_alsa - without ALSA support
 #
 Summary:       A general purpose sound file conversion tool
 Summary(de):   Mehrzweck-Sounddatei-Konvertierungs-Tool
@@ -23,7 +23,7 @@ PAtch5:               %{name}-soundcard.patch
 URL:           http://home.sprynet.com/~cbagwell/sox.html
 BuildRequires: libgsm-devel
 %ifnarch sparc sparc64
-%{!?bcond_off_alsa:BuildRequires:      alsa-driver-devel}
+%{!?_without_alsa:BuildRequires:       alsa-driver-devel}
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -64,7 +64,7 @@ SoX.
        --with-oss-dsp \
        --with-gsm \
 %ifnarch sparc sparc64
-       %{!?bcond_off_alsa:--with-alsa-dsp}
+       %{!?_without_alsa:--with-alsa-dsp}
 %endif
 
 %{__make} PREFIX=%{_prefix}
This page took 0.038766 seconds and 4 git commands to generate.