auto-import changelog data from mtools-3.9.7-4.src.rpm
Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Apply the author's current patches, fixes among other things ZIP drive support and doesn't crash when trying to access a BSD disk
This commit is contained in:
parent
1455db262d
commit
c5de094684
@ -1 +1,2 @@
|
|||||||
|
mtools-3.9.7-20001213.diff.gz
|
||||||
mtools-3.9.7.tar.gz
|
mtools-3.9.7.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 3.9.7
|
Version: 3.9.7
|
||||||
Release: 3
|
Release: 4
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.gz
|
Source: http://mtools.linux.lu/mtools-%{version}.tar.gz
|
||||||
@ -9,6 +9,7 @@ Url: http://mtools.linux.lu/
|
|||||||
Buildroot: %{_tmppath}/mtools-%{version}-root
|
Buildroot: %{_tmppath}/mtools-%{version}-root
|
||||||
Patch0: mtools-3.9.6-config.patch
|
Patch0: mtools-3.9.6-config.patch
|
||||||
Patch1: mtools-3.9.6-paths.patch
|
Patch1: mtools-3.9.6-paths.patch
|
||||||
|
Patch2: mtools-3.9.7-20001213.diff.gz
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,6 +24,7 @@ Mtools should be installed if you need to use MS-DOS disks.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .20001213
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,6 +60,10 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Apply the author's current patches, fixes among other things
|
||||||
|
ZIP drive support and doesn't crash when trying to access a BSD disk
|
||||||
|
|
||||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||||
- automatic rebuild
|
- automatic rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user