[packages/libvpx] use github mirror for consistent download results
atler
atler at pld-linux.org
Sun Mar 3 13:49:47 CET 2019
commit 5df4ed4b07f39a6f31e0887ef6c11f55d8337e87
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Mar 2 01:05:36 2019 +0100
use github mirror for consistent download results
libvpx.spec | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/libvpx.spec b/libvpx.spec
index 4e6ee19..b21081e 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -22,9 +22,7 @@ Release: 1
License: BSD
Group: Libraries
#Source0Download: http://downloads.webmproject.org/releases/webm/index.html
-#Source0: https://chromium.googlesource.com/webm/libvpx/+archive/v%{version}.tar.gz?fakename=/%{name}-%{version}.tar.gz
-# ...but it recreates tarball each time, so use dropin
-Source0: %{name}-%{version}.tar.gz
+Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
# Source0-md5: df97945958d8514ba9fc6ca5ca39ae6a
URL: http://www.webmproject.org/
BuildRequires: doxygen
@@ -97,7 +95,7 @@ VPX decoding/encoding tools.
Narzędzia do kodowania/dekodowania formatu VPX.
%prep
-%setup -q -c
+%setup -q
%build
install -d obj
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libvpx.git/commitdiff/8895f18640cd57471a2884e4e8f91ff5e824ec18
More information about the pld-cvs-commit
mailing list