summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-28 22:20:39 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-28 22:20:39 +0000
commita0ce6aa7a591a98f6bcbba3680a311ce13e8619a (patch)
tree27df3e00eb0f010f5d6654effa94d95f1101d153
parente38d62eb595cf1f5bf9aece1669fc469dec6584a (diff)
downloadfedora-doc-utils-a0ce6aa7a591a98f6bcbba3680a311ce13e8619a.tar.gz
fedora-doc-utils-a0ce6aa7a591a98f6bcbba3680a311ce13e8619a.tar.xz
fedora-doc-utils-a0ce6aa7a591a98f6bcbba3680a311ce13e8619a.zip
Provide stuff that RPM expects in -lang subpackages
-rw-r--r--packaging/spec.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/spec.xsl b/packaging/spec.xsl
index 8bf299b..2ce3e3a 100644
--- a/packaging/spec.xsl
+++ b/packaging/spec.xsl
@@ -38,7 +38,11 @@ BuildRequires: kdelibs
%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