rewrited /usr/bin/amuFormat.sh to /bin/sh by Matej Cepl Resolves: #239741
This commit is contained in:
parent
e984a1c321
commit
72bb4ee7a0
10
mtools.spec
10
mtools.spec
@ -1,7 +1,7 @@
|
||||
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
||||
Name: mtools
|
||||
Version: 3.9.10
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
||||
@ -14,6 +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
|
||||
Patch7: mtools-3.9.10-sh.patch
|
||||
Requires: info
|
||||
|
||||
BuildRequires: texinfo
|
||||
@ -35,10 +36,11 @@ Mtools should be installed if you need to use MS-DOS disks
|
||||
%patch4 -p1 -b .noargs
|
||||
%patch5 -p1 -b .badc
|
||||
%patch6 -p1 -b .memset
|
||||
%patch7 -p1 -b .sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -70,6 +72,10 @@ fi
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Fri May 11 2007 Adam Tkac <atkac redhat com> 3.9.10-5.fc7
|
||||
- patch to #239741 by Matej Cepl <mcepl@redhat.com>
|
||||
(rewrites /usr/bin/amuFormat.sh to /bin/sh)
|
||||
|
||||
* Tue Feb 05 2007 Adam Tkac <atkac redhat com> 3.9.10-4.fc7
|
||||
- fixed some unstandard statements in spec file (#226162)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user