[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need some macro voodoo advice
- From: Jeff Johnson <n3npq jbj gmail com>
- To: RPM Package Manager <rpm-list redhat com>
- Subject: Re: Need some macro voodoo advice
- Date: Mon, 18 Sep 2006 08:44:26 -0400
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]