Difference between revisions of "RPM"

Jump to navigation Jump to search
106 bytes added ,  14 years ago
Line 25: Line 25:
== Rebuild from .spec file ==
== Rebuild from .spec file ==


if you can play with a .spec file and built a kiwix rpm with others options, must extrat a rpm package:
If know how to deal with .spec file and want to built a kiwix rpm with others options, you have to:


# rpm2cpio kiwix-1.9.svn_09122009-1.src.rpm | cpio -idmv
unpack a RMP package:
<source lang="bash">
rpm2cpio kiwix-1.9.svn_09122009-1.src.rpm | cpio -idmv
</source>


put the files and move for your build enviroment:
move the extracted files in your build enviroment like following:
<source lang="bash">
mv kiwix-1.9.svn_09122009.tar.gz ~/rpmbuild/SOURCES/
mv kiwix.spec ~/rpmbuild/SPECS/
</source>


# mv kiwix-1.9.svn_09122009.tar.gz ~/rpmbuild/SOURCES/
edit and modify the .spec file, and rebuild the RPM:
# mv kiwix.spec ~/rpmbuild/SPECS/
<source lang="bash">
 
rpmbuild -ba ~/rpmbuild/SPECS/kiwix.spec
Edit and modify to.spec file, and rebuild from .spec with:
</source>
# rpmbuild -ba ~/rpmbuild/SPECS/kiwix.spec

Navigation menu