Copyright: distributable Source: rhl-ig-x86-en-%{version}.tbz Release: 2 Name: rhl-ig-x86-en Group: Documentation Version: 8.0 Summary: The Red Hat Linux %{version} x86 Installation Guide in HTML format Obsoletes: rhl-install-guide-en rhl-ig rhl-ig-en BuildArchitectures: noarch Buildroot: %{_tmppath}/%{name}-%{version}-buildroot Requires: htmlview %description The Official Red Hat Linux %{version} x86 Installation Guide covers Red Hat Linux installation methods. Every installation step is discussed in detail, including system requirements, starting the installation, choosing an installation type, configuring X, and entering network information. The %{name} package contains the Official Red Hat Linux %{version} x86 Installation Guide in HTML format. PDF, RPM, HTML tarball, and browsable HTML formats are available from the Red Hat Docs web page at http://www.redhat.com/docs/. %prep %define _builddir %(mkdir -p %{buildroot}%{_defaultdocdir} ; echo %{buildroot}%{_defaultdocdir}) %setup -q -c for i in * do if [ -d $i ]; then cd $i mv -f * ../ cd .. rmdir $i fi done %build %install mkdir -p $RPM_BUILD_ROOT/usr/share/applications/ cat > $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop <<'EOF' [Desktop Entry] Name=x86 Installation Guide Comment=Read about installing Red Hat Linux Exec=htmlview file:%{_defaultdocdir}/%{name}-%{version}/index.html Icon=/%{_defaultdocdir}/%{name}-%{version}/docs.png Categories=Documentation;X-Red-Hat-Base; Type=Application Encoding=UTF-8 Terminal=false EOF %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %{_datadir}/applications/%{name}.desktop /%{_defaultdocdir}/%{name}-%{version} %changelog * Thu Aug 29 2002 Tammy Fox - Require htmlview * Mon Aug 19 2002 Tammy Fox - Build for 8.0 * Wed Jul 24 2002 Tammy Fox - Build for 7.3.93 * Thu May 2 2002 Tammy Fox - Rebuild for 7.3 after beta testers feedback * Wed Sep 5 2001 Tammy Fox - Added version to name of source file * Thu Aug 30 2001 Edward C. Bailey - Respin for 7.2 * Mon Aug 27 2001 Edward C. Bailey - Freshen for next beta * Thu Aug 9 2001 Edward C. Bailey - Respin for 7.1.94 * Thu Jul 26 2001 Edward C. Bailey - Modified to internally generate .desktop file * Wed Mar 14 2001 Edward C. Bailey - Final build * Fri Mar 09 2001 Edward C. Bailey - Build w/updated content * Thu Mar 01 2001 Edward C. Bailey - Build for another beta * Mon Feb 19 2001 Edward C. Bailey - Minor content changes * Wed Feb 14 2001 Edward C. Bailey - build for second public beta * Tue Jan 16 2001 Sandra A Moore - build for beta cycle, post beta2 * Tue Jul 25 2000 Edward C. Bailey - Updated content * Tue Jul 18 2000 Edward C. Bailey - Macro-ize references to build and doc dirs, and revamp menu structure * Mon Jul 03 2000 Edward C. Bailey - Update to 7.0, and get rid of wmconfig cruft * Fri Feb 18 2000 Edward C. Bailey - update to 6.2 installation guide * Tue Sep 14 1999 Edward C. Bailey - update to 6.1 installation guide * Wed Apr 14 1999 Bill Nottingham - update to 6.0 installation guide * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 3) * Sun Oct 11 1998 Bill Nottingham - update for 5.2 * Mon Aug 17 1998 Jeff Johnson - build root * Wed May 6 1998 Edward C. Bailey - Updated for 5.1 * Fri Nov 7 1997 Otto Hammersmith - added wmconfig entry that calls $BROWSER with index.html * Thu Nov 6 1997 Otto Hammersmith - created spec file