docs-common/packaging spec.xsl,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Dec 28 22:20:46 UTC 2005


Author: pfrields

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10499/docs-common/packaging

Modified Files:
	spec.xsl 
Log Message:
Provide stuff that RPM expects in -lang subpackages


Index: spec.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/spec.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- spec.xsl	28 Dec 2005 20:01:25 -0000	1.7
+++ spec.xsl	28 Dec 2005 22:20:39 -0000	1.8
@@ -38,7 +38,11 @@
 %description
 <xsl:value-of select="/rpm-info/titles/translation[@lang='en']/desc" />
 
-<xsl:for-each select="/rpm-info/titles/translation"><xsl:if test="@lang != 'en'">%description	<xsl:value-of select="@lang"/>
+<xsl:for-each select="/rpm-info/titles/translation"><xsl:if test="@lang != 'en'">%package        <xsl:value-of select="@lang"/>
+Summary:        Fedora Documentation - <xsl:value-of select="title"/>
+Group:          Documentation
+
+%description	<xsl:value-of select="@lang"/>
 <xsl:value-of select="desc"/></xsl:if></xsl:for-each>
 
 %prep




More information about the Fedora-docs-commits mailing list