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

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jan 7 05:23:14 UTC 2006


Author: pfrields

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

Modified Files:
	info2rpminfo.xsl 
Log Message:
REALLY fix copyright element transform


Index: info2rpminfo.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/info2rpminfo.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- info2rpminfo.xsl	7 Jan 2006 04:54:47 -0000	1.6
+++ info2rpminfo.xsl	7 Jan 2006 05:23:07 -0000	1.7
@@ -14,11 +14,9 @@
 	<xsl:element name="rights">GNU FDL</xsl:element>
 	<xsl:element name="version">1.0</xsl:element>
       </xsl:element>
-      <xsl:element name="copyright">
-	<xsl:for-each select="copyright/*">
-	  <xsl:copy-of select="."/>
-	</xsl:for-each>
-      </xsl:element>
+      <xsl:for-each select="copyright">
+	<xsl:copy-of select="."/>
+      </xsl:for-each>
       <xsl:element name="titles">
 	<xsl:apply-templates select="title"/>
       </xsl:element>




More information about the Fedora-docs-commits mailing list