arnaud gaboury wrote:

> When declaring a variable value,  I wonder if the any difference/best
> practice between these methods:
> 
> export VAR=MyValue
> %{define} VAR MyValue
> %{global} VAR MyValue

best practice is to use global, it is explicitly mentioned here:
https://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define

-- rex

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to