diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007417.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-August/007417.html | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-August/007417.html b/zarb-ml/mageia-dev/2011-August/007417.html new file mode 100644 index 000000000..8b5f89202 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007417.html @@ -0,0 +1,161 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] %{foo} vs. %foo + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%25%7Bfoo%7D%20vs.%20%25foo&In-Reply-To=%3C4E5194BE.7060805%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007416.html"> + <LINK REL="Next" HREF="007429.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] %{foo} vs. %foo</H1> + <B>andre999</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%25%7Bfoo%7D%20vs.%20%25foo&In-Reply-To=%3C4E5194BE.7060805%40laposte.net%3E" + TITLE="[Mageia-dev] %{foo} vs. %foo">andr55 at laposte.net + </A><BR> + <I>Mon Aug 22 01:29:02 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007416.html">[Mageia-dev] %{foo} vs. %foo +</A></li> + <LI>Next message: <A HREF="007429.html">[Mageia-dev] %{foo} vs. %foo +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7417">[ date ]</a> + <a href="thread.html#7417">[ thread ]</a> + <a href="subject.html#7417">[ subject ]</a> + <a href="author.html#7417">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>D.Morgan a écrit : +><i> On Mon, Aug 22, 2011 at 12:27 AM, Colin Guthrie<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: +</I>>><i> 'Twas brillig, and Zé at 21/08/11 23:16 did gyre and gimble: +</I>>>><i> Hi, +</I>>>><i> +</I>>>><i> Theres been a private discussion regarding the macro correct layout, if +</I>>>><i> %{foo} or %foo. +</I>>>><i> +</I>>>><i> This rised when in the wiki +</I>>>><i> page <A HREF="http://mageia.org/wiki/doku.php?id=kde4_packaging_policy">http://mageia.org/wiki/doku.php?id=kde4_packaging_policy</A> i changed +</I>>>><i> the spec layout from %foo into %{foo} to be as a reference point, in +</I>>>><i> wich mikala has reverted back to %foo, and this discussion has taken +</I>>>><i> other porportions so i would like your opinions regarding this. +</I>>>><i> +</I>>>><i> I have pointed that for a wiki page should be proper to use %{...} to +</I>>>><i> avoid doubts specially in beginners minds, since in some situations we +</I>>>><i> need really to use the {} delimitations. +</I>>>><i> In wich its recommendation its focused in this cute PDF from redhat website: +</I>>>><i> +</I>>>><i> <A HREF="http://www.redhat.com/promo/summit/2008/downloads/pdf/Wednesday_130pm_Tom_Callaway_OSS.pdf">http://www.redhat.com/promo/summit/2008/downloads/pdf/Wednesday_130pm_Tom_Callaway_OSS.pdf</A> +</I>>>><i> +</I>>>><i> Im not refering that now we should use only %{...}, that usage can be +</I>>>><i> handled from the user prespective (for example in my specs locally i +</I>>>><i> generally dont use delimitations), some like others dont. +</I>>>><i> +</I>>>><i> As we also see in rpm macros +</I>>>><i> document <A HREF="http://www.rpm.org/wiki/PackagerDocs/Macros">http://www.rpm.org/wiki/PackagerDocs/Macros</A> that we can use +</I>>>><i> both, but in all rpm docs and config files the common usage its with +</I>>>><i> delimitations. +</I>>><i> +</I>>><i> FWIW, personally I tend to use delimiters also. +</I>>><i> +</I>>><i> I prefer it as it feels more like strict typing.... I know it's not but +</I>>><i> I always like to make things totally and unequivocally explicit all the +</I>>><i> same. +</I>>><i> +</I>>><i> I tend to do this in my bash scripts and even in PHP scripts too (tho' +</I>>><i> annoyingly the PHP delimiters go outside of the variable identifier +</I>>><i> unlike in RPM macros and bash, so it's syntactically a little different +</I>>><i> but the same principles apply). +</I>>><i> +</I>>><i> Cheers +</I>>><i> +</I>><i> +</I>><i> Me, i use both ( this depend if the rpm i work in had it or not ) but +</I>><i> for new rpm i use %foo. +</I>><i> +</I>><i> But i don't see a need to add a policy for %{foo} against %foo. +</I>><i> +</I>><i> I don't understand Ze mail, he ask to use %{foo} and imposed it by +</I>><i> changing in a spec file stating " i changed the spec layout from %foo +</I>><i> into %{foo} to be as a reference point, " and then in the same mail i +</I>><i> read "for example in my specs locally i generally dont use +</I>><i> delimitations". +</I>><i> +</I>><i> why this mail if you personnaly don't really care about the question ? +</I>><i> just because mikala wasn't agree with you ? +</I>><i> +</I>><i> P.S: yeah i started to have enough now... ( too ) +</I>><i> +</I>being still officially an apprentice, I've been told to use %{...}, but don't +see a problem with omitting where it's not necessary. +For existing specs, I don't see a big need to change things. +As long as it's there where it's really needed. +Let's go with the flow, it's not like it is something that is visible outside +the spec file. + +It would be nice to have it clearly documented as to when it is strictly +necessary -- and why. As well as giving a preferred style, if any. +(If that hasn't already been done, of course.) + +My 2 cents :) +-- +André +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007416.html">[Mageia-dev] %{foo} vs. %foo +</A></li> + <LI>Next message: <A HREF="007429.html">[Mageia-dev] %{foo} vs. %foo +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7417">[ date ]</a> + <a href="thread.html#7417">[ thread ]</a> + <a href="subject.html#7417">[ subject ]</a> + <a href="author.html#7417">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |