release-notes rpm-info.xml,1.3,1.4 Makefile,1.21,1.22

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 17 00:47:03 UTC 2006


Author: pfrields

Update of /cvs/docs/release-notes
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31400

Modified Files:
	Makefile 
Added Files:
	rpm-info.xml 
Log Message:
Move XML and rpm-info to NWO ;-)


Index: rpm-info.xml
===================================================================
RCS file: rpm-info.xml
diff -N rpm-info.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ rpm-info.xml	17 Feb 2006 00:46:55 -0000	1.4
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<!DOCTYPE rpm-info SYSTEM "../docs-common/packaging/rpm-info.dtd">
+
+<rpm-info>
+  <colophon>
+    <worker id="quaid" wholename="Karsten Wade" email="kwade at redhat.com"
+      surname="Wade" firstname="Karsten" initials="quaid"/>
+      <worker email="Tommy.Reynolds at MegaCoder.com" firstname="Tommy" id="megacoder" initials="JTR" surname="Reynolds" wholename="Tommy Reynolds"/>
+  </colophon>
+  <author worker="quaid"/>
+  <license>
+    <rights>GNU FDL</rights>
+    <version>1.0</version>
+  </license>
+  <copyright>
+    <year>2006</year>
+    <holder>Red Hat, Inc.</holder>
+  </copyright>
+  <titles>
+    <translation lang="en">
+      <title>Fedora Core 5 test3 Release Notes</title>
+      <desc>Important information about this release of Fedora Core</desc>
+    </translation>
+<!--PLEASE ADD A TRANSLATION FOR EACH ADDITIONAL LANGUAGE.-->
+    <translation lang="zh_CN">
+      <title>Fedora Core 5 test3 发行注记</title>
+      <desc></desc>
+    </translation>
+    <translation lang="it">
+      <title>Note di rilascio per Fedora Core 5 test3</title>
+      <desc></desc>
+    </translation>
+    <translation lang="ru">
+      <title>Fedora Core 5 test3 Замечания к выпуску</title>
+      <desc></desc>
+    </translation>
+    <translation lang="ja_JP">
+      <title>Fedora core 5 test3 リリースノート</title>
+      <desc></desc>
+    </translation>
+  </titles>
+  <changelog order="newest-first">
+    <revision date="Tue Jan 24 2006" number="0" role="rpm">
+      <author worker="megacoder"/>
+      <details>Dummy entry to make rpm building work; please remove</details>
+    </revision>
+    <revision date="Tue Jan 24 2006" number="0.0.0" role="doc">
+    <author worker="quaid"/>
+    <details>Dummy entry to make rpm building work; please remove</details>
+    </revision>
+  </changelog>
+</rpm-info>


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile	13 Feb 2006 12:58:37 -0000	1.21
+++ Makefile	17 Feb 2006 00:46:55 -0000	1.22
@@ -17,41 +17,41 @@
 
 define XMLEXTRAFILES_template
 
-XMLEXTRAFILES-$(1)=	$(1)/ArchSpecific-en.xml			\
-			$(1)/ArchSpecificPPC-$(1).xml 			\
-			$(1)/ArchSpecificx86_64-$(1).xml 		\
-			$(1)/ArchSpecificx86-$(1).xml			\
-			$(1)/BackwardsCompatibility-$(1).xml 		\
-			$(1)/Colophon-$(1).xml				\
-			$(1)/DatabaseServers-$(1).xml 			\
-			$(1)/Desktop-$(1).xml 				\
-			$(1)/DevelTools-$(1).xml 			\
-			$(1)/DevelToolsGCC-$(1).xml 			\
-			$(1)/Entertainment-$(1).xml 			\
-			$(1)/Feedback-$(1).xml 				\
-			$(1)/FileServers-$(1).xml	 		\
-			$(1)/FileSystems-$(1).xml			\
-			$(1)/I18n-$(1).xml				\
-			$(1)/Installer-$(1).xml 			\
-			$(1)/Java-$(1).xml				\
-			$(1)/Kernel-$(1).xml				\
-			$(1)/Legacy-$(1).xml				\
-			$(1)/Multimedia-$(1).xml			\
-			$(1)/Networking-$(1).xml			\
-			$(1)/OverView-$(1).xml				\
-			$(1)/PackageChanges-$(1).xml			\
-			$(1)/PackageNotes-$(1).xml			\
-			$(1)/PackageNotesJava-$(1).xml			\
-			$(1)/Printing-$(1).xml				\
-			$(1)/ProjectOverview-$(1).xml			\
-			$(1)/Samba-$(1).xml				\
-			$(1)/Security-$(1).xml				\
-			$(1)/SecuritySELinux-$(1).xml			\
-			$(1)/ServerTools-$(1).xml			\
-			$(1)/SystemDaemons-$(1).xml			\
-			$(1)/WebServers-$(1).xml			\
-			$(1)/Welcome-$(1).xml				\
-			$(1)/Xorg-$(1).xml
+XMLEXTRAFILES-$(1)=	$(1)/ArchSpecific.xml				\
+			$(1)/ArchSpecificPPC.xml 			\
+			$(1)/ArchSpecificx86_64.xml 		\
+			$(1)/ArchSpecificx86.xml			\
+			$(1)/BackwardsCompatibility.xml 		\
+			$(1)/Colophon.xml				\
+			$(1)/DatabaseServers.xml 			\
+			$(1)/Desktop.xml 				\
+			$(1)/DevelTools.xml 			\
+			$(1)/DevelToolsGCC.xml 			\
+			$(1)/Entertainment.xml 			\
+			$(1)/Feedback.xml 				\
+			$(1)/FileServers.xml	 		\
+			$(1)/FileSystems.xml			\
+			$(1)/I18n.xml				\
+			$(1)/Installer.xml 			\
+			$(1)/Java.xml				\
+			$(1)/Kernel.xml				\
+			$(1)/Legacy.xml				\
+			$(1)/Multimedia.xml			\
+			$(1)/Networking.xml			\
+			$(1)/OverView.xml				\
+			$(1)/PackageChanges.xml			\
+			$(1)/PackageNotes.xml			\
+			$(1)/PackageNotesJava.xml			\
+			$(1)/Printing.xml				\
+			$(1)/ProjectOverview.xml			\
+			$(1)/Samba.xml				\
+			$(1)/Security.xml				\
+			$(1)/SecuritySELinux.xml			\
+			$(1)/ServerTools.xml			\
+			$(1)/SystemDaemons.xml			\
+			$(1)/WebServers.xml			\
+			$(1)/Welcome.xml				\
+			$(1)/Xorg.xml
 
 endef
 
@@ -72,8 +72,8 @@
 #	echo FINISHED AT LAST
 ########################################################################
 define HACK_FDP_template
-$(1)/fdp-info-$(1).xml::
-	sed -i 's#legalnotice-en.xml#legalnotice-relnotes-en.xml#g' $(1)/fdp-info-$(1).xml
+$(1)/fdp-info.xml::
+	sed -i 's#legalnotice-en.xml#legalnotice-relnotes-en.xml#g' $(1)/fdp-info.xml
 endef
 
 $(foreach LANG,${LANGUAGES},$(eval $(call HACK_FDP_template,${LANG})))




More information about the Fedora-docs-commits mailing list