This commit is contained in:
Tom Callaway 2015-12-01 16:01:52 -05:00
parent 1c5e887700
commit 4cc04f1ac5
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ libvpx-0.9.1.tar.bz2
/libvpx-v1.2.0.tar.bz2
/libvpx-v1.3.0.tar.bz2
/v1.4.0.tar.gz
/libvpx-1.5.0.tar.bz2

View File

@ -1,15 +1,15 @@
%global somajor 2
%global somajor 3
%global sominor 0
%global sotiny 0
%global soversion %{somajor}.%{sominor}.%{sotiny}
Name: libvpx
Summary: VP8 Video Codec SDK
Version: 1.4.0
Release: 6%{?dist}
Version: 1.5.0
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
Source0: https://libvpx.webm.googlecode.com/archive/v%{version}.tar.gz
Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
# Thanks to debian.
Source2: libvpx.ver
URL: http://www.webmproject.org/code/
@ -42,7 +42,7 @@ A selection of utilities and tools for VP8, including a sample encoder
and decoder.
%prep
%setup -q -n libvpx.webm-v%{version}
%setup -q -n libvpx-%{version}
%build
%ifarch %{ix86}
@ -179,6 +179,9 @@ popd
%{_bindir}/*
%changelog
* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 1.5.0-1
- update to 1.5.0
* Mon Sep 21 2015 Tom Callaway <spot@fedoraproject.org> - 1.4.0-6
- remove exit 0

View File

@ -1 +1 @@
3f80d2461b205c81c05ed1531d256c96 v1.4.0.tar.gz
49e59dd184caa255886683facea56fca libvpx-1.5.0.tar.bz2