blob: 624cfdb1ddc5db9ab97a072c016525e0f10f5157 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] get-skype package for submission
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20get-skype%20package%20for%20submission&In-Reply-To=%3C4DF622D6.2050505%40iki.fi%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005525.html">
<LINK REL="Next" HREF="005534.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] get-skype package for submission</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20get-skype%20package%20for%20submission&In-Reply-To=%3C4DF622D6.2050505%40iki.fi%3E"
TITLE="[Mageia-dev] get-skype package for submission">anssi.hannula at iki.fi
</A><BR>
<I>Mon Jun 13 16:46:46 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005525.html">[Mageia-dev] get-skype package for submission
</A></li>
<LI>Next message: <A HREF="005534.html">[Mageia-dev] get-skype package for submission
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5526">[ date ]</a>
<a href="thread.html#5526">[ thread ]</a>
<a href="subject.html#5526">[ subject ]</a>
<a href="author.html#5526">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 13.06.2011 17:31, Barry Jackson wrote:
><i> On 13/06/11 13:24, Anssi Hannula wrote:
</I>>><i> Note that your "if ! [[ -d %{tmpdir} ]]; then" check is not 100%
</I>>><i> necessary, as %tmpdir not existing is unlikely and causes no side
</I>>><i> effects.
</I>>><i>
</I>><i>
</I>><i> I added that as the dir is created by tar, so if the tarball had the
</I>><i> wrong content the dir may not be created with the correct name.
</I>><i> Unlikely as you say.
</I>
Yep, but in that case nothing bad happens anyway. A couple of errors
from failing cp and mv commands are printed, but nothing else.
><i> I have started writing a script to generate the .txt files but can't
</I>><i> decide whether it should go as far as downloading the source from Skype
</I>><i> or simply be run on an extracted skype-<version> folder.
</I>
It could do both :)
Doesn't really matter, this is all extra anyway.
Note that if you make it download it, you could also implement:
a) make it print md5sum automatically
b) make it print the dependencies automatically
(see e.g. the earlier google earth script which does those IIRC)
But as said, all of this is extra. Maybe the priority should be getting
you a mentor.
><i> A first draft of this is attached.
</I>><i> I assume this would ultimately be added as a SOURCE file with notes in
</I>><i> the package.
</I>
Yep.
--
Anssi Hannula
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005525.html">[Mageia-dev] get-skype package for submission
</A></li>
<LI>Next message: <A HREF="005534.html">[Mageia-dev] get-skype package for submission
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5526">[ date ]</a>
<a href="thread.html#5526">[ thread ]</a>
<a href="subject.html#5526">[ subject ]</a>
<a href="author.html#5526">[ 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>
|