diff --git a/RHL6/readme.txt b/RHL6/readme.txt index d9a631b..470fce5 100644 --- a/RHL6/readme.txt +++ b/RHL6/readme.txt @@ -2,8 +2,8 @@ This package can't be safely built in an automatic way, so you have to build it 1. If you haven't installed it yet, install the rpmdevtools package using yum. 2. Go to your home folder and call rpmdev-setuptree to create the required directory structure. 3. Copy NVDARemoteServer.spec into ~rpmbuild/SPECS -4. Copy daemon.py, server.py, LICENSE, NVDARemoteServer, NVDARemoteServer.1 (manual), NVDARemoteCertificate.1 (manual), NVDARemoteCertificate, NVDARemoteServerd and server.pem into ~/rpmbuild/SOURCES/NVDARemoteServer-1.4.1, creating the directory if it doesn't exist -5. Navigate to the SOURCES directory, and tar the NVDARemoteServer-1.4.1 folder: tar -czf server.tar.gz NVDARemoteServer-1.4.1 +4. Copy daemon.py, server.py, LICENSE, NVDARemoteServer, NVDARemoteServer.1 (manual), NVDARemoteCertificate.1 (manual), NVDARemoteCertificate, NVDARemoteServerd and server.pem into ~/rpmbuild/SOURCES/NVDARemoteServer-1.4.2, creating the directory if it doesn't exist +5. Navigate to the SOURCES directory, and tar the NVDARemoteServer-1.4.2 folder: tar -czf server.tar.gz NVDARemoteServer-1.4.2 6. Go back to the ~/rpmbuild, and run: rpmbuild -ba SPECS/NVDARemoteServer.spec 7. You will find the rpm file in ~/rpmbuild/RPMS/noarch Enjoy! diff --git a/RHL7/readme.txt b/RHL7/readme.txt index 9ceabd5..8bb1654 100644 --- a/RHL7/readme.txt +++ b/RHL7/readme.txt @@ -2,8 +2,8 @@ This package can't be safely built in an automatic way, so you have to build it 1. If you haven't installed it yet, install the rpmdevtools package using yum. 2. Go to your home folder and call rpmdev-setuptree to create the required directory structure. 3. Copy NVDARemoteServer.spec into ~rpmbuild/SPECS -4. Copy daemon.py, server.py, LICENSE, NVDARemoteServer, NVDARemoteServer.1 (manual), NVDARemoteCertificate.1 (manual), NVDARemoteCertificate, NVDARemoteServer.service and server.pem into ~/rpmbuild/SOURCES/NVDARemoteServer-1.4.1, creating the directory if it doesn't exist -5. Navigate to the SOURCES directory, and tar the NVDARemoteServer-1.4.1 folder: tar -czf server.tar.gz NVDARemoteServer-1.4.1 +4. Copy daemon.py, server.py, LICENSE, NVDARemoteServer, NVDARemoteServer.1 (manual), NVDARemoteCertificate.1 (manual), NVDARemoteCertificate, NVDARemoteServer.service and server.pem into ~/rpmbuild/SOURCES/NVDARemoteServer-1.4.2, creating the directory if it doesn't exist +5. Navigate to the SOURCES directory, and tar the NVDARemoteServer-1.4.2 folder: tar -czf server.tar.gz NVDARemoteServer-1.4.2 6. Go back to the ~/rpmbuild, and run: rpmbuild -ba SPECS/NVDARemoteServer.spec 7. You will find the rpm file in ~/rpmbuild/RPMS/noarch Enjoy!