Summary: Programs to access DOS disks w/o mounting them Summary(de): Programme für den Zugriff auf DOS-Disks, ohne sie zu montieren Summary(fr): Programmes pour accéder aux disques DOS sans avoir ŕ les monter Summary(pl): Dostęp do dysków DOSa bez montowania Summary(tr): Bađlama (mount) yapmadan DOS disklerine eriţim sađlar Name: mtools Version: 3.9.1 Release: 4 Copyright: GPL Group: Utilities/File Group(pl): Narzędzia/Pliki Source0: http://www.tux.org/pub/tux/knaff/mtools/%{name}-%{version}.tar.gz Source1: mtools.conf Patch0: mtools-info.patch Patch1: mtools-mzip.patch URL: http://www.tux.org/pub/tux/knaff/mtools/ Prereq: /usr/sbin/fix-info-dir BuildRoot: /tmp/%{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, ZIP/JAZ disks and 2m disks (store up to 1992k on a high density 3 1/2 disk). %description -l de Mtools ist eine Dienstprogrammsammlung zum Zugriff auf MS-DOS-Disketten, ohne daß diese montiert werden müssen. Es unterstützt Win'95-Dateinamen (lang), OS/2-Xdf-, ZIP/JAZ- und 2m-Disketten (speichern bis zu 1992 KB auf einer HD 3 1/2-Diskette). %description -l fr Mtools est un ensemble d'utilitaires pour accéder aux disques MS-DOS depuis UNIX sans les monter. Il supporte les noms longs Windows 95, les diques Xdf OS/2, les disques ZIP et JAZ et les disques 2m (stockant 1992k sur une disquette 3,5\"). %description -l pl Mtools to zbiór narzędzi udostępniających Unixowi DOSowe dyski bez ich montowania. Obsługuje długie nazwy Win95, dyski Xdf z OS/2, dyski ZIP/JAZ i dyski 2m (mieszczące na 3.5-calowej dyskietce do 1992k). %description -l tr mtools, MS-DOS disklerine bađlanmadan (mount edilmeden) UNIX sistemlerinden eriţilebilmesini sađlar. Win'95 tarzý uzun dosya isimlerini, OS/2 Xdf disklerini, ZIP/JAZ disklerini ve 2m disklerini destekler. %prep %setup -q %patch0 -p1 %patch1 -p1 %build autoheader autoconf CFLAGS="$RPM_OPT_FLAGS -Wall" \ ./configure %{_target_platform} \ --prefix=%{_prefix} \ --sysconfdir=/etc make MYCFLAGS="$RPM_OPT_FLAGS -Wall" (makeinfo --force mtools.texi; touch mtools.*) strip mtools mkmanifest %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_prefix},/etc} make prefix=$RPM_BUILD_ROOT%{_prefix} install install %{SOURCE1} $RPM_BUILD_ROOT/etc gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* \ $RPM_BUILD_ROOT%{_mandir}/man{1,5}/* \ Changelog README Release.notes %clean rm -rf $RPM_BUILD_ROOT %post /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %postun /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %files %defattr(644,root,root,755) %doc {Changelog,README,Release.notes}.gz %attr(755,root,root) %{_bindir}/* %{_mandir}/man[15]/* %{_infodir}/* %config /etc/mtools.conf