Name: mdf2iso Summary: MDF2ISO converts an Alcohol 120% bin image to the standard ISO-9660 format Version: 0.3.0 Release: 10.1.rcn License: GPL Group: Applications/File URL: http://mdf2iso.berlios.de/ Source0: %{name}-%{version}-src.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to the standard ISO-9660 format. %prep %setup -q -n %{name} %build %configure \ --prefix=%{_prefix} %{__make} %install %{__rm} -fr %{buildroot} %makeinstall %clean %{__rm} -fr %{buildroot} %files %defattr(-, root, root, 0755) %{_bindir}/mdf2iso %doc ChangeLog %changelog * Thu Mar 30 2006 Raoul - 0.3.0-10.1 - Initial spec file