rpms/mtools/devel mtools.spec,1.26,1.27

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Fri May 11 08:53:22 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/mtools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10505

Modified Files:
	mtools.spec 
Log Message:
rewrited /usr/bin/amuFormat.sh to /bin/sh by Matej Cepl
Resolves: #239741



Index: mtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mtools/devel/mtools.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mtools.spec	5 Feb 2007 12:44:27 -0000	1.26
+++ mtools.spec	11 May 2007 08:52:43 -0000	1.27
@@ -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 @@
 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 @@
 %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 @@
 %{_infodir}/*
 
 %changelog
+* Fri May 11 2007 Adam Tkac <atkac redhat com> 3.9.10-5.fc7
+- patch to #239741 by Matej Cepl <mcepl at 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)
 




More information about the fedora-extras-commits mailing list