summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreothane2004-02-16 00:03:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7f8732603a1a9c3c4d9e393f63e59e779a214fac (patch)
treef52c279293ce060ce1106c05d3843576701657cf
parentc4a8bda3e2bf312539132027ce7a5f1f979ea0be (diff)
downloadrat-7f8732603a1a9c3c4d9e393f63e59e779a214fac.zip
rat-7f8732603a1a9c3c4d9e393f63e59e779a214fac.tar.gz
- bcond style, changelog cleanups
Changed files: rat.spec -> 1.37
-rw-r--r--rat.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/rat.spec b/rat.spec
index 1d33caf..2fbd6ed 100644
--- a/rat.spec
+++ b/rat.spec
@@ -1,6 +1,6 @@
#
# Conditional build:
-# _without_alsa - without ALSA support
+%bcond_without alsa # without ALSA support
#
%define _commonlibver 1.2.13
Summary: Audio conference tool
@@ -18,7 +18,7 @@ Patch2: %{name}-common-shared.patch
Patch3: %{name}-acfix.patch
Patch4: %{name}-alsa.patch
URL: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
-%{!?_without_alsa:BuildRequires: alsa-lib-devel}
+%{?with_alsa:BuildRequires: alsa-lib-devel}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gtk-doc
@@ -126,7 +126,7 @@ cp -f /usr/share/automake/config.* .
--enable-ipv6 \
%{!?debug:--enable-optimize} \
%{?debug:--enable-debug} \
- %{?_without_alsa:--without-alsa}
+ %{!?with_alsa:--without-alsa}
# --with-common=/usr/include/ucl
%{__make} EXTERNAL_DEP=""