Name: mtools Version: 4.0.20 Release: 1mamba Summary: Utilities to access MS-DOS disks from Unix without mounting them Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://mtools.linux.lu/ Source: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: bash BuildRequires: glibc-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: texinfo ## AUTOBUILDREQ-END Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk). Mtools can now handle the long filenames of Windows NT and Windows 95. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeoldinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %install_info %{name}.info %preun %uninstall_info %{name}.info exit 0 %files %defattr(-,root,root) %{_bindir}/* %{_infodir}/* %{_mandir}/man?/* %doc COPYING # Release.notes %changelog * Sat Nov 17 2018 Automatic Build System 4.0.20-1mamba - automatic version update by autodist * Thu Oct 11 2018 Automatic Build System 4.0.19-1mamba - automatic update by autodist * Thu Jan 31 2013 Automatic Build System 4.0.18-1mamba - update to 4.0.18 * Sat Jul 21 2012 Automatic Build System 4.0.17-1mamba - automatic version update by autodist * Fri Jan 02 2009 Silvan Calarco 4.0.1-1mamba - automatic update by autodist * Sat Nov 29 2008 Silvan Calarco 4.0.0-1mamba - automatic update by autodist * Tue Dec 11 2007 Aleph0 3.9.11-1mamba - update to 3.9.11 * Tue Oct 04 2005 Davide Madrisan 3.9.10-1qilnx - update to version 3.9.10 by autospec - specfile update and fixes * Fri Feb 27 2004 Davide Madrisan 3.9.9-2qilnx - added missing symlinks to mtools * Mon Feb 09 2004 Davide Madrisan 3.9.9-1qilnx - first version build