- updated to 4.0.0_pre1
This commit is contained in:
parent
983431091e
commit
201650ac0e
@ -1 +1 @@
|
||||
mtools-3.9.11.tar.bz2
|
||||
mtools-4.0.0_pre1.tar.bz2
|
||||
|
13
mtools.spec
13
mtools.spec
@ -1,10 +1,12 @@
|
||||
%define prever pre1
|
||||
|
||||
Summary: Programs for accessing MS-DOS disks without mounting the disks
|
||||
Name: mtools
|
||||
Version: 3.9.11
|
||||
Release: 5%{?dist}
|
||||
Version: 4.0.0
|
||||
Release: 0.1.%{prever}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
||||
Source: http://mtools.linux.lu/mtools-%{version}_%{prever}.tar.bz2
|
||||
Url: http://mtools.linux.lu/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: mtools-3.9.6-config.patch
|
||||
@ -22,7 +24,7 @@ style long file names, OS/2 XDF disks, and 2m disks
|
||||
Mtools should be installed if you need to use MS-DOS disks
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}_%{prever}
|
||||
%patch0 -p1
|
||||
%patch3 -p1 -b .big
|
||||
|
||||
@ -66,6 +68,9 @@ fi
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 11 2008 Adam Tkac <atkac redhat com> 4.0.0-0.1.pre1
|
||||
- updated to 4.0.0_pre1
|
||||
|
||||
* Fri Oct 03 2008 Adam Tkac <atkac redhat com> 3.9.11-5
|
||||
- mtools-3.9.9-noargs.patch and mtools-3.9.6-paths.patch are not needed
|
||||
- rebuild (#465040)
|
||||
|
Loading…
Reference in New Issue
Block a user