mtools-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. Summary: Programs for accessing MS-DOS disks without mounting the disks.
  2. Summary(ja): mount せずに MS-DOS disk にアクセスするためのプログラム
  3. Name: mtools
  4. Version: 4.0.37
  5. Release: 1%{?_dist_release}
  6. Group: admin-tools
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPL
  10. URL: http://mtools.linux.lu/
  11. Source: https://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz
  12. Patch0: mtools-3.9.6-config.patch
  13. Patch3: mtools-3.9.7-bigdisk.patch
  14. Patch4: mtools-3.9.9-noargs.patch
  15. BuildRequires: texinfo
  16. %description
  17. Mtools is a collection of utilities for accessing MS-DOS files.
  18. Mtools allow you to read, write and move around MS-DOS filesystem
  19. files (normally on MS-DOS floppy disks). Mtools supports Windows95
  20. style long file names, OS/2 XDF disks, and 2m disks.
  21. Mtools should be installed if you need to use MS-DOS disks.
  22. %description -l ja
  23. mtool は MS-DOS ファイルにアクセスするためのユーティリティの集合体
  24. です。mtools は MS-DOS ファイルシステム(通常は MS-DOS ディスク)にお
  25. いて、読み出し、書きこみ、移動をすることができます。Windows95 の長
  26. いファイル名、OS/2 の XDF ディスク、2m ディスクをサポートします。
  27. MS-DOS ディスクを使う必要があるならインストールしてください。
  28. %debug_package
  29. %prep
  30. %setup -q
  31. %patch0 -p1 -b .config
  32. %patch3 -p1 -b .big
  33. %patch4 -p1 -b .nooargs
  34. %build
  35. %configure
  36. make %{_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. mkdir -p $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_infodir}
  40. %makeinstall
  41. install -m644 mtools.conf $RPM_BUILD_ROOT/etc
  42. gzip -9f $RPM_BUILD_ROOT/%{_infodir}/*
  43. # We aren't shipping this.
  44. find $RPM_BUILD_ROOT -name "floppyd*" -exec rm {} \;
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %files
  48. %defattr(-,root,root)
  49. %config /etc/mtools.conf
  50. %license COPYING
  51. %doc Changelog README Release.notes
  52. %{_bindir}/*
  53. %{_mandir}/*/*
  54. %{_infodir}/*
  55. %changelog
  56. * Fri Jan 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.37-1
  57. - new upstream release.
  58. * Mon Nov 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.36-1
  59. - new upstream release.
  60. - dropped install-info scriptlets.
  61. * Sat Aug 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.35-1
  62. - new upstream release.
  63. * Tue Jul 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.34-1
  64. - new upstream release.
  65. * Sat Jun 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.30-1
  66. - new upstream release.
  67. * Tue Jun 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.29-1
  68. - new upstream release.
  69. * Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.27-1
  70. - new upstream release.
  71. * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.23-1
  72. - new upstream release.
  73. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.18-1
  74. - new upstream release
  75. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 4.0.10-2
  76. - rebuilt with rpm-4.8.1-3
  77. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.10-1
  78. - new upstream release
  79. - spec in utf-8
  80. * Tue May 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.9.11-1
  81. - new upstream release
  82. - apply new versioning policy
  83. * Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.10-0vl1
  84. - new upstream release
  85. * Sat Jan 4 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.9.9-6vl1
  86. - based on Fedora 3.9.9-6
  87. * Tue Dec 9 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-5
  88. - Fix mistaken variable assignment in comparison (bug #110823).
  89. * Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
  90. - Build requires texinfo (bug #111000).
  91. * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-6
  92. - Fix support for disks > 1.44 MB (#40857)
  93. - s/Copyright/License/
  94. - rebuild with new toolchains
  95. * Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.7-5vl2
  96. - rebuild to remove bad requires (rpmlib)
  97. * Sun May 27 2001 <sagami@vinelinux.org>
  98. - 3.9.7-5vl1: added Japanese summary and description
  99. * Tue May 8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-5
  100. - Update to 20010507
  101. * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  102. - Apply the author's current patches, fixes among other things
  103. ZIP drive support and doesn't crash when trying to access a BSD disk
  104. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  105. - automatic rebuild
  106. * Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com>
  107. - specify ownership
  108. * Wed Jun 07 2000 Trond Eivind Glomsrナ <teg@redhat.com>
  109. - Version 3.9.7
  110. - use %%{_mandir}, %%{_makeinstall}, %%configure, %%makeinstall
  111. and %%{_tmppath}
  112. * Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com>
  113. - get rid of mtools.texi as a doc file (we have the info file)
  114. - fix config file so mtools work (#9264)
  115. - fix references to the config file to be /etc/mtools.conf
  116. * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
  117. - expunge floppyd
  118. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  119. - man pages are compressed
  120. - fix description
  121. - version 3.9.6
  122. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  123. - auto rebuild in the new build environment (release 5)
  124. * Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
  125. - patch to make the texi sources compile
  126. - fix the spec file group and description
  127. - fixed floppy drive sizes
  128. * Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
  129. - build for 6.0
  130. - fixed invalid SAMPLE_FILE configuration file
  131. * Wed Sep 02 1998 Michael Maher <mike@redhat.com>
  132. - Built package for 5.2.
  133. - Updated Source to 3.9.1.
  134. - Cleaned up spec file.
  135. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  136. - translations modified for de, fr, tr
  137. * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
  138. - updated to 3.8
  139. * Tue Oct 21 1997 Otto Hammersmith
  140. - changed buildroot to /var/tmp, rather than /tmp
  141. - use install-info
  142. * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
  143. - built against glibc
  144. * Thu Apr 17 1997 Erik Troan <ewt@redhat.com>
  145. - Changed sysconfdir to be /etc
  146. * Mon Apr 14 1997 Michael Fulbright <msf@redhat.com>
  147. - Updated to 3.6