(duplicating first comment to generate mail to rpm-maint)

Watch this:

```
$ rpm --define '%xxx /hello/%%%%/world' --eval '%xxx'
/hello/%%/world
$ rpm --define '%xxx /hello/%%%%/world' --eval '%{shrink:%xxx}'
/hello/%/world
$ rpm --define '%xxx /hello/%%%%/world' --eval '%{dirname:%xxx}'
/hello/%
$ rpm --define '%xxx /hello/%%%%/world' --eval '%{uncompress:%xxx}'
/usr/bin/cat /hello/%/world
$ rpm --define '%xxx /hello/%%%%/world' --eval '%{quote:%xxx}'
\037/hello/%/world\037
```

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

Reply via email to