Environment is AIX 7.0 RPM Version 3.0.5 . I am very new to Unix world, Please be patient with my ignorance.
We have 3 different types of files to be packaged as RPM.
• Source/binary/*.bainaryfiles (around 160 of them)
• Source/ui/*.mm (No of files 2)
• Source/scripts/*.sh (10 to 20)
These files are compiled for the target server and these are in binary form and we don’t want to compress these files to tar.
When the install happens on the Generated RPM using rpmbuild the .binaryfiles ,.ui and .sh files have to go to different directories on the target server
No build has to happen since its already built.
Can anybody provide me the .spec file sample and the steps. can we run rpmbuild without root access? Can we run the install of the rpm without root access?
Here is an example that doesn't have any build section.
This one is by Fedora, but I think a lot of guidelines apply in general https://fedoraproject.org/wiki/How_to_create_an_RPM_package