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

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


Author: pfrields

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

Modified Files:
	spec.xsl 
Log Message:
Grab all .desktop files


Index: spec.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/spec.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spec.xsl	27 Dec 2005 18:14:37 -0000	1.6
+++ spec.xsl	28 Dec 2005 20:01:25 -0000	1.7
@@ -19,9 +19,11 @@
 License:	<xsl:value-of select="/rpm-info/license/rights"/> (Version <xsl:value-of select="/rpm-info/license/version"/>)
 Url:		http://fedora.redhat.com/projects/docs
 Source0:	%{docbase}-%{version}.src.tar.gz
-Source1:	%{name}.desktop
+Source1:	%{name}-gnome.desktop
+Source2: 	%{name}-kde.desktop
+Source3:	%{name}-khelp.desktop
 <xsl:for-each select="/rpm-info/titles/translation">Source<xsl:value-of
-	select="position()+1" />:	%{name}-<xsl:choose><xsl:when
+	select="position()+3" />:	%{name}-<xsl:choose><xsl:when
 	  test="@lang = 'en'">C</xsl:when><xsl:otherwise><xsl:value-of
 	    select="@lang"/></xsl:otherwise></xsl:choose>.omf
 </xsl:for-each>




More information about the Fedora-docs-commits mailing list