release-notes/devel fedora-release-notes.spec,1.8,1.9

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Jul 27 02:55:28 UTC 2006


Author: pfrields

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

Modified Files:
	fedora-release-notes.spec 
Log Message:
Package standalone HTML also


Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/docs/release-notes/devel/fedora-release-notes.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fedora-release-notes.spec	27 Jul 2006 01:40:57 -0000	1.8
+++ fedora-release-notes.spec	27 Jul 2006 02:55:25 -0000	1.9
@@ -44,6 +44,9 @@
   install -m 755 -d $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/$DIR
   find $DIR -type f -exec install -m 644 {} $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/$DIR \;
 done
+for F in RELEASE-NOTES-*.html; do
+  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-%{version}/{} \;
 install -m 644 -D about-fedora.omf $RPM_BUILD_ROOT%{_datadir}/omf/fedora-release-notes/about-fedora.omf
 install -m 644 -D about-gnome.desktop $RPM_BUILD_ROOT%{_datadir}/applications/about-fedora.desktop
@@ -73,6 +76,7 @@
 %changelog
 * Wed Jul 26 2006 Paul W. Frields <stickster at gmail.com> - 5.91-4
 - Process paths correctly (#200266)
+- Package standalone HTML
 
 * Sun Jul 23 2006 Jesse Keating <jkeating at redhat.com> - 5.91-3
 - Only use tabs




More information about the Fedora-docs-commits mailing list