]> git.pld-linux.org Git - packages/vapoursynth.git/commitdiff
- "-embed" pc suffix only for python 3.8+
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Oct 2019 06:34:35 +0000 (07:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Oct 2019 06:34:35 +0000 (07:34 +0100)
vapoursynth.spec

index 6a16ba220558f308bfd3265eec7a76c26b99050d..962d924ccdbd6fefd7ffa33dc25bb11582d0b037 100644 (file)
@@ -143,7 +143,9 @@ Dokumentacja do biblioteki VapourSynth.
 %prep
 %setup -q -n %{name}-R%{version}
 %patch0 -p1
+%if "%{py3_ver}" >= "3.8"
 %patch1 -p1
+%endif
 
 %if %{without sse}
 %{__sed} -i -e 's/"-mfpmath=sse -msse2"/""/' configure.ac
This page took 0.099242 seconds and 4 git commands to generate.