From d5cfc0d50dba97568315de67a6080ac9019b1857 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 7 May 2024 20:55:48 +0200 Subject: [PATCH] fix build on EPEL8 version_no_tilde macro is missing on EPEL8 --- xvidcore.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xvidcore.spec b/xvidcore.spec index 4531332..620359e 100644 --- a/xvidcore.spec +++ b/xvidcore.spec @@ -6,7 +6,7 @@ Release: 9%{?dist} Summary: MPEG-4 Simple and Advanced Simple Profile codec License: GPL-2.0-or-later URL: https://www.xvid.com/ -Source0: https://downloads.xvid.com/downloads/%{name}-%{version_no_tilde}.tar.bz2 +Source0: https://downloads.xvid.com/downloads/%{name}-%{version}.tar.bz2 BuildRequires: gcc BuildRequires: make