Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 028a9a4abfd1eae8383f53101dee03a6 > files > 1

drakx-autoinstall-doc-9.0.1-2mdk.src.rpm

%define name drakx-autoinstall-doc
%define version 9.0.1
%define release 2mdk

Summary:        Auto Install Documentation for Drakx
Name:           %{name}
Version:        %{version}
Release:        %{release}
Url:            http://members.shaw.ca/mandrake
Source0:        drakx-autoinstall-doc.tar.bz2
Source1:        so_split.tar.bz2
License:        GFDL
Group:          System/Configuration/Other
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
This package contains the AutoInstall documents, in OpenOffice.org binary
format, Post Script, PDF, one big HTML file and a HOWTO like set of smaller
HTML files.

The Mandrake Linux Distribution provides a facility, DrakX, which allows
for the automated installation on to computers that you use or manage.

The DrakX graphic installer has the capability of being used in both the
interactive and automated modes. These documents deal specifically with
it's automated capability.

Automated Installation is intended for situations where the same
'Install' set is to be placed on multiple computers. This can be a
substantial time saver for anyone. More importantly, the automation means
that you do not have to sit in front of each computer filling in the
blanks, picking this and that and hoping that you remember the selections
you chose the previous time.

%prep

%setup -q -n %{version}

# put source code in here too
bzip2 -dc %{SOURCE1} | tar xf -
# make sure executable is not present
rm -f Programs/so_split

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AutoInstall-%{version}.sxw AutoInstall.vor
%doc AutoInstall-%{version}.ps AutoInstall-%{version}.pdf
%doc AutoInstall-%{version}.html HTML
%doc README build Programs


%changelog
* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 9.0.1-2mdk
- rebuild

* Sun Sep 8 2002 David Eastcott <david@eastcott.net> 9.0.1-1mdk
- mostly updates to examples to reflect 9.0
- bootloader - revert rename of 'entries; news are still renamed to old_...
- services - added dm to System list
- keyboard - added GRP_TOGGLE entry

* Wed Aug 21 2002 David Eastcott <david@eastcott.net> 9.0.0-1mdk
- updates for 9.0

* Fri Jul 26 2002 David Eastcott <david@eastcott.net> 8.2.2-1mdk
- general typo fixes, added warning note about CLEAN_TMP to
- miscellaneous

* Wed Mar 13 2002 David Eastcott <david@eastcott.net> 8.2.1-1mdk
- replace the section Creating an Updated Installation CD Set,
- correct option-identifier inr DHCP Server - Method 4,
- expand description in DHCP Notes

* Sat Mar 9 2002 David Eastcott <david@eastcott.net> 8.2.0-1mdk
- updated for 8.2
- fix so_split for H4 html conversions
- reworked 'syslinux.cfg' section, new Advanced Features section,
- updated Replay Install, updated Creating an Updated ...
- lots of minor changes too.

* Wed Jan 2 2002 David Eastcott <david@eastcott.net> 8.1.2-1mdk
- cleanups, fix bk grnd for older netscapes, fix html refs for wacom links.
- added so_split source for re-creating all files.

* Sun Dec 30 2001 Lenny Cartier <lenny@mandrakesoft.com> 8.1.1-1mdk
- provides the great documentation for DrakX AutoInstall by
  David Eastcott <david@eastcott.net> 8.1.1-1mdk
  - first rpm release


# end of file