Difference between revisions of "Spec file"
From AMule Project FAQ
Line 8: | Line 8: | ||
# 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. | # 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- | + | #Run: ''rpmbuild -ta aMule-SVN-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-SVN-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.