Displaying 5 results from an estimated 5 matches for "_definition2".
Did you mean:
_definition_
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 19:38, Phil Perry wrote:
> On 08/06/18 15:54, lejeczek wrote:
>> hi
>>
>> how do you pass vars to rpmbuild for definition? eg
>>
>> rpmbuild --define \'"${_definition2}"\'
>>
>> I've been fiddling with ways to escape, but none is
>> fricking working..
>> I mean, rpmbuild rushes to work(no errors nor failure) so
>> if you try just the command line do not believe it,
>> because later as it executes %if you will se...
2018 Jun 08
2
rpmbuild --define | some rpm sorcerer around?
hi
how do you pass vars to rpmbuild for definition? eg
rpmbuild --define \'"${_definition2}"\'
I've been fiddling with ways to escape, but none is fricking working..
I mean, rpmbuild rushes to work(no errors nor failure) so if you try
just the command line do not believe it, because later as it executes
%if you will see process does not see these definitions.
many thanks...
2018 Jun 11
2
rpmbuild --define | some rpm sorcerer around?
...lejeczek wrote:
>>
>>
>> On 08/06/18 19:38, Phil Perry wrote:
>>> On 08/06/18 15:54, lejeczek wrote:
>>>> hi
>>>>
>>>> how do you pass vars to rpmbuild for definition? eg
>>>>
>>>> rpmbuild --define \'"${_definition2}"\'
>>>>
>>>> I've been fiddling with ways to escape, but none is fricking working..
>>>> I mean, rpmbuild rushes to work(no errors nor failure) so if you try
>>>> just the command line do not believe it, because later as it
>>>...
2018 Jun 08
0
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 15:54, lejeczek wrote:
> hi
>
> how do you pass vars to rpmbuild for definition? eg
>
> rpmbuild --define \'"${_definition2}"\'
>
> I've been fiddling with ways to escape, but none is fricking working..
> I mean, rpmbuild rushes to work(no errors nor failure) so if you try
> just the command line do not believe it, because later as it executes
> %if you will see process does not see these...
2018 Jun 09
0
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 22:54, lejeczek wrote:
>
>
> On 08/06/18 19:38, Phil Perry wrote:
>> On 08/06/18 15:54, lejeczek wrote:
>>> hi
>>>
>>> how do you pass vars to rpmbuild for definition? eg
>>>
>>> rpmbuild --define \'"${_definition2}"\'
>>>
>>> I've been fiddling with ways to escape, but none is fricking working..
>>> I mean, rpmbuild rushes to work(no errors nor failure) so if you try
>>> just the command line do not believe it, because later as it executes
>>> %if y...