File loadlin.spec of Package loadlin
#
# spec file for package loadlin (Version 1.6c)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: loadlin
License: GPL v2 or later
Group: System/Boot
AutoReqProv: on
Version: 1.6c
Release: 354
Summary: Linux Loader with Command Line from DOS
Source: %{name}.tar.bz2
Url: ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware-current/kernels/loadlin16c.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is a boot loader for Linux that runs under MS-DOS. It can boot
Linux from a DOS prompt or CONFIG.SYS and fully supports the command
line feature of the Linux kernel. This new version also supports
bzImage+initrd--it can load directly 'high' and can load the RAM disk.
bzImage+initrd (since 1.3.73 in the official kernel) was jointly
developed by Werner Almesberger (LILO) and Hans Lermen (LOADLIN).
Authors:
--------
Hans Lermen <lermen@suse.de>
%prep
#
%build
#
%install
tar jxfC $RPM_SOURCE_DIR/loadlin.tar.bz2 $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/lib
mv $RPM_BUILD_ROOT/root/loadlin $RPM_BUILD_ROOT/usr/lib
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/lib/loadlin
%changelog
* Thu Nov 06 2008 ro@suse.de
- drop nosource
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Apr 26 2005 ro@suse.de
- add NoSource
* Sat Jan 10 2004 adrian@suse.de
- build as user
* Wed Jul 03 2002 tcrhak@suse.cz
- updated to 1.6c (and removed 1.6a and 1.6b)
- changed Copyright to License
* Tue Feb 12 2002 tcrhak@suse.cz
- added %%defattr to filelist
* Thu Jan 10 2002 ro@suse.de
- moved to /usr/lib/loadlin (where to put this ...)
* Thu Sep 13 2001 dan@suse.cz
- update 1.6b added
- fix to boot kernels with GDT layouts other than the standard ones
- use bzip instead of gzip
* Tue Apr 10 2001 ro@suse.de
- added group tag
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Sun Dec 06 1998 bs@suse.de
- ready for autobuild