Пакет parallel: Specfile

  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
Name: parallel
Version: 20210722
Release: alt1

Summary: A shell tool for executing jobs in parallel
License: GPLv3
Group: File tools

Url: http://www.gnu.org/software/parallel
Source: http://ftp.gnu.org/gnu/parallel/%name-%version.tar.bz2
Source100: parallel.watch
Packager: Michael Shigorin <mike@altlinux.org>

# Automatically added by buildreq on Tue Apr 16 2013
# optimized out: perl-Encode perl-Pod-Escapes perl-Pod-Simple perl-podlators
BuildRequires: perl-Pod-Parser perl-devel

BuildArch: noarch

%set_findreq_skiplist %_bindir/env_parallel.*

%description
GNU parallel is a shell tool for executing jobs in parallel
locally or using remote machines. A job is typically a single
command or a small script that has to be run for each of the
lines in the input. The typical input is a list of files, a list
of hosts, a list of users, a list of URLs, or a list of tables.

%prep
%setup

%build
%configure
%make

%install
%makeinstall_std
rm -r %buildroot%_defaultdocdir/%name/

# *sigh*
ln -sf parallel %buildroot%_bindir/sem

%files
%doc README NEWS src/*.html
%_bindir/*
%_man1dir/*
%_man7dir/*

%changelog
* Fri Jul 23 2021 Michael Shigorin <mike@altlinux.org> 20210722-alt1
- new version (watch file uupdate)

* Thu Jun 24 2021 Michael Shigorin <mike@altlinux.org> 20210622-alt1
- new version (watch file uupdate)

* Tue May 25 2021 Michael Shigorin <mike@altlinux.org> 20210522-alt1
- new version (watch file uupdate)

* Thu Apr 22 2021 Michael Shigorin <mike@altlinux.org> 20210422-alt1
- new version (watch file uupdate)

* Tue Mar 23 2021 Michael Shigorin <mike@altlinux.org> 20210322-alt1
- new version (watch file uupdate)

* Mon Feb 22 2021 Michael Shigorin <mike@altlinux.org> 20210222-alt1
- new version (watch file uupdate)

* Sat Jan 23 2021 Michael Shigorin <mike@altlinux.org> 20210122-alt1
- new version (watch file uupdate)

* Mon Dec 21 2020 Michael Shigorin <mike@altlinux.org> 20201222-alt1
- new version (watch file uupdate)

* Tue Nov 24 2020 Michael Shigorin <mike@altlinux.org> 20201122-alt1
- new version (watch file uupdate)

* Sun Oct 25 2020 Michael Shigorin <mike@altlinux.org> 20201022-alt1
- new version (watch file uupdate)

* Thu Sep 24 2020 Michael Shigorin <mike@altlinux.org> 20200922-alt1
- new version (watch file uupdate)

* Mon Aug 24 2020 Michael Shigorin <mike@altlinux.org> 20200822-alt1
- new version (watch file uupdate)

* Thu Jul 23 2020 Michael Shigorin <mike@altlinux.org> 20200722-alt1
- new version (watch file uupdate)

* Tue Jun 23 2020 Michael Shigorin <mike@altlinux.org> 20200622-alt1
- new version (watch file uupdate)

* Sun May 24 2020 Michael Shigorin <mike@altlinux.org> 20200522-alt1
- new version (watch file uupdate)

* Thu Apr 23 2020 Michael Shigorin <mike@altlinux.org> 20200422-alt1
- new version (watch file uupdate)

* Sun Mar 22 2020 Michael Shigorin <mike@altlinux.org> 20200322-alt1
- new version (watch file uupdate)

* Sun Feb 23 2020 Michael Shigorin <mike@altlinux.org> 20200222-alt1
- new version (watch file uupdate)

* Thu Jan 23 2020 Michael Shigorin <mike@altlinux.org> 20200122-alt1
- new version (watch file uupdate)

* Mon Dec 23 2019 Michael Shigorin <mike@altlinux.org> 20191222-alt1
- new version (watch file uupdate)

* Sat Nov 23 2019 Michael Shigorin <mike@altlinux.org> 20191122-alt1
- new version (watch file uupdate)

* Tue Oct 22 2019 Michael Shigorin <mike@altlinux.org> 20191022-alt1
- new version (watch file uupdate)

* Sun Sep 22 2019 Michael Shigorin <mike@altlinux.org> 20190922-alt1
- new version (watch file uupdate)

* Fri Aug 23 2019 Michael Shigorin <mike@altlinux.org> 20190822-alt1
- new version (watch file uupdate)

* Tue Jul 23 2019 Michael Shigorin <mike@altlinux.org> 20190722-alt1
- new version (watch file uupdate)

* Sat Jun 22 2019 Michael Shigorin <mike@altlinux.org> 20190622-alt1
- new version (watch file uupdate)

* Thu May 23 2019 Michael Shigorin <mike@altlinux.org> 20190522-alt1
- new version (watch file uupdate)

* Mon Apr 22 2019 Michael Shigorin <mike@altlinux.org> 20190422-alt1
- new version (watch file uupdate)

* Fri Mar 22 2019 Michael Shigorin <mike@altlinux.org> 20190322-alt1
- new version (watch file uupdate)

* Sun Feb 24 2019 Michael Shigorin <mike@altlinux.org> 20190222-alt1
- new version (watch file uupdate)

* Tue Jan 22 2019 Michael Shigorin <mike@altlinux.org> 20190122-alt1
- new version (watch file uupdate)

* Sat Dec 22 2018 Michael Shigorin <mike@altlinux.org> 20181222-alt1
- new version (watch file uupdate)

* Sat Nov 24 2018 Michael Shigorin <mike@altlinux.org> 20181122-alt1
- new version (watch file uupdate)

* Tue Oct 23 2018 Michael Shigorin <mike@altlinux.org> 20181022-alt1
- new version (watch file uupdate)

* Mon Sep 24 2018 Michael Shigorin <mike@altlinux.org> 20180922-alt1
- new version (watch file uupdate)

* Sat Aug 25 2018 Michael Shigorin <mike@altlinux.org> 20180822-alt1
- new version (watch file uupdate)

* Mon Jul 23 2018 Michael Shigorin <mike@altlinux.org> 20180722-alt1
- new version (watch file uupdate)

* Thu Jun 21 2018 Michael Shigorin <mike@altlinux.org> 20180622-alt1
- new version (watch file uupdate)

* Wed May 23 2018 Michael Shigorin <mike@altlinux.org> 20180522-alt1
- new version (watch file uupdate)

* Fri Apr 27 2018 Michael Shigorin <mike@altlinux.org> 20180422-alt1
- new version (watch file uupdate)

* Fri Mar 23 2018 Michael Shigorin <mike@altlinux.org> 20180322-alt1
- new version (watch file uupdate)

* Fri Feb 23 2018 Michael Shigorin <mike@altlinux.org> 20180222-alt1
- new version (watch file uupdate)

* Mon Jan 22 2018 Michael Shigorin <mike@altlinux.org> 20180122-alt1
- new version (watch file uupdate)

* Mon Dec 25 2017 Michael Shigorin <mike@altlinux.org> 20171222-alt1
- new version (watch file uupdate)

* Fri Nov 24 2017 Michael Shigorin <mike@altlinux.org> 20171122-alt1
- new version (watch file uupdate)

* Sun Oct 22 2017 Michael Shigorin <mike@altlinux.org> 20171022-alt1
- new version (watch file uupdate)

* Sat Sep 23 2017 Michael Shigorin <mike@altlinux.org> 20170922-alt1
- new version (watch file uupdate)

* Tue Aug 22 2017 Michael Shigorin <mike@altlinux.org> 20170822-alt1
- new version (watch file uupdate)

* Tue Jul 25 2017 Michael Shigorin <mike@altlinux.org> 20170722-alt1
- new version (watch file uupdate)

* Mon Jun 26 2017 Michael Shigorin <mike@altlinux.org> 20170622-alt1
- new version (watch file uupdate)

* Mon May 22 2017 Michael Shigorin <mike@altlinux.org> 20170522-alt1
- new version (watch file uupdate)

* Tue May 09 2017 Michael Shigorin <mike@altlinux.org> 20170422-alt1
- new version (watch file uupdate)

* Sat Mar 25 2017 Michael Shigorin <mike@altlinux.org> 20170322-alt1
- new version (watch file uupdate)

* Thu Feb 23 2017 Michael Shigorin <mike@altlinux.org> 20170222-alt1
- new version (watch file uupdate)

* Mon Jan 23 2017 Michael Shigorin <mike@altlinux.org> 20170122-alt1
- new version (watch file uupdate)

* Thu Dec 22 2016 Michael Shigorin <mike@altlinux.org> 20161222-alt1
- new version (watch file uupdate)

* Sun Dec 04 2016 Michael Shigorin <mike@altlinux.org> 20161122-alt1
- new version (watch file uupdate)

* Sat Oct 22 2016 Michael Shigorin <mike@altlinux.org> 20161022-alt1
- new version (watch file uupdate)

* Sat Sep 24 2016 Michael Shigorin <mike@altlinux.org> 20160922-alt1
- new version (watch file uupdate)

* Mon Aug 22 2016 Michael Shigorin <mike@altlinux.org> 20160822-alt1
- new version (watch file uupdate)

* Tue Jul 26 2016 Michael Shigorin <mike@altlinux.org> 20160722-alt1
- new version (watch file uupdate)

* Mon Jun 20 2016 Michael Shigorin <mike@altlinux.org> 20160622-alt1
- new version (watch file uupdate)

* Mon May 23 2016 Michael Shigorin <mike@altlinux.org> 20160522-alt1
- new version (watch file uupdate)

* Sat Apr 23 2016 Michael Shigorin <mike@altlinux.org> 20160422-alt2
- suppress extra requires (closes: #32016)

* Fri Apr 22 2016 Michael Shigorin <mike@altlinux.org> 20160422-alt1
- new version (watch file uupdate)

* Wed Mar 23 2016 Michael Shigorin <mike@altlinux.org> 20160322-alt1
- new version (watch file uupdate)

* Mon Feb 22 2016 Michael Shigorin <mike@altlinux.org> 20160222-alt1
- new version (watch file uupdate)

* Sat Jan 23 2016 Michael Shigorin <mike@altlinux.org> 20160122-alt1
- new version (watch file uupdate)

* Tue Dec 22 2015 Michael Shigorin <mike@altlinux.org> 20151222-alt1
- new version (watch file uupdate)

* Mon Nov 23 2015 Michael Shigorin <mike@altlinux.org> 20151122-alt1
- new version (watch file uupdate)

* Thu Oct 22 2015 Michael Shigorin <mike@altlinux.org> 20151022-alt1
- new version (watch file uupdate)

* Tue Sep 22 2015 Michael Shigorin <mike@altlinux.org> 20150922-alt1
- new version (watch file uupdate)

* Sat Aug 22 2015 Michael Shigorin <mike@altlinux.org> 20150822-alt1
- new version (watch file uupdate)

* Wed Jul 22 2015 Michael Shigorin <mike@altlinux.org> 20150722-alt1
- new version (watch file uupdate)

* Mon Jun 22 2015 Michael Shigorin <mike@altlinux.org> 20150622-alt1
- new version (watch file uupdate)

* Fri May 22 2015 Michael Shigorin <mike@altlinux.org> 20150522-alt1
- new version (watch file uupdate)
- security fixes, see
  http://lists.gnu.org/archive/html/parallel/2015-04/msg00045.html

* Thu Apr 23 2015 Michael Shigorin <mike@altlinux.org> 20150422-alt1
- new version (watch file uupdate)

* Sun Mar 22 2015 Michael Shigorin <mike@altlinux.org> 20150322-alt1
- new version (watch file uupdate)

* Sun Feb 22 2015 Michael Shigorin <mike@altlinux.org> 20150222-alt1
- new version (watch file uupdate)

* Thu Jan 22 2015 Michael Shigorin <mike@altlinux.org> 20150122-alt1
- new version (watch file uupdate)

* Sun Nov 23 2014 Michael Shigorin <mike@altlinux.org> 20141122-alt1
- new version (watch file uupdate)

* Thu Oct 23 2014 Michael Shigorin <mike@altlinux.org> 20141022-alt1
- new version (watch file uupdate)
  + NB: --env adjusted to deal with bash fix of 'shellshock' vulnerability

* Mon Sep 22 2014 Michael Shigorin <mike@altlinux.org> 20140922-alt1
- new version (watch file uupdate)

* Mon Aug 25 2014 Michael Shigorin <mike@altlinux.org> 20140822-alt1
- new version (watch file uupdate)

* Tue Jul 22 2014 Michael Shigorin <mike@altlinux.org> 20140722-alt1
- new version (watch file uupdate)

* Mon Jun 23 2014 Michael Shigorin <mike@altlinux.org> 20140622-alt1
- new version (watch file uupdate)

* Thu May 22 2014 Michael Shigorin <mike@altlinux.org> 20140522-alt1
- new version (watch file uupdate)

* Tue Apr 22 2014 Michael Shigorin <mike@altlinux.org> 20140422-alt1
- new version (watch file uupdate)

* Sat Mar 22 2014 Michael Shigorin <mike@altlinux.org> 20140322-alt1
- new version (watch file uupdate)

* Wed Jan 22 2014 Michael Shigorin <mike@altlinux.org> 20140122-alt1
- new version (watch file uupdate)

* Sun Dec 22 2013 Michael Shigorin <mike@altlinux.org> 20131222-alt1
- new version (watch file uupdate)
- NB: "this release is alpha quality"

* Sat Nov 23 2013 Michael Shigorin <mike@altlinux.org> 20131122-alt1
- new version (watch file uupdate)

* Tue Oct 22 2013 Michael Shigorin <mike@altlinux.org> 20131022-alt1
- new version (watch file uupdate)

* Sat Sep 21 2013 Michael Shigorin <mike@altlinux.org> 20130922-alt1
- new version (watch file uupdate)

* Thu Aug 22 2013 Michael Shigorin <mike@altlinux.org> 20130822-alt1
- new version (watch file uupdate)

* Mon Jul 22 2013 Michael Shigorin <mike@altlinux.org> 20130722-alt1
- new version (watch file uupdate)

* Sat Jun 22 2013 Michael Shigorin <mike@altlinux.org> 20130622-alt1
- new version (watch file uupdate)

* Wed May 22 2013 Michael Shigorin <mike@altlinux.org> 20130522-alt1
- new version (watch file uupdate)

* Mon Apr 22 2013 Michael Shigorin <mike@altlinux.org> 20130422-alt1
- new version (watch file uupdate)

* Tue Apr 16 2013 Michael Shigorin <mike@altlinux.org> 20130222-alt2
- buildreq (thus cleaned up extremely weird BRs from 2011)

* Fri Feb 22 2013 Michael Shigorin <mike@altlinux.org> 20130222-alt1
- new version (watch file uupdate)
- dropped bzr from BR

* Tue Jan 22 2013 Michael Shigorin <mike@altlinux.org> 20130122-alt1
- new version (watch file uupdate)

* Sun Dec 23 2012 Michael Shigorin <mike@altlinux.org> 20121222-alt1
- new version (watch file uupdate)

* Thu Nov 22 2012 Michael Shigorin <mike@altlinux.org> 20121122-alt1
- new version (watch file uupdate)

* Tue Oct 23 2012 Michael Shigorin <mike@altlinux.org> 20121022-alt1
- new version (watch file uupdate)

* Thu Aug 23 2012 Michael Shigorin <mike@altlinux.org> 20120822-alt1
- new version (watch file uupdate)

* Sat Jun 23 2012 Michael Shigorin <mike@altlinux.org> 20120622-alt1
- new version (watch file uupdate)

* Tue May 22 2012 Michael Shigorin <mike@altlinux.org> 20120522-alt1
- new version (watch file uupdate)

* Wed May 09 2012 Michael Shigorin <mike@altlinux.org> 20120422-alt2
- added watch file

* Sun Apr 22 2012 Michael Shigorin <mike@altlinux.org> 20120422-alt1
- 20120422

* Fri Mar 23 2012 Michael Shigorin <mike@altlinux.org> 20120322-alt1
- 20120322 (bugfixes only, no new features)

* Tue Feb 28 2012 Michael Shigorin <mike@altlinux.org> 20120222-alt1
- 20120222

* Sun Jan 22 2012 Michael Shigorin <mike@altlinux.org> 20120122-alt1
- 20120122

* Thu Dec 22 2011 Michael Shigorin <mike@altlinux.org> 20111222-alt1
- 20111222

* Wed Nov 23 2011 Michael Shigorin <mike@altlinux.org> 20111122-alt1
- 20111122

* Sun Oct 23 2011 Michael Shigorin <mike@altlinux.org> 20111022-alt1
- 20111022

* Mon Aug 22 2011 Michael Shigorin <mike@altlinux.org> 20110822-alt1
- 20110822

* Fri Jul 22 2011 Michael Shigorin <mike@altlinux.org> 20110722-alt1
- 20110722

* Wed Jun 22 2011 Michael Shigorin <mike@altlinux.org> 20110622-alt1
- 20110622

* Sun May 22 2011 Michael Shigorin <mike@altlinux.org> 20110522-alt1
- 20110522

* Fri Apr 22 2011 Michael Shigorin <mike@altlinux.org> 20110422-alt1
- 20110422

* Tue Mar 22 2011 Michael Shigorin <mike@altlinux.org> 20110322-alt1
- 20110322

* Tue Feb 08 2011 Michael Shigorin <mike@altlinux.org> 20110205-alt1
- 20110205

* Sun Jan 23 2011 Michael Shigorin <mike@altlinux.org> 20110122-alt1
- 20110122

* Wed Dec 22 2010 Michael Shigorin <mike@altlinux.org> 20101222-alt1
- 20101222

* Sat Dec 04 2010 Michael Shigorin <mike@altlinux.org> 20101202-alt1
- 20101202

* Thu Nov 18 2010 Michael Shigorin <mike@altlinux.org> 20101113-alt1
- 20101113

* Thu Sep 23 2010 Michael Shigorin <mike@altlinux.org> 20100922-alt1
- 20100922

* Tue Sep 07 2010 Michael Shigorin <mike@altlinux.org> 20100906-alt1
- 20100906
  + added sem(1) and sql(1)

* Sat Aug 21 2010 Michael Shigorin <mike@altlinux.org> 20100722-alt1
- built for ALT Linux (based on cooker spec)
- include HTML documentation
- noarch

* Thu Jul 29 2010 Sandro Cazzaniga <kharec@mandriva.org> 20100722-3mdv2011.0
+ Revision: 563194
- fix summary with "shell tool", recommended by upstream.
- fix summary (thanks Samuel Verschelde)

* Sat Jul 24 2010 Sandro Cazzaniga <kharec@mandriva.org> 20100722-1mdv2011.0
+ Revision: 557949
- fix description (it's a perl tool!)
- update to 20100722

  + Jani Välimaa <wally@mandriva.org>
    - split one-liner description to a multiple lines
    - fix one file appearing twice in file list

* Fri Jul 16 2010 Sandro Cazzaniga <kharec@mandriva.org> 20100620-2mdv2011.0
+ Revision: 554151
- Add Require

* Fri Jul 16 2010 Sandro Cazzaniga <kharec@mandriva.org> 20100620-1mdv2011.0
+ Revision: 554150
- import parallel