Changes between Initial Version and Version 1 of CompileLinuxRPM

Show
Ignore:
Timestamp:
23/11/2006 20:16:56 (4 years ago)
Author:
hickinbottoms
Comment:

Initial version (based on old wiki)

Legend:

Unmodified
Added
Removed
Modified
  • CompileLinuxRPM

    v1 v1  
     1= Building a Box Backup RPM = 
     2[[TracNav]] 
     3It is very easy to build an RPM of Box Backup on Linux platforms. This should work on all Red Hat distributions (including Fedora), SuSE, and probably others too. 
     4 
     5Given that you have the correct development packages installed simply execute this command (replacing the version number): 
     6{{{ 
     7rpmbuild -ta boxbackup-0.00.tgz 
     8}}} 
     9''rpmbuild'' will report where the packages have been written to, and these can be installed in the normal manner. 
     10 
     11If you have never built an RPM before you should set up a convenient build area as described in the [http://www.rpm.org/max-rpm/s1-rpm-anywhere-different-build-area.html RPM book]. 
     12 
     13If you wish to customise the package you can find the spec file in the ''contrib/rpm'' directory.