Changes

Jump to navigation Jump to search
79 bytes added ,  00:30, 9 June 2015
Line 2: Line 2:     
===Introduction===
 
===Introduction===
 +
 +
[http://www.sme-server.de/download/Howtos/build.html original author]<br />
 +
 
Building RPMs is fairly easy to do, especially if you can get the software you are trying to package to build on its own. We assume here that you know how to build software from source. If you don't you probably shouldn't be starting with this document.
 
Building RPMs is fairly easy to do, especially if you can get the software you are trying to package to build on its own. We assume here that you know how to build software from source. If you don't you probably shouldn't be starting with this document.
   Line 17: Line 20:     
Under normal operation, RPM builds both binary and source packages.
 
Under normal operation, RPM builds both binary and source packages.
 +
 
===The Spec File===
 
===The Spec File===
   Line 237: Line 241:  
The format is simple. Start each new entry with a line with a * followed by the date, your name, and your email address. The date should appear in the same format that is output by:
 
The format is simple. Start each new entry with a line with a * followed by the date, your name, and your email address. The date should appear in the same format that is output by:
   −
date +"%a %b %d %Y"
+
date +"%a %b %d %Y"
 
        
 
        
    
The rest of the section is a free text field, but should be organized in some coherent manner.
 
The rest of the section is a free text field, but should be organized in some coherent manner.

Navigation menu