1.5.0
This commit is contained in:
parent
1c5e887700
commit
4cc04f1ac5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
libvpx.spec
13
libvpx.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user