2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/perl-Crypt-Rijndael/Build-notes
ligc 7362f98335 add perl-Crypt-Rijndael build instructions
Former-commit-id: 92f4ec61c6a2171de786d4e0347ddf7e6342c00a
2014-12-18 11:07:25 +08:00

8 lines
508 B
Plaintext

# The steps below are verified on RHEL7.1 ppc64le
1. Copy Crypt-Rijndael-1.09.tar.gz to /root/rpmbuild/SOURCES/.
2. Copy perl-Crypt-Rijndael.spec to /root/rpmbuild/SPECS/
3. Run "rpmbuild -bb /root/rpmbuild/SPECS/perl-Crypt-Rijndael.spec" which creates /root/rpmbuild/RPMS/ppc64le/perl-Crypt-Rijndael-1.09-2.ael7a.ppc64le.rpm
Note: the build of perl-Crypt-Rijndael needs perl-Test-Manifest, which is not shipped with RHEL. Could build perl-Test-Manifest from source code, or download binary from internet.