paexec/paexec.spec

Name: paexec
Summary: Distribute performing the given tasks across several CPUs or machines in a network
Version: 0.18.0
Release: 1
License: MIT
Group: Networking/Other
URL: http://paexec.sourceforge.net/
Description: Small program that processes a list of tasks in parallel on different CPUs, computers in a network or whatever else.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

Name: paexec
Version: 0.18.0
Release: 1%{?dist}

Summary: Distribute performing the given tasks across several CPUs or machines in a network
License: MIT
Group: Networking/Other

Url: http://paexec.sourceforge.net/
Source: http://prdownloads.sf.net/%{name}/%{name}-%{version}.tar.gz
Packager: Aleksey Cheusov <vle@gmx.net>

BuildRequires: mk-configure libmaa-devel
Requires: runawk

%description
Small program that processes a list of tasks in parallel
on different CPUs, computers in a network or whatever else.

%package examples
Summary: Examples for PAEXEC
Group: Documentation
BuildArch: noarch
Requires: %{name} = %{version}-%{release}

%description examples
Small program that processes a list of tasks in parallel
on different CPUs, computers in a network or whatever else.

This package contains examples for PAEXEC.

%prep
%setup

%define env \
unset MAKEFLAGS \
export PREFIX=%{_prefix} \
export SYSCONFDIR=%{_sysconfdir} \
export MANDIR=%{_mandir}

%build
%env
mkcmake

%check
%env
# NB: the test might be a bit stressy, disabled so far
#mkcmake test

%install
%env
export DESTDIR=%{buildroot}
mkcmake install

%files
%doc doc/*
%{_bindir}/*
%{_mandir}/man1/*

%files examples
%doc examples

# TODO:
# - investigate and re-enable tests

%changelog
* Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.18.0-1
- Updated to release 0.18.0.

* Mon Jan 02 2012 Aleksey Cheusov <vle@gmx.net> 0.16.1-1
- adapted to repoforge

* Mon Nov 07 2011 Michael Shigorin <mike@altlinux.org> 0.16.1-alt1
- NMU: 0.16.1 built with:
  + mk-configure 0.21.2
  + libmaa 1.3.1
  + runawk
- spec cleanup

* Thu Apr 28 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.14.0-alt2
- Rebuilt with libmaa 1.3.0

* Tue Jun 15 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.14.0-alt1
- Initial build for Sisyphus