Threadpool packages

These are the threadpool packages to be used with the server component of checksysreport.

You may also want to compile your own package based on the latest upstream version.

Edit your ~/.rpmmacros in order to add the following line:


%_unpackaged_files_terminate_build 0

Then download the tarball and package it:


wget http://chrisarndt.de/projects/threadpool/download/threadpool-1.2.5.tar.bz2
tar xvjf threadpool-1.2.5.tar.bz2
cd threadpool-1.2.5
python setup.py bdist_rpm
rpm -ivh dist/threadpool-1.2.5-1.noarch.rpm

Comments are closed.