[Rpm-maint] [rpm-software-management/rpm] Parametric macro arguments are not expanded (#127)

judovana notifications at github.com
Fri Aug 18 11:30:36 UTC 2017


Sorry, to clarify again:

%global sdkbindir()     %{expand:
%{_jvmdir}/%{sdkdir %%1}/bin
%{_jvmdir}/%{sdkdir %%1}/bin
}
==
%define sdkbindir()     %{expand:
%{_jvmdir}/%{sdkdir %%1}/bin
%{_jvmdir}/%{sdkdir %%1}/bin
}
==
%define sdkbindir()    \
 %{_jvmdir}/%{sdkdir %1}/bin \
 %{_jvmdir}/%{sdkdir %1}/bin 

==
%define sdkbindir()     %{
%{_jvmdir}/%{sdkdir %1}/bin
 %{_jvmdir}/%{sdkdir %1}/bin
}

where the initial global is missused
right?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/127#issuecomment-323330018
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170818/65159ff6/attachment.html>


More information about the Rpm-maint mailing list