From bf6ab8d348f74dbeb0e598615f43d50ab0eb8b92 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 26 Jan 2020 22:12:38 +0000 Subject: [PATCH] clean up --- mpv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.spec b/mpv.spec index c412071..53d10c4 100644 --- a/mpv.spec +++ b/mpv.spec @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(vulkan) %endif %endif BuildRequires: pkgconfig(lcms2) -%if 0%{?fedora} > 30|| 0%{?rhel} > 8 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 BuildRequires: pkgconfig(libarchive) >= 3.4.0 %endif BuildRequires: pkgconfig(libass) @@ -136,7 +136,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc. --disable-build-date \ --enable-libmpv-shared \ --enable-sdl2 \ -%if 0%{?fedora} > 30|| 0%{?rhel} > 8 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 --enable-libarchive \ %endif --enable-libsmbclient \