rpms/fedora-release-notes/devel fedora-release-notes.spec, 1.19, 1.20

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Tue May 22 03:15:28 UTC 2007


Author: pfrields

Update of /cvs/pkgs/rpms/fedora-release-notes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6619

Modified Files:
	fedora-release-notes.spec 
Log Message:
Update spec from Docs CVS


Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-release-notes/devel/fedora-release-notes.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- fedora-release-notes.spec	24 Apr 2007 00:50:00 -0000	1.19
+++ fedora-release-notes.spec	22 May 2007 03:14:53 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		fedora-release-notes
-Version:	6.93
-Release:	2
+Version:	7.0.0
+Release:	1
 Summary:	Release Notes for Fedora %{version}
 URL:		http://fedoraproject.org/wiki/Docs/Beats
 
@@ -19,7 +19,7 @@
 Obsoletes:	indexhtml < 9-3
 
 %description 
-These are the official Release Notes for Fedora %{version},
+These are the official Release Notes for Fedora 7,
 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
@@ -61,11 +61,14 @@
 install -m 644 homepage/index-en_US.html $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/index.html
 popd
 pushd about-fedora-%{version}
-find about/ -type f -exec install -m 644 -D {} $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/{} \;
+find about-fedora/ -type f -exec install -m 644 -D {} $RPM_BUILD_ROOT%{_datadir}/gnome/help/{} \;
 install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/omf/about-fedora
 install -m 644 about-*omf $RPM_BUILD_ROOT%{_datadir}/omf/about-fedora/
 install -m 644 -D about-gnome.desktop $RPM_BUILD_ROOT%{_datadir}/applications/about-fedora.desktop
 popd
+pushd ghelp
+find -type f -exec install -m 644 -D {} $RPM_BUILD_ROOT%{_datadir}/gnome/help/fedora-release-notes/{} \;
+popd
 install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/omf/fedora-release-notes
 install -m 644 fedora-release-notes-*.omf $RPM_BUILD_ROOT%{_datadir}/omf/%{name}/
 
@@ -75,7 +78,7 @@
 
 
 %post
-if [ -x /usr/bin/scrollkeeper-update ]; then scrollkeeper-update -q -o %{_datadir}/omf/{%{name},about-fedora}; fi
+if [ -x /usr/bin/scrollkeeper-update ]; then scrollkeeper-update -q -o %{_datadir}/omf/%{name}:%{_datadir}/omf/about-fedora ; fi
 if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev/null; fi
 
 %postun
@@ -86,13 +89,23 @@
 %files
 %defattr(-,root,root,-)
 %{_defaultdocdir}/HTML
-%{_defaultdocdir}/fedora-release-notes-%{version}/
+%{_datadir}/gnome/help/about-fedora/
+%{_datadir}/gnome/help/fedora-release-notes/
 %{_datadir}/applications/about-fedora.desktop
 %{_datadir}/omf/fedora-release-notes/
 %{_datadir}/omf/about-fedora/
 
 
 %changelog
+* Thu May 10 2007 Paul W. Frields <stickster at gmail.com> - 7.0.0-1
+- Fix fedora-release-notes to use yelp ghelp facility
+- Fix post script to properly update scrollkeeper
+- Build for F7
+
+* Fri Apr 27 2007 Paul W. Frields <stickster at gmail.com> - 6.93-3
+- Relocate about-fedora and use yelp's ghelp: facility (#208220)
+- Fix distro name in OMF and document metadata
+
 * Mon Apr 23 2007 Jesse Keating <jkeating at redhat.com> - 6.93-2
 - Updated translations and bits from wiki
 




More information about the fedora-extras-commits mailing list