Difference between revisions of "Spec file"

From AMule Project FAQ
Jump to: navigation, search
Line 7: Line 7:
 
It works like this:
 
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.
+
# 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 17:10, 3 June 2008

English | Deutsch | Spanish

A spec file is included in the aMule SVN tarball with which you can easily generate an RPM package.

It works like this:

  1. 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.
  2. Run: rpmbuild -ta aMule-CVS-tarball.tar.bz2
  3. 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.