]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add further explanation on RPM packaging.
authorGraham Leggett <minfrin@apache.org>
Mon, 19 Dec 2011 00:36:39 +0000 (00:36 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 19 Dec 2011 00:36:39 +0000 (00:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220570 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/rpm.html.en

index 8f24342fb0af012e1dc091ba3e10261925f15810..5fc98b3f9c10086ea1f26b6a75bac7f9abb1a54c 100644 (file)
 </div>
 
 
+    <p>While many distributions make Apache httpd available as operating system
+    supported packages, it can sometimes be desirable to install and use the
+    canonical version of Apache httpd on these systems, replacing the natively
+    provided versions of the packages.</p>
+
+    <p>While the Apache httpd project does not currently create binary RPMs
+    for the various distributions out there, it is easy to build your own
+    binary RPMs from the native Apache httpd tarball.</p>
+
     <p>This document explains how to build, install, configure and run
-    Apache 2.4 under Unix systems supporting the RPM packaging format.</p>
+    Apache httpd 2.4 under Unix systems supporting the RPM packaging format.</p>
 
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#creating">Creating a Source RPM</a></li>
       rpmbuild -tb httpd-2.4.x.tar.bz2
     </code></p></div>
 
+    <p>Corresponding "-devel" packages will be required to be installed on your
+    build system prior to building the RPMs, the <code>rpmbuild</code> command
+    will automatically calculate what RPMs are required and will list any
+    dependencies that are missing on your system. These "-devel" packages will
+    not be required after the build is completed, and can be safely removed.</p>
+
     <p>If successful, the following RPMs will be created:</p>
 
     <dl>