Difference between revisions of "Spec file"
From AMule Project FAQ
Line 7: | Line 7: | ||
It works like this: | It works like this: | ||
− | # Download the latest aMule | + | # Download the latest aMule SVN 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. | #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. | :'''Not:''' You must have everything required to compile aMule previously installed in your system. |
Revision as of 16:10, 3 June 2008
A spec file is included in the aMule SVN tarball with which you can easily generate an RPM package.
It works like this:
- Download the latest aMule SVN 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.