What you're looking for is the `%{quote:...}` macro, documented 
[here](https://rpm.org/user_doc/macros.html).

Example without the quote macro:
```
$ rpm --define 'hello() %{**}' --eval "%hello 1     2"
1 2
```
And with the macro:
```
$ rpm --define 'hello() %{**}' --eval "%hello 1 %{quote:     2}"
1      2
```

Hope that helps! I'm closing the issue now, please reopen if that's not what 
you meant. Thanks!

-- 
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/1439#issuecomment-788042887
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to