release-notes/devel Makefile, 1.23, 1.24 fedora-release-notes.spec, 1.14, 1.15

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Sep 2 01:58:22 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile fedora-release-notes.spec 
Log Message:
This still is not finished or working, but I'm still on the case...


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile	1 Sep 2006 22:27:39 -0000	1.23
+++ Makefile	2 Sep 2006 01:58:19 -0000	1.24
@@ -301,6 +301,8 @@
 release-pkg:: ${PKGNAME}-${VERSION}.tar.gz
 ${PKGNAME}-${VERSION}.tar.gz::  $(foreach LANG,${LANGUAGES},release-pkg-${LANG})
 	cp -a --parents css/*css fedora.css img/*png stylesheet-images/*png ${PKGNAME}-${VERSION}
+	mkdir -p ${PKGNAME}-${VERSION}/about
+	$(foreach L,${LANGUAGES}, $(shell cp -pr ${L}/about-fedora.xml ${PKGNAME}-${VERSION}/about)
 	cp -a about-* ${PKGNAME}-${VERSION}
 	cp -a README-Accessibility ${PKGNAME}-${VERSION}
 	tar czf ${PKGNAME}-${VERSION}.tar.gz ${PKGNAME}-${VERSION}


Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/docs/release-notes/devel/fedora-release-notes.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fedora-release-notes.spec	4 Aug 2006 18:24:54 -0000	1.14
+++ fedora-release-notes.spec	2 Sep 2006 01:58:19 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		fedora-release-notes
 Version:	5.91
-Release:	7
+Release:	8
 Summary:	Release Notes for Fedora Core %{version}
 URL:		http://fedoraproject.org/wiki/Docs/Beats
 
@@ -33,7 +33,6 @@
 	RELEASE-NOTES-en_US.html >> index.html
 cat %{SOURCE2} >> index.html
 sed -i 's/@RELEASE@/%{version}/g' about-gnome.desktop
-sed -i 's/@DATE@/%(date +"%%Y-%%m-%%d")/g;s/@RELEASE@/%{version}/g' about-fedora.omf
 
 
 %install
@@ -49,7 +48,7 @@
   install -m 755 -D $F $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/$F
 done
 find about/ -type f -exec install -m 644 -D {} $RPM_BUILD_ROOT%{_defaultdocdir}/fedora-release-notes-%{version}/{} \;
-install -m 644 -D about-fedora.omf $RPM_BUILD_ROOT%{_datadir}/omf/fedora-release-notes/about-fedora.omf
+install -m 644 -d *.omf $RPM_BUILD_ROOT%{_datadir}/omf/fedora-release-notes/
 install -m 644 -D about-gnome.desktop $RPM_BUILD_ROOT%{_datadir}/applications/about-fedora.desktop
 
 
@@ -75,7 +74,11 @@
 
 
 %changelog
-* Fri Aug  4 2006 Paul W. Frields <stickster at gmail.com> - 5.91-7
+* Fri Sep  1 2006 Paul W. Frields <stickster at gmail.com> - 5.91-8
+- Handle i18n OMF files
+
+* Sat Aug 26 2006 Paul W. Frields <stickster at gmail.com> - 5.91-7
+- Add README-BURNING-ISOS.txt for inclusion in mirrors
 - Put About document in proper directory
 
 * Wed Aug  2 2006 Jesse Keating <jkeating at redhat.com> - 5.91-6




More information about the Fedora-docs-commits mailing list