release-notes/devel fedora-release-notes.spec,1.60,1.61

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jul 20 00:27:08 UTC 2008


Author: pfrields

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

Modified Files:
	fedora-release-notes.spec 
Log Message:
Correct spec to include all changes, correct date, and README
restoration.



Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/docs/release-notes/devel/fedora-release-notes.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- fedora-release-notes.spec	28 Jun 2008 18:45:19 -0000	1.60
+++ fedora-release-notes.spec	20 Jul 2008 00:27:05 -0000	1.61
@@ -65,6 +65,11 @@
     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
 pushd README-BURNING-ISOS-%{version}/
 for F in README-BURNING-ISOS-*.txt; do
   L=`echo ${F} | %{__sed} 's/README-BURNING-ISOS-\(.*\)\.txt/\1/'`
@@ -120,9 +125,9 @@
 
 
 %changelog
-* Sat Jun 28 2008 Paul W. Frields <stickster at gmail.com> - 9.0.2-1
+* Sat Jul 19 2008 Paul W. Frields <stickster at gmail.com> - 9.0.2-1
 - Content and translation updates
-- Fix description
+- Fix description (#453255)
 
 * Mon May 12 2008 Paul W. Frields <stickster at gmail.com> - 9.0.1-1
 - Update with various bugfixes and translation updates




More information about the Fedora-docs-commits mailing list