diff --git a/README.md b/README.md index b72033e..b6c474d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mtools +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. + diff --git a/mtools.spec b/mtools.spec new file mode 100644 index 0000000..61f6a0e --- /dev/null +++ b/mtools.spec @@ -0,0 +1,82 @@ +Name: mtools +Version: 4.0.18 +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 +* 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