]> git.pld-linux.org Git - packages/lua-luv.git/commitdiff
use macros in source url
authorJan Palus <atler@pld-linux.org>
Wed, 11 May 2022 10:59:05 +0000 (12:59 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 11 May 2022 10:59:05 +0000 (12:59 +0200)
lua-luv.spec

index d9dcdf9358191a11f93747b183f198a6324d11b3..f04cef81f08c1d7788b7249774a168251c6a4b29 100644 (file)
@@ -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
This page took 0.2398 seconds and 4 git commands to generate.