update to 4.0.18 [release 4.0.18-1mamba;Thu Jan 31 2013]
This commit is contained in:
parent
63882c8159
commit
f769638d33
@ -1,2 +1,6 @@
|
||||
# mtools
|
||||
|
||||
Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them.
|
||||
It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
|
||||
Mtools can now handle the long filenames of Windows NT and Windows 95.
|
||||
|
||||
|
82
mtools.spec
Normal file
82
mtools.spec
Normal file
@ -0,0 +1,82 @@
|
||||
Name: mtools
|
||||
Version: 4.0.18
|
||||
Release: 1mamba
|
||||
Summary: Utilities to access MS-DOS disks from Unix without mounting them
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://mtools.linux.lu/
|
||||
Source: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: bash
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: texinfo
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them.
|
||||
It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
|
||||
Mtools can now handle the long filenames of Windows NT and Windows 95.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeoldinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING
|
||||
# Release.notes
|
||||
|
||||
%changelog
|
||||
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 4.0.18-1mamba
|
||||
- update to 4.0.18
|
||||
|
||||
* Sat Jul 21 2012 Automatic Build System <autodist@mambasoft.it> 4.0.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Nov 29 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Dec 11 2007 Aleph0 <aleph0@openmamba.org> 3.9.11-1mamba
|
||||
- update to 3.9.11
|
||||
|
||||
* Tue Oct 04 2005 Davide Madrisan <davide.madrisan@qilinux.it> 3.9.10-1qilnx
|
||||
- update to version 3.9.10 by autospec
|
||||
- specfile update and fixes
|
||||
|
||||
* Fri Feb 27 2004 Davide Madrisan <davide.madrisan@qilinux.it> 3.9.9-2qilnx
|
||||
- added missing symlinks to mtools
|
||||
|
||||
* Mon Feb 09 2004 Davide Madrisan <davide.madrisan@qilinux.it> 3.9.9-1qilnx
|
||||
- first version build
|
Loading…
Reference in New Issue
Block a user