[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Need some macro voodoo advice




On Sep 18, 2006, at 8:19 AM, Patrick wrote:



%{?_with_jb || ?_with_siptcp:Release 1.%{svnrev}_JB_SIPTCP%{dist}}


This bit of ugliness might work (untested)

%if %{?_with_jb:1}%{?_with_siptcp:1}0
Release 1.%{svnrev}_JB_SIPTCP%{dist}
%endif

I'd simplify the mess if I were you. Do you *really* need more crapola in the Release: field? Does add "JB", or "SIPTCP", or dist, or svnid *really* help anyone us the package?

73 de Jeff


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]