Difference between revisions of "RPM"

Jump to navigation Jump to search
477 bytes added ,  14 years ago
no edit summary
m
Line 20: Line 20:


  # rpmbuild --rebuild kiwix-1.9.svn_09122009-1.src.rpm
  # rpmbuild --rebuild kiwix-1.9.svn_09122009-1.src.rpm
Your can find the rpm package built for you in ~/rpmbuild/RPMS
if you can play with a .spec file and built a kiwix rpm with others options, must extrat a rpm package:
# rpm2cpio kiwix-1.9.svn_09122009-1.src.rpm | cpio -idmv
put the files and move for your build enviroment:
# mv kiwix-1.9.svn_09122009.tar.gz ~/rpmbuild/SOURCES/
# mv kiwix.spec ~/rpmbuild/SPECS/
Edit and modify to.spec file, and rebuild from .spec with:
# rpmbuild -ba ~/rpmbuild/SPECS/kiwix.spec
8

edits

Navigation menu