diff --git a/mtools.spec b/mtools.spec index 2abee8e..072c76f 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,12 +1,12 @@ -Summary: Programs for accessing MS-DOS disks without mounting the disks. +Summary: Programs for accessing MS-DOS disks without mounting the disks Name: mtools Version: 3.9.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/System Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 Url: http://mtools.linux.lu/ -Buildroot: %{_tmppath}/mtools-%{version}-root +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: mtools-3.9.6-config.patch Patch1: mtools-3.9.6-paths.patch Patch2: mtools-gcc4.patch @@ -14,7 +14,7 @@ Patch3: mtools-3.9.7-bigdisk.patch Patch4: mtools-3.9.9-noargs.patch Patch5: mtools-3.9.9-badc.patch Patch6: mtools-memset.patch -Prereq: /sbin/install-info +Requires: info BuildRequires: texinfo @@ -22,9 +22,9 @@ BuildRequires: texinfo Mtools is a collection of utilities for accessing MS-DOS files. Mtools allow you to read, write and move around MS-DOS filesystem files (normally on MS-DOS floppy disks). Mtools supports Windows95 -style long file names, OS/2 XDF disks, and 2m disks. +style long file names, OS/2 XDF disks, and 2m disks -Mtools should be installed if you need to use MS-DOS disks. +Mtools should be installed if you need to use MS-DOS disks %prep %setup -q -n %{name}-%{version} @@ -63,14 +63,17 @@ fi %files %defattr(-,root,root) -%config /etc/mtools.conf +%config(noreplace) /etc/mtools.conf %doc COPYING Changelog README Release.notes /usr/bin/* %{_mandir}/*/* %{_infodir}/* %changelog -* Mon Jan 22 2007 Adam Tkac 3.9.10-3 +* Tue Feb 05 2007 Adam Tkac 3.9.10-4.fc7 +- fixed some unstandard statements in spec file (#226162) + +* Mon Jan 22 2007 Adam Tkac 3.9.10-3.fc7 - Resolves: #223712 - applied Ville Skytta's (ville.skytta "antispam" iki.fi) patch (install-info scriptlet failures)