If you want you can install duc through a rpm package. Under build/duc.spec
you find the spec file to build the rpm.
Tested on CentOS 6.5
.
Using mock
and rpmdevtools
to create the rpm (yum install mock rpm-build rpmdevtools
from EPEL
).
Add new mock user:
useradd <username>
passwd <username>
usermod -aG mock <username>
Or editing existing users:
usermod -aG mock <username> && newgrp mock
cd deploy/rpmbuild/
spectool -g duc.spec
mock --resultdir=. --root epel-6-x86_64 --buildsrpm --spec duc.spec --sources .
mock --resultdir=. --root=epel-6-x86_64 --rebuild duc-1.0-1.el6.src.rpm
After this operations you have duc-1.0-1.el6.x86_64.rpm
. To install it simply run:
yum localinstall duc-1.0-1.el6.x86_64.rpm