From ee3810f44ee4564685212df3bd922ce015e82904 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 31 Mar 2021 16:36:19 -0400 Subject: [PATCH] drop prever --- libvpx.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index 5858db0..f5ce5a7 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -3,15 +3,13 @@ %global sotiny 0 %global soversion %{somajor}.%{sominor}.%{sotiny} -%global prever rc1 - Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.10.0 Release: 1%{?dist} License: BSD #Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 -Source0: https://github.com/webmproject/libvpx/archive/v%{version}-%{prever}.tar.gz +Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz Source1: vpx_config.h # Thanks to debian. Source2: libvpx.ver @@ -48,7 +46,7 @@ A selection of utilities and tools for VP8, including a sample encoder and decoder. %prep -%setup -q -n libvpx-%{version}-%{prever} +%setup -q -n libvpx-%{version} %patch0 -p1 -b .leave-fs-on %build