Hmm, expanding after splitting causes different problems (surprise surprise) 
because, for example this breaks:
```%autosetup -n %{name}-%{srcver} %{?with_int_bdb:-a 1} -p1```

In this case it can be worked around by just dropping the space between -a and 
1, but in general the split would now need to be aware of the macro syntax as 
well. Probably quotes too.


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

Reply via email to