http://bugzilla.rpmfusion.org/show_bug.cgi?id=985
--- Comment #9 from rc040203(a)freenet.de 2009-12-06 17:37:29 ---
(In reply to comment #8)
- I couldn't find any recommendation that %{...} was preferable
to %..., so I
kept the latter form.
(With my FPC hat on) There is no such recommendation.
(I personally find it clearer without braces when they
are not needed.)
The role of %{..} is comparable to "quotes",
"escapes" etc. in other
languagues.
Whether to use them is largely a matter of personal preference - I for one
prefer the %{..} form.
One recomendation, however: Be consistent within one *.spec, i.e. exclusively
either use %{xxx} or %xxx. Mixing both forms unnecessarily complicates
sed'ing, grep'ing, searching etc. of *.specs.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.