drop prever

This commit is contained in:
Tom spot Callaway 2021-03-31 16:36:19 -04:00
parent 3fad852e06
commit ee3810f44e

View File

@ -3,15 +3,13 @@
%global sotiny 0 %global sotiny 0
%global soversion %{somajor}.%{sominor}.%{sotiny} %global soversion %{somajor}.%{sominor}.%{sotiny}
%global prever rc1
Name: libvpx Name: libvpx
Summary: VP8/VP9 Video Codec SDK Summary: VP8/VP9 Video Codec SDK
Version: 1.10.0 Version: 1.10.0
Release: 1%{?dist} Release: 1%{?dist}
License: BSD License: BSD
#Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 #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 Source1: vpx_config.h
# Thanks to debian. # Thanks to debian.
Source2: libvpx.ver Source2: libvpx.ver
@ -48,7 +46,7 @@ A selection of utilities and tools for VP8, including a sample encoder
and decoder. and decoder.
%prep %prep
%setup -q -n libvpx-%{version}-%{prever} %setup -q -n libvpx-%{version}
%patch0 -p1 -b .leave-fs-on %patch0 -p1 -b .leave-fs-on
%build %build