View | Details | Raw Unified | Return to bug 29308
Collapse All | Expand All

(-)a/paexec.spec (-6 / +12 lines)
Lines 1-8 Link Here
1
Name: paexec
1
Name: paexec
2
Version: 0.18.0
2
Version: 0.19.1
3
Release: alt1
3
Release: alt1
4
4
5
Summary: Distribute performing the given tasks across several CPUs or machines in a network
5
Summary: paexec distributes tasks over network or CPUs
6
License: MIT
6
License: MIT
7
Group: Networking/Other
7
Group: Networking/Other
8
8
Lines 11-25 Source: %name-%version.tar.gz Link Here
11
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>
11
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>
12
12
13
BuildRequires: %_bindir/pod2man %_bindir/pod2html
13
BuildRequires: %_bindir/pod2man %_bindir/pod2html
14
BuildRequires: pkgsrc-mk-files bmake groff-base libmaa-devel
14
BuildRequires: pkgsrc-mk-files bmake groff-base
15
BuildRequires: mk-configure runawk
15
BuildRequires: mk-configure >= 0.24.0
16
BuildRequires: runawk
17
18
Requires: runawk
16
19
17
%description
20
%description
18
Small program that processes a list of tasks in parallel
21
Small program that processes a list of tasks in parallel
19
on different CPUs, computers in a network or whatever else.
22
on different CPUs, computers in a network or whatever else.
20
23
21
%package examples
24
%package examples
22
Summary: Examples for PAEXEC
25
Summary: Examples for paexec
23
Group: Documentation
26
Group: Documentation
24
BuildArch: noarch
27
BuildArch: noarch
25
Requires: %name = %version-%release
28
Requires: %name = %version-%release
Lines 54-60 export DESTDIR=%buildroot Link Here
54
mkcmake install
57
mkcmake install
55
58
56
%files
59
%files
57
%doc doc/*
60
%doc doc/NEWS doc/README doc/COPYRIGHT doc/TODO presentation/paexec.pdf
58
%_bindir/*
61
%_bindir/*
59
%_man1dir/*
62
%_man1dir/*
60
63
Lines 65-70 mkcmake install Link Here
65
# - investigate and re-enable tests
68
# - investigate and re-enable tests
66
69
67
%changelog
70
%changelog
71
* Sat Aug 31 2013 Aleksey Cheusov <vle@gmx.net> 0.19.1-alt1
72
- 0.19.1
73
68
* Sun Mar 10 2013 Michael Shigorin <mike@altlinux.org> 0.18.0-alt1
74
* Sun Mar 10 2013 Michael Shigorin <mike@altlinux.org> 0.18.0-alt1
69
- 0.18.0
75
- 0.18.0
70
76

Return to bug 29308