update to 1.2.0

This commit is contained in:
Tom Callaway 2013-02-28 12:58:23 -05:00
parent f41e1063db
commit b98135135d
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ libvpx-0.9.1.tar.bz2
/libvpx-v0.9.7-p1.tar.bz2
/libvpx-v1.0.0.tar.bz2
/libvpx-v1.1.0.tar.bz2
/libvpx-v1.2.0.tar.bz2

View File

@ -1,18 +1,25 @@
%global majorver 1
%global minorver 1
%global minorver 2
%global tinyver 0
Name: libvpx
Summary: VP8 Video Codec SDK
Version: %{majorver}.%{minorver}.%{tinyver}
%global soversion %{version}
Release: 3%{?dist}
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
# Google forgot to make a 1.2.0 tarball, so I made one from the git tag.
# git clone https://code.google.com/p/webm.libvpx/ libvpx
# cd libvpx
# git checkout v1.2.0
# rm -rf .git*
# cd ..
# mv libvpx libvpx-v1.2.0
# tar xvfj libvpx-v1.2.0.tar.bz2 libvpx-v1.2.0
Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
# Thanks to debian.
Source2: libvpx.ver
Patch0: libvpx-v1.1.0-pcfix.patch
URL: http://www.webmproject.org/tools/vp8-sdk/
%ifarch %{ix86} x86_64
BuildRequires: yasm
@ -44,7 +51,6 @@ and decoder.
%prep
%setup -q -n %{name}-v%{version}
%patch0 -p1 -b .pcfix
%build
%ifarch %{ix86}
@ -147,6 +153,9 @@ popd
%{_bindir}/*
%changelog
* Thu Feb 28 2013 Tom Callaway <spot@fedoraproject.org> - 1.2.0-1
- update to 1.2.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
7ae163ac3196c79ec2f0904280078a45 libvpx-v1.1.0.tar.bz2
400d7c940c5f9d394893d42ae5f463e6 libvpx-v1.2.0.tar.bz2