forked from pool/mtools
249 lines
7.1 KiB
RPMSpec
249 lines
7.1 KiB
RPMSpec
#
|
|
# spec file for package mtools (Version 4.0.1)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: mtools
|
|
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
|
Version: 4.0.1
|
|
Release: 1
|
|
AutoReqProv: on
|
|
Group: System/Filesystems
|
|
License: GPL v2 or later
|
|
Url: http://mtools.linux.lu/
|
|
Summary: Access Files on an MS-DOS File System
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Patch0: %{name}-%{version}-conf.diff
|
|
Patch1: %{name}-%{version}-autoconf.diff
|
|
Patch2: %{name}-%{version}-script.diff
|
|
Patch3: %{name}-%{version}-aliasing.diff
|
|
Patch4: %{name}-%{version}-fat-bits.diff
|
|
Patch5: %{name}-%{version}-prototypes.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%package floppyd
|
|
License: GPL v2 or later
|
|
Group: System/Filesystems
|
|
Summary: floppy daemon for remote access to floppy drive
|
|
|
|
%description
|
|
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
|
without mounting it. It includes commands for working with MS-DOS
|
|
files: mdir, mcd, mcopy, and mformat.
|
|
|
|
XDF support for OS/2 is also provided.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Alain Knaff <Alain.Knaff@imag.fr>
|
|
David C. Niemi <niemidc@erols.com>
|
|
|
|
%description floppyd
|
|
Floppyd is used as a server to grant access to the floppy drive to
|
|
clients running on a remote machine, just as an X server grants access
|
|
to the display to remote clients.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Alain Knaff <Alain.Knaff@imag.fr>
|
|
David C. Niemi <niemidc@erols.com>
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0
|
|
%patch1
|
|
%patch2
|
|
%patch3
|
|
%patch4
|
|
%patch5
|
|
|
|
%build
|
|
%{suse_update_config -f}
|
|
autoconf --force
|
|
export CC=gcc
|
|
export INSTALL_PROGRAM="install"
|
|
%configure \
|
|
--includedir=/usr/src/linux/include
|
|
make all dvi info
|
|
|
|
%install
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
cp -p mtools.conf $RPM_BUILD_ROOT%{_sysconfdir}
|
|
|
|
%post
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
|
|
|
|
%postun
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%config %{_sysconfdir}/mtools.conf
|
|
%doc *.dvi Release.notes Changelog COPYING README*
|
|
%doc %{_mandir}/man?*/[a-eg-z]*
|
|
%doc %{_infodir}/mtools.info*
|
|
%{_bindir}/[a-eg-z]*
|
|
|
|
%files floppyd
|
|
%defattr(-,root,root)
|
|
%doc %{_mandir}/man?*/f*
|
|
%{_bindir}/f*
|
|
|
|
%changelog
|
|
* Tue Jan 13 2009 pgajdos@suse.cz
|
|
- updated to 4.0.1
|
|
* unicode support
|
|
* use transliteration to represent characters which don't exist in
|
|
target set
|
|
* Offset for -i-specified image files
|
|
* Tue Jun 05 2007 prusnak@suse.cz
|
|
- updated to 3.9.11
|
|
* fixed reading of boot sector
|
|
* fixed mlabel on read-only disks
|
|
* added sizecode printing on minfo
|
|
* support for config parameters after -i file
|
|
- drop obsolete patches:
|
|
* memset.diff (included in update)
|
|
* Sun Apr 22 2007 ro@suse.de
|
|
- use texlive for building
|
|
* Mon Feb 06 2006 mjancar@suse.cz
|
|
- bransh mtools-floppy to prevent dependecy on X11 (#146102)
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Fri Nov 18 2005 meissner@suse.de
|
|
- fixed swapped memset() arguments.
|
|
* Wed Aug 03 2005 mjancar@suse.cz
|
|
- update to 3.9.10
|
|
- drop obsolete patches:
|
|
* mtools-3.9.9-20030718.diff.gz
|
|
* mtools-execNULL.diff
|
|
- split mtools-3.9.9.diff into:
|
|
* mtools-3.9.10-autoconf.diff
|
|
* mtools-3.9.10-conf.diff
|
|
* mtools-3.9.10-prototypes.diff
|
|
* Tue Apr 05 2005 mmj@suse.de
|
|
- execl(..., 0) --> execl(..., NULL);
|
|
* Sun Feb 13 2005 ro@suse.de
|
|
- added libpng to nfb (for tetex)
|
|
* Mon Jan 24 2005 meissner@suse.de
|
|
- fixed one execl call, fixed one lvalue cast.
|
|
* Sun Jun 13 2004 schwab@suse.de
|
|
- Allow overriding fat bits.
|
|
* Thu Apr 22 2004 tcrhak@suse.cz
|
|
- strict aliasing fix
|
|
* Sat Jan 10 2004 adrian@suse.de
|
|
- build as user
|
|
* Thu Jul 31 2003 uli@suse.de
|
|
- fixed to build on 64-bit archs
|
|
* Tue Jul 29 2003 tcrhak@suse.cz
|
|
- update to version 3.9.9
|
|
* Thu Dec 19 2002 tcrhak@suse.cz
|
|
- updated patch to mtools-3.9.8-20021118.diff.bz2
|
|
* Tue Sep 17 2002 ro@suse.de
|
|
- removed bogus self-provides
|
|
* Mon Dec 03 2001 tcrhak@suse.cz
|
|
- updated patch to mtools-3.9.8-20011127.diff.bz2
|
|
* Mon Oct 01 2001 schwab@suse.de
|
|
- Fix quoting in shell scripts.
|
|
* Wed Jun 13 2001 adostal@suse.cz
|
|
- upgrade to 3.9.8
|
|
* Tue Jun 12 2001 schwab@suse.de
|
|
- Fix configure script.
|
|
* Tue Apr 03 2001 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Mon Mar 26 2001 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Fri Feb 09 2001 cihlar@suse.cz
|
|
- removed lx_suse from neededforbuild
|
|
- do not include kernel headers
|
|
* Thu Feb 08 2001 cihlar@suse.cz
|
|
- fixed to compile
|
|
* Tue Jan 09 2001 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Tue Dec 05 2000 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Wed Nov 22 2000 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Thu Nov 09 2000 cihlar@suse.cz
|
|
- improved BuildRoot
|
|
- fixed file list
|
|
- bzipped sources
|
|
* Fri Oct 20 2000 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Fri Sep 08 2000 schwab@suse.de
|
|
- Fix typo in configure script and pass -D_GNU_SOURCE to compiler
|
|
(obsoletes last change for alpha)
|
|
- Add suse_update_config.
|
|
* Mon Aug 28 2000 ro@suse.de
|
|
- fixed to compile on alpha
|
|
* Wed Aug 16 2000 cihlar@suse.cz
|
|
- updated patchkit
|
|
* Sat Jun 24 2000 kasal@suse.de
|
|
- updated patchkit
|
|
* Mon Jun 19 2000 kasal@suse.de
|
|
- upgrade to 3.9.7
|
|
* Wed Apr 26 2000 kasal@suse.de
|
|
- upgrade to mtools-3.9.6-20000417.diff.gz
|
|
* Wed Apr 12 2000 kasal@suse.cz
|
|
- upgrade to mtools-3.9.6-20000410.diff.gz
|
|
* Mon Mar 27 2000 kasal@suse.cz
|
|
- added patch mtools-3.9.6-20000320b.diff.gz (fixes BUG# 2590)
|
|
* Wed Mar 01 2000 kasal@suse.de
|
|
- moved manpages to %%{_mandir}
|
|
- added buildroot and shortened %%filelist
|
|
- added mtools.info* files (and texinfo to #neededforbuild)
|
|
* Mon Sep 20 1999 uli@suse.de
|
|
- fixed #include conflict showing up on PPC
|
|
* Mon Sep 13 1999 bs@suse.de
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
* Fri Jul 09 1999 uli@suse.de
|
|
- update -> 3.9.6
|
|
* Tue Mar 23 1999 ro@suse.de
|
|
- don't use -O4 ; strip binaries
|
|
* Tue Mar 23 1999 ro@suse.de
|
|
- update to 3.9.4
|
|
* Fri Dec 11 1998 rj@suse.de
|
|
- parameters in mtools.conf for 1,44MB disks hardcoded
|
|
* Thu Oct 29 1998 ro@suse.de
|
|
- respect change in 2.1.126 SCSI_DISK_MAJOR
|
|
* Sun Jul 26 1998 bs@suse.de
|
|
- used old config file again.
|
|
* Tue Jul 21 1998 bs@suse.de
|
|
- update to version 3.9.1
|
|
* Tue Feb 24 1998 ro@suse.de
|
|
- removed man-pages mread and mwrite
|
|
(contain no information, just texinfos blabla)
|
|
* Thu Jun 12 1997 rj@suse.de
|
|
- modification in /etc/mtools.conf
|
|
* Fri Apr 18 1997 rj@suse.de
|
|
- new version 3.6
|
|
* Mon Mar 03 1997 rj@suse.de
|
|
- new version 3.3
|
|
* Tue Feb 25 1997 rj@suse.de
|
|
- new version 3.2
|
|
- /usr/doc/packages/mtools now included
|
|
- xdf Support
|