1455db262d
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com> - specify ownership Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com> - Version 3.9.7 - use %{_mandir}, %{_makeinstall}, %configure, %makeinstall and %{_tmppath} Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com> - get rid of mtools.texi as a doc file (we have the info file) - fix config file so mtools work (#9264) - fix references to the config file to be /etc/mtools.conf Fri Feb 04 2000 Bill Nottingham <notting@redhat.com> - expunge floppyd Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com> - man pages are compressed - fix description - version 3.9.6 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com> - patch to make the texi sources compile - fix the spec file group and description - fixed floppy drive sizes Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com> - build for 6.0 - fixed invalid SAMPLE_FILE configuration file Wed Sep 02 1998 Michael Maher <mike@redhat.com> - Built package for 5.2. - Updated Source to 3.9.1. - Cleaned up spec file. Fri Apr 24 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com> - updated to 3.8 Tue Oct 21 1997 Otto Hammersmith - changed buildroot to /var/tmp, rather than /tmp - use install-info Mon Jul 21 1997 Erik Troan <ewt@redhat.com> - built against glibc Thu Apr 17 1997 Erik Troan <ewt@redhat.com> - Changed sysconfdir to be /etc Mon Apr 14 1997 Michael Fulbright <msf@redhat.com> - Updated to 3.6
120 lines
3.1 KiB
RPMSpec
120 lines
3.1 KiB
RPMSpec
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
|
Name: mtools
|
|
Version: 3.9.7
|
|
Release: 3
|
|
Copyright: GPL
|
|
Group: Applications/System
|
|
Source: http://mtools.linux.lu/mtools-%{version}.tar.gz
|
|
Url: http://mtools.linux.lu/
|
|
Buildroot: %{_tmppath}/mtools-%{version}-root
|
|
Patch0: mtools-3.9.6-config.patch
|
|
Patch1: mtools-3.9.6-paths.patch
|
|
Prereq: /sbin/install-info
|
|
|
|
%description
|
|
Mtools is a collection of utilities for accessing MS-DOS files.
|
|
Mtools allow you to read, write and move around MS-DOS filesystem
|
|
files (normally on MS-DOS floppy disks). Mtools supports Windows95
|
|
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
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_infodir}
|
|
%makeinstall
|
|
install -m644 mtools.conf $RPM_BUILD_ROOT/etc
|
|
gzip -9f $RPM_BUILD_ROOT/%{_infodir}/*
|
|
|
|
# We aren't shipping this.
|
|
find $RPM_BUILD_ROOT -name "floppyd*" -exec rm {} \;
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
/sbin/install-info %{_infodir}/mtools.info.gz %{_infodir}/dir
|
|
|
|
%preun
|
|
if [ "$1" = 0 ]; then
|
|
/sbin/install-info --delete %{_infodir}/mtools.info.gz %{_infodir}/dir
|
|
fi
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%config /etc/mtools.conf
|
|
%doc COPYING Changelog README Release.notes
|
|
/usr/bin/*
|
|
%{_mandir}/*/*
|
|
%{_infodir}/*
|
|
|
|
%changelog
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
|
- specify ownership
|
|
|
|
* Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
- Version 3.9.7
|
|
- use %%{_mandir}, %%{_makeinstall}, %%configure, %%makeinstall
|
|
and %%{_tmppath}
|
|
|
|
* Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com>
|
|
- get rid of mtools.texi as a doc file (we have the info file)
|
|
- fix config file so mtools work (#9264)
|
|
- fix references to the config file to be /etc/mtools.conf
|
|
|
|
* Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
|
|
- expunge floppyd
|
|
|
|
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
|
- man pages are compressed
|
|
- fix description
|
|
- version 3.9.6
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
- auto rebuild in the new build environment (release 5)
|
|
|
|
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
|
|
- patch to make the texi sources compile
|
|
- fix the spec file group and description
|
|
- fixed floppy drive sizes
|
|
|
|
* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
|
|
- build for 6.0
|
|
- fixed invalid SAMPLE_FILE configuration file
|
|
|
|
* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
|
|
- Built package for 5.2.
|
|
- Updated Source to 3.9.1.
|
|
- Cleaned up spec file.
|
|
|
|
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
- translations modified for de, fr, tr
|
|
|
|
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
- updated to 3.8
|
|
|
|
* Tue Oct 21 1997 Otto Hammersmith
|
|
- changed buildroot to /var/tmp, rather than /tmp
|
|
- use install-info
|
|
|
|
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
|
|
- built against glibc
|
|
|
|
* Thu Apr 17 1997 Erik Troan <ewt@redhat.com>
|
|
- Changed sysconfdir to be /etc
|
|
|
|
* Mon Apr 14 1997 Michael Fulbright <msf@redhat.com>
|
|
- Updated to 3.6
|