use %global instead of %define

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-08-09 09:14:34 -04:00
parent 9d0295ed89
commit b4afbdadfd

View File

@ -34,9 +34,8 @@
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global git0 https://%{import_path}
%define built_tag v1.4.0
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
%define download_url %{git0}/archive/%{built_tag}.tar.gz
%global built_tag v1.4.0
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
Name: %{repo}
Epoch: %{conditional_epoch}