LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   RPM: How? (https://www.linuxquestions.org/questions/linux-general-1/rpm-how-25714/)

rverlander 07-13-2002 11:26 PM

RPM: How?
 
I made my own RPM:D
How do I turn the .src.rpm file to a normal RPM like a .i586.rpm file:confused:

tomservo 07-14-2002 10:08 PM

http://www.rpm.org/max-rpm/ch-rpm-multi.html--I hope this is some help for what you're trying to do.

pbharris 07-14-2002 10:59 PM

a little RPM cheat sheet

Quote:

rpm --rebuild --target [arch] packagename.src.rpm Builds an RPM for a specific architecture which can be nice for CPU optimizations. An example: rpm --rebuild --target athlon galeon-1.0.2.src.rpm . The RPM will be placed in /usr/src/<distroname>/RPMS/<architecture>, e.g. /usr/src/redhat/RPMS/athlon/


All times are GMT -5. The time now is 11:51 PM.