Difference between revisions of "Spec file"
From AMule Project FAQ
(style, grammar) |
|||
Line 3: | Line 3: | ||
</center> | </center> | ||
− | + | A '''spec file''' is included in the [[aMule CVS]] tarball with which you can easily generate an [[RPM]] package. | |
It works like this: | It works like this: | ||
− | #Download the latest | + | # Download the latest aMule CVS tarball. It must be tarball of the ''same day'', these RPMs can only be built on the same day you download them. |
#Run: ''rpmbuild -ta aMule-CVS-tarball.tar.bz2'' | #Run: ''rpmbuild -ta aMule-CVS-tarball.tar.bz2'' | ||
− | # | + | #When it is completed, you will have an RPM file which you can install with rpm. |
− | + | :'''Not:''' You must have everything required to compile aMule previously installed in your system. | |
− | + | ||
− | + |
Revision as of 02:01, 21 December 2006
A spec file is included in the aMule CVS tarball with which you can easily generate an RPM package.
It works like this:
- Download the latest aMule CVS tarball. It must be tarball of the same day, these RPMs can only be built on the same day you download them.
- Run: rpmbuild -ta aMule-CVS-tarball.tar.bz2
- When it is completed, you will have an RPM file which you can install with rpm.
- Not: You must have everything required to compile aMule previously installed in your system.