From d332dc22bd8207614c8018bd6f7c41c6fe8f8f2a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 25 Sep 2013 04:52:02 -0400 Subject: [PATCH] Update to 1.2 Change-Id: Ic721fac79f96cfe3600672783b4b6d12c0d2d1c6 Signed-off-by: Anas Nashif --- packaging/libvpx.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index 06431e8..360bd70 100644 --- a/packaging/libvpx.spec +++ b/packaging/libvpx.spec @@ -1,12 +1,11 @@ Name: libvpx -Version: 1.1.0 +Version: 1.2.0 Release: 0 -%define patchlevel %{nil} -License: BSD-3-Clause ; GPL-2.0+ +License: BSD-3-Clause and GPL-2.0+ Summary: VP8 codec library Url: http://www.webmproject.org/ -Group: Productivity/Multimedia/Other -Source0: http://webm.googlecode.com/files/%{name}-v%{version}%{patchlevel}.tar.bz2 +Group: Multimedia/Libraries +Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 Source1001: libvpx.manifest BuildRequires: yasm @@ -19,9 +18,7 @@ and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container. %package -n vpx-tools -License: BSD-3-Clause ; GPL-2.0+ Summary: VP8 codec library - Utilities -Group: Productivity/Multimedia/Other %description -n vpx-tools This package contains utilities around the vp8 codec sdk. @@ -33,9 +30,7 @@ WebM files consist of video streams compressed with the VP8 video codec and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container. %package devel -License: BSD-3-Clause ; GPL-2.0+ Summary: VP8 codec library - Development headers -Group: Development/Languages/C and C++ Requires: %{name} = %{version} %description devel @@ -49,7 +44,7 @@ and audio streams compressed with the Vorbis audio codec. The WebM file structure is based on the Matroska container. %prep -%setup -q -n %name-v%version%patchlevel +%setup -q -n %name-v%version cp %{SOURCE1001} . %build -- 2.7.4