summaryrefslogtreecommitdiffstats
path: root/docs/manual/platform
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-19 01:37:19 +0100
committerGraham Leggett <minfrin@apache.org>2011-12-19 01:37:19 +0100
commit38f71bb256233922e89063df71972fde3d0832e0 (patch)
treed1937060cfa0c3834582b25644911ae72aa18897 /docs/manual/platform
parentAdd further explanation on RPM packaging. (diff)
downloadapache2-38f71bb256233922e89063df71972fde3d0832e0.tar.xz
apache2-38f71bb256233922e89063df71972fde3d0832e0.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/platform')
-rw-r--r--docs/manual/platform/index.xml.ko2
-rw-r--r--docs/manual/platform/index.xml.meta2
-rw-r--r--docs/manual/platform/rpm.xml17
3 files changed, 18 insertions, 3 deletions
diff --git a/docs/manual/platform/index.xml.ko b/docs/manual/platform/index.xml.ko
index 3295fd7351..cc2739e916 100644
--- a/docs/manual/platform/index.xml.ko
+++ b/docs/manual/platform/index.xml.ko
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:1220524 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/platform/index.xml.meta b/docs/manual/platform/index.xml.meta
index 3070356f99..1ac8ab1fa4 100644
--- a/docs/manual/platform/index.xml.meta
+++ b/docs/manual/platform/index.xml.meta
@@ -8,7 +8,7 @@
<variants>
<variant>en</variant>
- <variant>ko</variant>
+ <variant outdated="yes">ko</variant>
<variant>zh-cn</variant>
</variants>
</metafile>
diff --git a/docs/manual/platform/rpm.xml b/docs/manual/platform/rpm.xml
index d8c172568a..8c05d1bab7 100644
--- a/docs/manual/platform/rpm.xml
+++ b/docs/manual/platform/rpm.xml
@@ -27,8 +27,17 @@
<summary>
+ <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>
</summary>
@@ -54,6 +63,12 @@
rpmbuild -tb httpd-2.4.x.tar.bz2
</example>
+ <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>