rpms/fedora-release-notes/devel fedora-release-notes.spec, 1.29, 1.30

Paul W. Frields pfrields at fedoraproject.org
Thu Oct 2 21:52:15 UTC 2008


Author: pfrields

Update of /cvs/pkgs/rpms/fedora-release-notes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30873

Modified Files:
	fedora-release-notes.spec 
Log Message:
* 9.92-1
  - Bump version and release to match for F10 Preview Release
  - Fix description
  - Fix missing README content



Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-release-notes/devel/fedora-release-notes.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- fedora-release-notes.spec	22 Sep 2008 19:40:10 -0000	1.29
+++ fedora-release-notes.spec	2 Oct 2008 21:51:45 -0000	1.30
@@ -1,6 +1,6 @@
 Name:		fedora-release-notes
-Version:	8.92
-Release:	2
+Version:	9.92
+Release:	1
 Summary:	Release Notes for Fedora %{version}
 URL:		http://fedoraproject.org/wiki/Docs/Beats
 
@@ -25,7 +25,7 @@
 Provides:	system-release-notes = %{version}-%{release}
 
 %description 
-These are the official Release Notes for Fedora 8,
+These are the official Release Notes for Fedora 10,
 written and edited by the Fedora community.  For more
 information on the Release Notes process or how you can
 contribute, refer to the Release Notes HOWTO located at
@@ -41,11 +41,7 @@
 
 
 %build
-#cat %{SOURCE1} > index.html
-#sed 's/.*<div class="article"/<div class="article"/g' \
-#	RELEASE-NOTES-en_US.html >> index.html
-#cat %{SOURCE2} >> index.html
-#sed -i 's/@RELEASE@/%{version}/g' about-gnome.desktop
+# One day maybe we'll use Publican here.
 
 
 %install
@@ -67,6 +63,12 @@
     find $D -type f | while read foo ; do ln -s ../../../$foo $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/release-notes/${L}/${D} ; done
   done 
 done
+pushd README-%{version}/
+for F in README-*.txt; do
+  L=`echo ${F} | %{__sed} 's/README-\(.*\)\.txt/\1/'`
+  install -m 644 -D $F $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/readme/${L}/${F}
+done
+popd
 pushd README-BURNING-ISOS-%{version}/
 for F in README-BURNING-ISOS-*.txt; do
   L=`echo ${F} | %{__sed} 's/README-BURNING-ISOS-\(.*\)\.txt/\1/'`
@@ -122,6 +124,11 @@
 
 
 %changelog
+* Thu Oct  2 2008 Paul W. Frields <stickster at gmail.com> - 9.92-1
+- Bump version and release to match for F10 Preview Release
+- Fix description
+- Fix missing README content
+
 * Mon Sep 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 8.92-2
 - Provides: system-release-notes
 




More information about the scm-commits mailing list