blob: bce367c037f0ddf88edf8794471923f612d4184e (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [1127] set default distsuffix to .mga ( after being changed to mga in version 1.128)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1127%5D%20set%20default%20distsuffix%20to%20.mga%20%28%20after%0A%20being%20changed%20to%20mga%20in%20version%201.128%29&In-Reply-To=%3CBANLkTi%3DZDFV0fdf6RjUx%3D1hgg%3DBBBz9RBw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004481.html">
<LINK REL="Next" HREF="004469.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [1127] set default distsuffix to .mga ( after being changed to mga in version 1.128)</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1127%5D%20set%20default%20distsuffix%20to%20.mga%20%28%20after%0A%20being%20changed%20to%20mga%20in%20version%201.128%29&In-Reply-To=%3CBANLkTi%3DZDFV0fdf6RjUx%3D1hgg%3DBBBz9RBw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [1127] set default distsuffix to .mga ( after being changed to mga in version 1.128)">thierry.vignaud at gmail.com
</A><BR>
<I>Fri May 6 15:59:22 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004481.html">[Mageia-dev] [1124] - fix plural, thank to JohnR
</A></li>
<LI>Next message: <A HREF="004469.html">[Mageia-dev] [1127] set default distsuffix to .mga ( after being changed to mga in version 1.128)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4461">[ date ]</a>
<a href="thread.html#4461">[ thread ]</a>
<a href="subject.html#4461">[ subject ]</a>
<a href="author.html#4461">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 6 May 2011 15:56, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
><i> Revision 1127 Author boklm Date 2011-05-06 15:56:44 +0200 (Fri, 06 May 2011)
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> set default distsuffix to .mga (after being changed to mga in version 1.128)
</I>
maybe could we add some kind of "testsuite" by checking that
on dummy spec files and abort in case of changes?
><i> Modified Paths
</I>><i>
</I>><i> rpm/rpm-setup/trunk/configure.ac
</I>><i>
</I>><i> Modified: rpm/rpm-setup/trunk/configure.ac
</I>><i> ===================================================================
</I>><i> --- rpm/rpm-setup/trunk/configure.ac 2011-05-06 13:44:44 UTC (rev 1126)
</I>><i> +++ rpm/rpm-setup/trunk/configure.ac 2011-05-06 13:56:44 UTC (rev 1127)
</I>><i> @@ -128,7 +128,7 @@
</I>><i> RPMCANONVENDOR=`echo "${RPMVENDOR}" | tr [A-Z] [a-z]`
</I>><i> AC_SUBST(RPMCANONVENDOR)
</I>><i>
</I>><i> -DISTSUFFIX="mga"
</I>><i> +DISTSUFFIX=".mga"
</I>><i> AC_ARG_WITH(distsuffix, [ --with-distsuffix the distsuffix to
</I>><i> use when building packages ])
</I>><i> if test $with_distsuffix; then
</I>><i> DISTSUFFIX=$with_distsuffix
</I>><i>
</I>><i>
</I>
--
><i> R : Tu vois !
</I>><i> > Q : Tu crois ?
</I>><i> > > R : Ça casse l'ordre chronologique de l'échange.
</I>><i> > > > Q : En quoi répondre au dessus est-il gênant ?
</I></PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004481.html">[Mageia-dev] [1124] - fix plural, thank to JohnR
</A></li>
<LI>Next message: <A HREF="004469.html">[Mageia-dev] [1127] set default distsuffix to .mga ( after being changed to mga in version 1.128)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4461">[ date ]</a>
<a href="thread.html#4461">[ thread ]</a>
<a href="subject.html#4461">[ subject ]</a>
<a href="author.html#4461">[ 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>
|