From 24f3b5dbb78727af212ef6aca0cad1ffbb49461445524ba221b965cfbaf52851 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 22 Mar 2016 16:26:22 +0000 Subject: [PATCH] Fix Source line not to include URL for non-released tarball OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=62 --- libvpx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index 0725c72..c70abfb 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -27,7 +27,8 @@ Summary: VP8 codec library License: BSD-3-Clause and GPL-2.0+ Group: Productivity/Multimedia/Other Url: http://www.webmproject.org/ -Source0: http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.xz +# Source0: http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.xz +Source0: libvpx-%{version}.tar.xz Source1000: baselibs.conf Patch0: libvpx-pkgconfig-version.patch # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined.