Displaying 6 results from an estimated 6 matches for "_foobar".
Did you mean:
foobar
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
...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, L
>
> I'm not sure what you are trying to define above.
>
> Normal convention where one wishes to define _foobar as
> "foo" for example would be:
>
> rpmbuild --define '_foobar foo'
>
> or generically
>
> rpmbuild --define 'SomeVariable SomeValue'
>
> Hope that helps
Try to pass bash var to rpmbuild, eg:
$ _def1="_me no"
$ rpmbuild --define ${_...
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
2018 Jun 08
0
rpmbuild --define | some rpm sorcerer around?
...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, L
I'm not sure what you are trying to define above.
Normal convention where one wishes to define _foobar as "foo" for
example would be:
rpmbuild --define '_foobar foo'
or generically
rpmbuild --define 'SomeVariable SomeValue'
Hope that helps
2018 Jun 09
0
rpmbuild --define | some rpm sorcerer around?
...line do not believe it, because later as it executes
>>> %if you will see process does not see these definitions.
>>>
>>> many thanks, L
>>
>> I'm not sure what you are trying to define above.
>>
>> Normal convention where one wishes to define _foobar as "foo" for
>> example would be:
>>
>> rpmbuild --define '_foobar foo'
>>
>> or generically
>>
>> rpmbuild --define 'SomeVariable SomeValue'
>>
>> Hope that helps
>
> Try to pass bash var to rpmbuild, eg:
>...
2018 Jun 11
2
rpmbuild --define | some rpm sorcerer around?
...use later as it
>>>> executes %if you will see process does not see these definitions.
>>>>
>>>> many thanks, L
>>>
>>> I'm not sure what you are trying to define above.
>>>
>>> Normal convention where one wishes to define _foobar as "foo" for
>>> example would be:
>>>
>>> rpmbuild --define '_foobar foo'
>>>
>>> or generically
>>>
>>> rpmbuild --define 'SomeVariable SomeValue'
>>>
>>> Hope that helps
>>
>>...
2006 Mar 18
9
Using <%= text_field %> within partials is problematic
All,
Thanks for any help in advance.
I have what I think is a very straightforward partial template and I
can''t figure out why a text_field call within it doesn''t work.
Here is my calling template: lists.rhtml
<div id="target_lists">
<%= render(:partial => "target_lists", :collection => @target_lists)
%>
</div>
In the partial