summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-August/007417.html
blob: 8b5f89202e10f82e297a6bc40b608bd5a6d54f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
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 &#233;crit :
&gt;<i> On Mon, Aug 22, 2011 at 12:27 AM, Colin Guthrie&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>&gt;  wrote:
</I>&gt;&gt;<i> 'Twas brillig, and Z&#233; at 21/08/11 23:16 did gyre and gimble:
</I>&gt;&gt;&gt;<i> Hi,
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Theres been a private discussion regarding the macro correct layout, if
</I>&gt;&gt;&gt;<i> %{foo} or %foo.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> This rised when in the wiki
</I>&gt;&gt;&gt;<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>&gt;&gt;&gt;<i> the spec layout from %foo into %{foo} to be as a reference point, in
</I>&gt;&gt;&gt;<i> wich mikala has reverted back to %foo, and this discussion has taken
</I>&gt;&gt;&gt;<i> other porportions so i would like your opinions regarding this.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> I have pointed that for a wiki page should be proper to use %{...} to
</I>&gt;&gt;&gt;<i> avoid doubts specially in beginners minds, since in some situations we
</I>&gt;&gt;&gt;<i> need really to use the {} delimitations.
</I>&gt;&gt;&gt;<i> In wich its recommendation its focused in this cute PDF from redhat website:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<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>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Im not refering that now we should use only %{...}, that usage can be
</I>&gt;&gt;&gt;<i> handled from the user prespective (for example in my specs locally i
</I>&gt;&gt;&gt;<i> generally dont use delimitations), some like others dont.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> As we also see in rpm macros
</I>&gt;&gt;&gt;<i> document <A HREF="http://www.rpm.org/wiki/PackagerDocs/Macros">http://www.rpm.org/wiki/PackagerDocs/Macros</A> that we can use
</I>&gt;&gt;&gt;<i> both, but in all rpm docs and config files the common usage its with
</I>&gt;&gt;&gt;<i> delimitations.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> FWIW, personally I tend to use delimiters also.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> I prefer it as it feels more like strict typing.... I know it's not but
</I>&gt;&gt;<i> I always like to make things totally and unequivocally explicit all the
</I>&gt;&gt;<i> same.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> I tend to do this in my bash scripts and even in PHP scripts too (tho'
</I>&gt;&gt;<i> annoyingly the PHP delimiters go outside of the variable identifier
</I>&gt;&gt;<i> unlike in RPM macros and bash, so it's syntactically a little different
</I>&gt;&gt;<i> but the same principles apply).
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Cheers
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i> Me, i use both ( this depend if the rpm i work in had it or not ) but
</I>&gt;<i> for new rpm i use %foo.
</I>&gt;<i>
</I>&gt;<i> But i don't see a need to add a policy for %{foo} against %foo.
</I>&gt;<i>
</I>&gt;<i> I don't understand Ze mail, he ask to use %{foo} and imposed it by
</I>&gt;<i> changing in a spec file stating &quot;  i changed the spec layout from %foo
</I>&gt;<i> into %{foo} to be as a reference point, &quot; and then in the same mail i
</I>&gt;<i> read &quot;for example in my specs locally i generally dont use
</I>&gt;<i> delimitations&quot;.
</I>&gt;<i>
</I>&gt;<i> why this mail if you personnaly don't really care about the question ?
</I>&gt;<i> just because mikala wasn't agree with you ?
</I>&gt;<i>
</I>&gt;<i> P.S: yeah i started to have enough now... ( too )
</I>&gt;<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&#233;
</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>