Update to 1.2
authorAnas Nashif <anas.nashif@intel.com>
Wed, 25 Sep 2013 08:52:02 +0000 (04:52 -0400)
committerxroche <xavier.roche@open.eurogiciel.org>
Wed, 12 Nov 2014 08:58:18 +0000 (09:58 +0100)
Change-Id: Ic721fac79f96cfe3600672783b4b6d12c0d2d1c6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
packaging/libvpx.spec

index 06431e8..360bd70 100644 (file)
@@ -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