Important: This custom installation procedure is reserved for those users that need to change a portion of the installation procedure or its contents in their specific environment. Reasons might include a need to change the directory where files are installed, or to modify the source code. Modifications to the source package may cause Digi to refuse support for that package in that environment.
See Package Version and Revision for important information on entering commands in this procedure.
rpm -ivv epca-version-revision.src.rpm
This command also copies the specification file (/usr/src/redhat/SPECS/epca-version.spec) to the SPECS directory.
cd /usr/src/redhat/SPECS
rpm -bp epca.spec
The -bp option specifies that only the preparation section
(%prep) of the specification file should be executed. This might
result in the source files being uncompressed, removed from the
archive, and placed in the following directory:
/usr/src/redhat/BUILD/epca-version-revision
/usr/src/redhat/BUILD/epca-version-revision
The specification file is named:
/usr/src/redhat/SPECS/epca.spec
Important: You should save the original version of any file that you change, plus the final versions of the files after you make and test your changes. These backup copies should be placed somewhere other than in the /usr/src/redhat tree.
Important: If you change the final location of any of the files in the package, you must also update the %file list in the specification file. Otherwise, you will get a message that the installation was incomplete, because some files were not found.
Recommended: It is recommended that you document your changes in the %description section of the specification file.
cd /usr/src/redhat/BUILD
tar -cavzf ../SOURCES/epca-version-revision.tgz epca-version-revision/*
Once the TGZ file has been replaced, you can proceed with step 3 of the Standard Installation Procedure.