Branch 'f10' - 3 commits - fedora-release-notes.spec po/LINGUAS README.fedora-release

Paul W. Frields pfrields at fedoraproject.org
Mon Nov 17 15:59:41 UTC 2008


 README.fedora-release     |   38 +++++++++++++++++++++++++++-----------
 fedora-release-notes.spec |    5 ++++-
 po/LINGUAS                |    2 +-
 3 files changed, 32 insertions(+), 13 deletions(-)

New commits:
commit 5e2a393961ea5fb6fa540a013345f1a357a66ff1
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Nov 17 10:59:13 2008 -0500

    Assamese is back in play

diff --git a/po/LINGUAS b/po/LINGUAS
index 638b361..9f4b7c9 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,5 +1,5 @@
 # Please keep list in alphabetical order!
-#as
+as
 bn_IN
 ca
 cs


commit ac6fb7de28f02ae69cba668a06d479cb6678f3a8
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Nov 17 10:57:53 2008 -0500

    Update instructions for sake of posterity

diff --git a/README.fedora-release b/README.fedora-release
index 020077c..c5c3a37 100644
--- a/README.fedora-release
+++ b/README.fedora-release
@@ -3,23 +3,39 @@
 ==========================================
 
 If you want to turn the current release notes into a SRPM package for
-import to Core, do the following:
+import to Package CVS, do the following:
 
-SHORT VERSION
---------------
-
-#/bin/bash
-cd /build/dir
-export CVSROOT=:pserver:anonymous at cvs.fedoraproject.org:/cvs/docs
-cvs co release-notes-<branch>    # <branch> = F-7, devel...
+#!/bin/bash
+cd /build/dir       # your location of choice
+git clone git://git.fedorahosted.org/git/docs/release-notes.git
+git clone git://git.fedorahosted.org/git/fedora-doc-utils.git
 cd release-notes
+git checkout f10    # or appropriate branch, 'f11', 'master', etc.
 make release-srpm
 
 
-LONG VERSION
--------------
+You find it more time efficient to do separate checkouts of the
+component rpositories, build the tarballs separately, and then build
+the SRPM manually:
 
-A lie. There is no long version.
+#!/bin/bash
+#####################
+## Assumes you have done the above checkouts already
+#####################
+cd /build/dir
+git clone git://git.fedorahosted.org/git/docs/about-fedora.git
+git clone git://git.fedorahosted.org/git/docs/homepage.git
+git clone git://git.fedorahosted.org/git/docs/readme.git
+git clone git://git.fedorahosted.org/git/docs/readme-burning-isos.git
+git clone git://git.fedorahosted.org/git/docs/readme-live-image.git
+for i in about-fedora homepage readme* ; do
+    pushd $i
+    make release-pkg && cp *.tar.gz ../release-notes
+    popd $i
+done
+cd release-notes
+rpmbuild -bs --define "_topdir `pwd`" --define "_specdir `pwd`" \
+	     --define "_srcrpmdir `pwd`" fedora-release-notes.spec
 
 
 -- PWF, rev. 2007-05-21


commit e2e217371efbc3cddedaa0c7c962508c322f9871
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Nov 17 10:45:34 2008 -0500

    Update spec file to match Package CVS

diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index c30e4e6..1d0e19b 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -1,6 +1,6 @@
 Name:		fedora-release-notes
 Version:	10.0.0
-Release:	0.2
+Release:	1
 Summary:	Release Notes for Fedora 10
 URL:		http://fedoraproject.org/wiki/Docs/Beats
 
@@ -124,6 +124,9 @@ if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev
 
 
 %changelog
+* Sun Nov 16 2008 Paul W. Frields <stickster at gmail.com> - 10.0.0-1
+- Updates for F10 GA release
+
 * Fri Nov  7 2008 Paul W. Frields <stickster at gmail.com> - 10.0.0-0.2
 - Snapshot package for updated fedora-release compatibility
 





More information about the Fedora-docs-commits mailing list