From 4f0916b3cdbf98e53793769248758d3dcbc4c6dd Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Feb 19 2008 16:39:56 +0000 Subject: - fixed building on x86_64 (build with --disable-floppyd) --- diff --git a/mtools.spec b/mtools.spec index 92146b4..081f764 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ Summary: Programs for accessing MS-DOS disks without mounting the disks Name: mtools Version: 3.9.11 -Release: 3.1%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 @@ -32,7 +32,7 @@ Mtools should be installed if you need to use MS-DOS disks %build autoreconf -fiv -%configure +%configure --disable-floppyd make %{?_smp_mflags} %install @@ -65,6 +65,9 @@ fi %{_infodir}/* %changelog +* Tue Feb 19 2008 Adam Tkac 3.9.11-4 +- fixed building on x86_64 (build with --disable-floppyd) + * Mon Feb 18 2008 Fedora Release Engineering - 3.9.11-3.1 - Autorebuild for GCC 4.3