# $Id$ # Authority: dag # Upstream: Henrik Carlqvist Summary: Create DOS/MS-compatible boot records Name: ms-sys Version: 2.1.3 Release: 1 License: GPL Group: Applications/System URL: http://ms-sys.sourceforge.net/ Source: http://dl.sf.net/ms-sys/ms-sys-%{version}.tgz BuildRequires: bash, gettext BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description This program is used to create DOS/MS-compatible boot records. It is able to do the same as Microsoft "fdisk /mbr" to a hard disk. It is also able to do the same as DOS "sys" to a floppy or FAT32 partition except that it does not copy any system files, only the boot record is written. %prep %setup %build %{__make} debug \ CC="${CC:-%{__cc}}" \ EXTRA_CFLAGS="%{optflags} -fasm" \ EXTRA_LDFLAGS="%{optflags}" \ PREFIX="%{_prefix}" \ SHELL="/bin/bash" %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" MANDIR="%{_mandir}" %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc CHANGELOG CONTRIBUTORS COPYING FAQ README TODO %doc %{_mandir}/man1/ms-sys.1* %{_bindir}/ms-sys %changelog * Mon Dec 31 2007 Dag Wieers - 2.1.3-1 - Updated to release 2.1.3. * Sat Nov 26 2005 Dag Wieers - 2.1.2-1 - Updated to release 2.1.2. * Thu Aug 04 2005 Dag Wieers - 2.1.1-1 - Updated to release 2.1.1. * Sun Jun 06 2004 Dag Wieers - 2.0.0-1 - Updated to release 2.0.0. * Mon Mar 22 2004 Dag Wieers - 1.0.2-1 - Initial package. (using DAR)