packaging: Bump to 1.3.0
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 11 Dec 2014 14:22:13 +0000 (15:22 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 16 Dec 2014 10:49:42 +0000 (11:49 +0100)
Converted from tar to git

Change-Id: I8de2858a957cc9070c44f0a8bc2802277cc6bada
Bug-Tizen: TC-1845/1of3
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libvpx.spec

index 360bd70..0d3e4e2 100644 (file)
@@ -1,9 +1,10 @@
 Name:           libvpx
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
-License:        BSD-3-Clause and GPL-2.0+
+License:        BSD-3-Clause or GPL-2.0+
 Summary:        VP8 codec library
 Url:            http://www.webmproject.org/
+#X-Vc-Url:     https://chromium.googlesource.com/webm/libvpx
 Group:          Multimedia/Libraries
 Source0:        http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
 Source1001:    libvpx.manifest
@@ -31,7 +32,7 @@ and audio streams compressed with the Vorbis audio codec.
 The WebM file structure is based on the Matroska container.
 %package devel
 Summary:        VP8 codec library - Development headers
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 Development headers and library
@@ -66,7 +67,8 @@ export CFLAGS="%{optflags}"
     --enable-runtime-cpu-detect \
 %endif
     --enable-pic
-make %{?_smp_mflags}
+
+%__make %{?_smp_mflags}
 
 %install
 cd build