From c12bc5d8433c0501c63dc0f06276f889e1e44e403ff2bb6197c5d9f7022477aa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 4 Jul 2018 12:14:19 +0000 Subject: [PATCH] Accepting request 620611 from home:scarabeus_iv - Conditionalize full build to be primary only on Leap15+ OBS-URL: https://build.opensuse.org/request/show/620611 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=2 --- ffmpeg-4.changes | 5 +++++ ffmpeg-4.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 654678f..5b1a583 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 4 12:08:40 UTC 2018 - tchvatal@suse.com + +- Conditionalize full build to be primary only on Leap15+ + ------------------------------------------------------------------- Tue Jul 3 08:46:42 UTC 2018 - tchvatal@suse.com diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index fd8cc69..f8deb0a 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -51,7 +51,11 @@ %bcond_with xvid # Full build or just support package on older codestream +%if 0%{?suse_version} > 1500 %bcond_without full_build +%else +%bcond_with full_build +%endif %if 0%{?suse_version} > 1500 %bcond_without mysofa