]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- normalize bcond for omitting BC
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Apr 2005 17:34:48 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.47

ffmpeg.spec

index 12d61a5fb60d1913c2aee3652d014d381f2f8a1d..49dca68d58028a11cf7bf5f0bae6f50f06915f5e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without imlib2          # we can safely play without it :-)
-%bcond_without broken_rpm      # dont BC packages because of logic error in Ac
+%bcond_without  autoreqdep     # don't care about package name deps generated by rpm
 #
 Summary:       Realtime audio/video encoder and streaming server
 Summary(pl):   Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
@@ -16,9 +16,6 @@ Source0:      http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
 Patch0:                %{name}-imlib2.patch
 Patch1:                %{name}-libtool.patch
 URL:           http://ffmpeg.sourceforge.net/
-%if %{with broken_rpm}
-BuildConflicts:        libpostproc
-%endif
 BuildRequires: SDL-devel
 BuildRequires: freetype-devel
 %ifarch ppc
@@ -39,6 +36,7 @@ BuildRequires:        texinfo
 BuildRequires: zlib-devel
 BuildRequires: lame-libs-devel
 BuildRequires: libvorbis-devel
+%{?with_autoreqdep:BuildConflicts:     libpostproc}
 Obsoletes:     libpostproc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.036789 seconds and 4 git commands to generate.