[packages/lua-luv] use macros in source url
atler
atler at pld-linux.org
Wed May 11 12:59:30 CEST 2022
commit 540757ec411f3d634626e8e7ddb020848e2486f1
Author: Jan Palus <atler at pld-linux.org>
Date: Wed May 11 12:59:05 2022 +0200
use macros in source url
lua-luv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lua-luv.spec b/lua-luv.spec
index d9dcdf9..f04cef8 100644
--- a/lua-luv.spec
+++ b/lua-luv.spec
@@ -1,5 +1,5 @@
%bcond_without lua51 # lua51 package
-%bcond_without luajit # lua51 package
+%bcond_without luajit # luajit package
%ifnarch %{ix86} %{x8664} %{arm} aarch64 mips mips64 mipsel ppc
%undefine with_luajit
@@ -16,7 +16,7 @@ Version: %{real_version}.%{extra_version}
Release: 1
License: Apache v2.0
Group: Libraries
-Source0: https://github.com/luvit/luv/releases/download/1.43.0-0/luv-1.43.0-0.tar.gz
+Source0: https://github.com/luvit/luv/releases/download/%{real_version}-%{extra_version}/luv-%{version}.tar.gz
# Source0-md5: 294c7ea4d8d2e21414b90f1fb70182e9
URL: https://github.com/luvit/luv
BuildRequires: cmake
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lua-luv.git/commitdiff/540757ec411f3d634626e8e7ddb020848e2486f1
More information about the pld-cvs-commit
mailing list