[PATCH 1/3] Packagers Guide: Remove Creating_and_Building_Packages.xml references to versions in package documentation directories

Simon simon.richard.clark at gmail.com
Fri Jan 31 16:38:15 UTC 2014


Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs remove all references to the version number from the per package documentation directory in /usr/share/doc leaving just the package's name.
---
 en-US/Creating_and_Building_Packages.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en-US/Creating_and_Building_Packages.xml b/en-US/Creating_and_Building_Packages.xml
index 1768660..60d6854 100644
--- a/en-US/Creating_and_Building_Packages.xml
+++ b/en-US/Creating_and_Building_Packages.xml
@@ -179,7 +179,7 @@ Release:        1%{?dist}
 Summary:        A program that ejects removable media using software control
 </programlisting>
           </step>
-          <!--step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm-*/GROUPS</filename>. In this case, the appropriate group is <code>System Environment/Base</code> because <application>eject</application> is a base operating system utility:</para>
+          <!--step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm/GROUPS</filename>. In this case, the appropriate group is <code>System Environment/Base</code> because <application>eject</application> is a base operating system utility:</para>
 <programlisting language="RPM Spec">Group: System Environment/Base
 </programlisting></step-->
           <step>
@@ -397,7 +397,7 @@ Release:        0.1
 Summary:        A GTK+ based simple text editor
 </screen>
 </step>
-<step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm-*/GROUPS</filename>. In this case, the appropriate group is <code>Applications/Editors</code>, because <application>eog</application> is a text editor.</para></step>
+<step><para>Categorize the package into an appropriate group. The available groups are listed in <filename>/usr/share/doc/rpm/GROUPS</filename>. In this case, the appropriate group is <code>Applications/Editors</code>, because <application>eog</application> is a text editor.</para></step>
 <step><para>For the license tag, fill in the appropriate license for the software. In this case, <application>eog</application> uses the GPL.</para></step>
 <step><para>From the eog project website, get the URL for downloading the appropriate source code tarball, in this case <package>eog 0.8.18.1</package>.</para>
 <para>Use this information to fill out the next section:</para>




More information about the docs mailing list