]> git.pld-linux.org Git - packages/TiMidity++.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:05 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TiMidity++.spec -> 1.33

TiMidity++.spec

index df344c901c78b46db3ec6b48abc1d62f0ecd61a6..68a55dd90488c2b84e3748da27bfc6f8f9820e67 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# bcond_off_alsa - without ALSA support
+# _without_alsa - without ALSA support
 #
 Summary:       TiMidity++ - MIDI to WAV converter and player
 Summary(pl):   TiMidity++ - konwerter do WAV oraz odtwarzacz plików MIDI
@@ -15,7 +15,7 @@ Group(pl):    Aplikacje/D
 Source0:       http://www.goice.co.jp/member/mo/timidity/dist/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-config.patch
 %ifnarch sparc sparc64
-%{!?bcond_off_alsa:BuildRequires:      alsa-lib-devel}
+%{!?_without_alsa:BuildRequires:       alsa-lib-devel}
 %endif
 BuildRequires: gtk+-devel
 BuildRequires: motif-devel
@@ -139,7 +139,7 @@ Interfejs do TiMidity++ mog
 %configure \
        --with-elf \
 %ifnarch sparc sparc64
-       %{!?bcond_off_alsa:--enable-alsa} \
+       %{!?_without_alsa:--enable-alsa} \
 %endif
        --enable-dynamic \
        --enable-ncurses=dynamic \
This page took 0.067881 seconds and 4 git commands to generate.