]> git.pld-linux.org Git - packages/faac.git/commitdiff
- bcond name unification (with faad2.spec), better bcond desc
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Apr 2004 13:25:44 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faac.spec -> 1.5

faac.spec

index 63a91c3c35afe529b9fd81f566f6082e81376ea9..828c6df7ff721730708a34e9c7e00447ab6df5a9 100644 (file)
--- a/faac.spec
+++ b/faac.spec
@@ -1,5 +1,6 @@
 #
-%bcond_without mp4v2 # don't require mpeg4ip-devel
+# Conditional build:
+%bcond_without mpeg4ip # without MPEG4 support in frontend (which requires mpeg4ip)
 #
 Summary:       Freeware Advanced Audio Codec
 Summary(pl):   Freeware Advanced Audio Codec - darmowy zaawansowany kodek d¼wiêku
@@ -16,7 +17,7 @@ URL:          http://www.audiocoding.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: libtool
-%{?with_mp4v2:BuildRequires: mpeg4ip-devel}
+%{?with_mpeg4ip:BuildRequires: mpeg4ip-devel}
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -79,7 +80,7 @@ Statyczna biblioteka faac.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_mp4v2:--without-mp4v2}
+       %{!?with_mpeg4ip:--without-mp4v2}
 %{__make}
 
 %install
This page took 0.054164 seconds and 4 git commands to generate.