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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
|
2006-05-22 07:38 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.spec: - 0.22
2006-05-22 07:37 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* gprintify: - fix gprintify path
2006-05-20 16:03 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.spec: - 0.21
2006-05-20 16:02 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.macros.in: - fix typo in script name
2006-05-20 15:17 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.spec: - bump release, last changes integration
2006-05-20 15:15 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* Makefile: - add new files - use DESTDIR everywhere - macroize
some directory
2006-05-20 15:14 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* clean_files, fix-mo, fixpamd, gprintify, remove_info_dir,
spec-helper: - split main script, make all script independants
2006-05-20 15:12 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.macros.in: - add this macros file to easier
spec-helper integration in latest rpm
2006-05-20 15:12 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* translate_menu.pl: - make the script working alone
2006-05-18 18:25 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* spec-helper.spec: - remove mandrake words and other fix
2006-05-18 17:48 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* Makefile, spec-helper.spec: - 0.12
2006-05-18 17:38 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* lib_symlinks: - add patch from guillomovitch to fix #21079
2005-10-04 15:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* clean_perl: Change and fix email address for Perl problems
2005-01-07 14:38 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.11-1mdk
2005-01-07 14:38 Frederic Lepied <flepied at mandriva.com>
* strip_files: handle file names starting with -
2005-01-07 14:37 Frederic Lepied <flepied at mandriva.com>
* translate_menu.pl: fix Networking translation
2004-08-10 09:20 Thierry Vignaud <tvignaud at mandriva.com>
* spec-helper.spec: fix 0.10.2-1mdk's changelog
2004-08-10 09:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* spec-helper.spec: 0.10.2-1mdk
2004-08-10 08:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* translate_menu.pl: Fix regexp for translation of menu entries.
Capitalize some names.
2004-08-02 08:08 Thierry Vignaud <tvignaud at mandriva.com>
* relative_me_babe: fix missing die() call unlike other
spec_helper's scripts, we failled to report that error :-(
this was harmfull since such error would have been caught by
other scripts anyway but fixing this is saner
2004-08-02 06:36 Thierry Vignaud <tvignaud at mandriva.com>
* strip_files: further regexpes speedup
2004-08-02 06:35 Thierry Vignaud <tvignaud at mandriva.com>
* strip_files: factorize code
2004-08-02 06:35 Thierry Vignaud <tvignaud at mandriva.com>
* strip_files: - simplify - fix typo in comment
2004-08-02 06:35 Thierry Vignaud <tvignaud at mandriva.com>
* clean_files, compress_files, relative_me_babe, strip_files,
translate_menu.pl: perl_checker cleanups
2004-08-02 06:35 Thierry Vignaud <tvignaud at mandriva.com>
* .perl_checker: perl_checker blacklist
2004-08-02 06:34 Thierry Vignaud <tvignaud at mandriva.com>
* strip_files: speed up regexpes
2004-02-06 10:55 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.10.1-1mdk
2004-02-06 10:55 Frederic Lepied <flepied at mandriva.com>
* translate_menu.pl: don't put 4 " in section field
2004-02-06 10:48 Frederic Lepied <flepied at mandriva.com>
* translate_menu.pl: use " around the section name
2004-01-27 17:58 Frederic Lepied <flepied at mandriva.com>
* Makefile: added translate_menu.pl
2004-01-27 17:57 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.10-1mdk
2004-01-27 17:55 Frederic Lepied <flepied at mandriva.com>
* spec-helper: call translate_menu.pl
2004-01-27 17:42 Frederic Lepied <flepied at mandriva.com>
* translate_menu.pl: first version
2003-10-09 15:49 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper.spec: 0.9.2-3mdk
2003-10-09 15:48 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper: also nuke /lib64/security/ paths
2003-10-09 09:50 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.9.2-2mdk
2003-10-09 09:49 Frederic Lepied <flepied at mandriva.com>
* spec-helper: remove /lib/security from pam.d config files (lib64)
2003-08-01 15:56 Pixel <pixel at mandriva.com>
* clean_perl, spec-helper.spec: remove file alike
/usr/lib/perl5/5.8.*/i386-linux-thread-multi/perllocal.pod
2003-07-25 12:28 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper.spec: 0.9.1-1mdk
2003-07-25 12:27 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper: handle amd64
2003-06-20 10:09 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.9-1mdk
2003-06-20 10:08 Frederic Lepied <flepied at mandriva.com>
* strip_files: don't strip /usr/lib/debug files (Götz Waschk)
2003-02-14 09:28 Frederic Lepied <flepied at mandriva.com>
* Makefile: add fix-mo to the files list
2003-02-14 09:11 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.8-1mdk
2003-02-14 09:10 Frederic Lepied <flepied at mandriva.com>
* spec-helper: fix syntax
2003-02-14 09:09 Frederic Lepied <flepied at mandriva.com>
* spec-helper: add fi-mo call
2003-02-14 09:08 Frederic Lepied <flepied at mandriva.com>
* fix-mo: first version
2002-12-13 12:53 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.7-1mdk
2002-12-13 12:52 Frederic Lepied <flepied at mandriva.com>
* spec-helper: remove info dir if not the one from info-install
2002-08-29 07:38 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.6.1-1mdk
2002-08-29 07:38 Frederic Lepied <flepied at mandriva.com>
* Makefile: added clean target
2002-08-29 07:38 Frederic Lepied <flepied at mandriva.com>
* clean_files: remove .cvsignore fixed removing of CVS dirs (thx to
Stephane Chatty)
2002-07-24 14:00 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper.spec: 0.6-6mdk
2002-07-24 13:56 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* lib_symlinks: Fix for lib64 architectures
2002-07-24 13:53 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper: Use $RPM_ARCH, not arch
2002-06-26 14:18 Gwenole Beauchesne <gbeauchesne at mandriva.com>
* spec-helper, spec-helper.spec: - spec-helper: fix modules
location in pam.d config files. - spec-helper.spec: 0.6-5mdk
2002-05-14 05:24 Frederic Lepied <flepied at mandriva.com>
* Makefile, spec-helper.spec: added AUTHORS
2002-05-14 05:21 Frederic Lepied <flepied at mandriva.com>
* AUTHORS: first version
2002-02-20 16:26 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.6-4mdk
2002-02-20 16:20 Frederic Lepied <flepied at mandriva.com>
* spec-helper: oops grep => egrep
2002-02-20 16:16 Frederic Lepied <flepied at mandriva.com>
* spec-helper: don't gprintify if init scripts doesn't contain a
source functions
2002-02-17 04:13 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.6-3mdk
2002-02-17 04:13 Frederic Lepied <flepied at mandriva.com>
* spec-helper: don't call gprintify if init.d is empty.
2002-01-16 00:16 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.6-1mdk
2002-01-16 00:14 Frederic Lepied <flepied at mandriva.com>
* gprintify.py: protect variables by surrounding them them ""
2001-11-22 20:14 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: Linux-Mandrake => Mandrake Linux
2001-11-22 15:34 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.5-1mdk
2001-11-22 15:33 Frederic Lepied <flepied at mandriva.com>
* Makefile: install gprintify.py
2001-11-22 15:32 Frederic Lepied <flepied at mandriva.com>
* spec-helper: call gprintify.py
2001-11-22 15:28 Frederic Lepied <flepied at mandriva.com>
* gprintify.py: first version
2001-08-21 20:43 Frederic Lepied <flepied at mandriva.com>
* Makefile: added rules to build test and release rpm.
2001-08-21 20:39 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.4-2mdk
2001-08-21 20:38 Frederic Lepied <flepied at mandriva.com>
* spec-helper: work cleanly with the packages without file.
2000-11-13 08:20 Frederic Lepied <flepied at mandriva.com>
* spec-helper: call lib_symlinks
2000-11-13 08:19 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: 0.4-1mdk
2000-11-13 08:18 Frederic Lepied <flepied at mandriva.com>
* Makefile: added lib_symlinks. bumped version to 0.4.
2000-11-13 08:17 Frederic Lepied <flepied at mandriva.com>
* lib_symlinks: first version.
2000-10-20 16:01 Fançois Pons
* clean_files, spec-helper.spec: modified clean_files to clean CVS
directories.
2000-09-04 14:15 Pixel <pixel at mandriva.com>
* spec-helper.spec, strip_files: fix EXCLUDE_FROM_STRIP in
strip_files
2000-08-26 21:38 Chmouel Boudjnah
* spec-helper.spec: macroszification. 0.3.5mdk.
2000-08-26 21:36 Chmouel Boudjnah
* macroszification: Add initrddir macroszification.
2000-08-18 01:16 Pixel <pixel at mandriva.com>
* clean_perl, spec-helper.spec: no_comment
2000-08-18 01:11 Pixel <pixel at mandriva.com>
* clean_perl: no_comment
2000-08-17 15:05 Pixel <pixel at mandriva.com>
* Makefile, clean_perl, spec-helper, spec-helper.spec: no_comment
2000-08-17 14:28 Pixel <pixel at mandriva.com>
* Makefile, spec-helper, spec-helper.spec: no_comment
2000-07-30 07:19 Chmouel Boudjnah
* .username: We use now ../common/username
2000-07-30 07:18 Chmouel Boudjnah
* Makefile: Use username for changelog from ../common/
2000-07-27 17:05 Chmouel Boudjnah
* spec-helper.spec: [no log message]
2000-07-27 16:48 Chmouel Boudjnah
* macroszification: Check Prefix only when %{?prefix}? is present
in the spec file
2000-07-27 16:30 Chmouel Boudjnah
* Makefile: Product better ChangeLog with cvs2cl.
2000-07-27 16:24 Chmouel Boudjnah
* .username: New file to use with cvs2cl
2000-07-27 16:17 Chmouel Boudjnah
* Makefile: Generated by cvs2cl the 27_Jul
2000-07-22 21:51 Chmouel Boudjnah
* spec-helper.spec, Makefile: 0.3
2000-07-22 21:48 Chmouel Boudjnah
* macroszification: Add check for Docdir: it's not good !!
2000-07-22 21:46 Chmouel Boudjnah
* macroszification: checking configure/makeinstall only if there is
no nocheck
2000-07-22 21:45 Chmouel Boudjnah
* macroszification: Add the -o option to only process docdir and
mandir
2000-07-20 22:05 Chmouel Boudjnah
* macroszification: Upgrade help.
2000-07-20 21:37 Chmouel Boudjnah
* Makefile: Sometime if feel stupid to commit and don't test
(correct make rpm again)
2000-07-20 21:34 Chmouel Boudjnah
* Makefile: add macroszification to DISTFILES=
2000-07-20 21:32 Chmouel Boudjnah
* Makefile: Correction of Make diff.
2000-07-20 21:29 Chmouel Boudjnah
* Makefile, spec-helper.spec, macroszification: macroszification: a
new greatest hit.
2000-07-20 21:07 Chmouel Boudjnah
* Makefile: Add the changelog target
2000-07-20 21:07 Chmouel Boudjnah
* strip_files: Clean up.
2000-05-09 07:10 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: * 0.2-8mdk
2000-05-09 07:09 Frederic Lepied <flepied at mandriva.com>
* spec-helper: * exit 0 if no RPM_BUILD_ROOT variable set to allow
build with no BuildRoot.
2000-04-23 03:45 Chmouel Boudjnah
* relative_me_babe, spec-helper, spec-helper.spec, Makefile:
relative_me_babe: a new greatest hit.
2000-04-13 22:45 Chmouel Boudjnah
* spec-helper.spec: "Seethechangelog"
2000-04-07 16:52 Chmouel Boudjnah
* compress_files: Remove orphan link only for manpage.
2000-04-06 04:22 Chmouel Boudjnah
* compress_files, spec-helper.spec: "Seethechangelog"
2000-04-06 04:19 Chmouel Boudjnah
* compress_files: When we find an orphan man pages, erase it (any
better idea ?)
2000-04-01 05:10 Chmouel Boudjnah
* spec-helper.spec: "Seethechangelog"
2000-04-01 05:07 Chmouel Boudjnah
* spec-helper.spec: [no log message]
2000-04-01 05:07 Chmouel Boudjnah
* spec-helper.spec: Requires: perl.
2000-03-24 15:20 Chmouel Boudjnah
* spec-helper.spec: "Seethechangelog"
2000-03-24 15:18 Chmouel Boudjnah
* compress_files: If we found gzip file decompress and bzip2 thme.
2000-03-23 18:37 Chmouel Boudjnah
* spec-helper.spec: "Seethechangelog"
2000-03-23 18:35 Chmouel Boudjnah
* compress_files: Don't compress whatis and dir in /usr/{info|man}.
2000-02-28 15:43 Frederic Lepied <flepied at mandriva.com>
* Makefile: * clean dis rules.
2000-02-28 15:42 Frederic Lepied <flepied at mandriva.com>
* spec-helper.spec: * 0.2-1mdk.
2000-02-28 15:40 Frederic Lepied <flepied at mandriva.com>
* strip_files: * use EXCLUDE_FROM_STRIP env variable to list files
to exclude
from stripping.
2000-02-28 15:39 Frederic Lepied <flepied at mandriva.com>
* compress_files: * use EXCLUDE_FROM_COMPRESS env variable to
list files to exlcude
from compression.
2000-02-23 07:50 Chmouel Boudjnah
* Howto-spec-helper, spec-helper.spec: "See_The_Changelog"
2000-02-18 21:00 Chmouel Boudjnah
* Makefile, clean_files, spec-helper, compress_files,
spec-helper.spec, strip_files: First_Import
2000-02-18 21:00 Chmouel Boudjnah
* Makefile, clean_files, spec-helper, compress_files,
spec-helper.spec, strip_files: Initial revision
|