File mdt.spec of Package mdt
#
# spec file for package mdt (Version 1.7)
#
# Copyright (c) 2008 Steffen Winterfeldt
# norootforbuild
Name: mdt
ExclusiveArch: %ix86 x86_64
BuildRequires: nasm syslinux mkisofs dosfstools mtools libx86emu-devel
License: GPL-2.0-or-later
Group: Hardware/Other
Autoreqprov: on
Summary: Video BIOS monitor detection test
Version: 1.7
Release: 1
Source: mdt-1.7.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Video BIOS monitor detection test.
Authors:
--------
Steffen Winterfeldt
%prep
%setup
%build
export PATH=/sbin:/usr/sbin:$PATH
make
make cds
%install
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/mdt
/usr/share/mdt
%doc README README.libio COPYING
%changelog -n mdt