dosfstools-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. Name: dosfstools
  2. Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
  3. Summary(ja): LinuxでMS-DOS FAT filesystemsを作成/チェックするユーティリティ
  4. Version: 4.1
  5. Release: 1%{?_dist_release}
  6. Group: Applications/System
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. BuildRoot: %{_tmppath}/%{name}-root
  10. License: GPLv3+
  11. URL: https://github.com/dosfstools/dosfstools
  12. Source0: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/%{name}-%{version}.tar.xz
  13. Patch0: dosfstools-4.1-fix-cluster-size-auto-detect-for-4k-disks.patch
  14. Obsoletes: mkdosfs-ygg
  15. %description
  16. The dosfstools package includes the mkdosfs and dosfsck utilities,
  17. which respectively make and check MS-DOS FAT filesystems on hard
  18. drives or on floppies.
  19. %description -l ja
  20. dosfstools パッケージには mkdosfs と dosfsck のユーティリティが含まれ、
  21. それぞれハードドライブやフロッピーにおける MS-DOS FAT ファイルシステムの
  22. 作成とチェックを行います。
  23. %prep
  24. %setup -q
  25. %autopatch -p1
  26. %build
  27. autoreconf -i
  28. CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
  29. %configure --sbindir=/sbin --enable-compat-symlinks
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf %{buildroot}
  33. make DESTDIR=%{buildroot} install
  34. rm -rf %{buildroot}%{_docdir}/${name}
  35. %clean
  36. rm -rf %{buildroot}
  37. %files
  38. %defattr(-,root,root)
  39. %license COPYING
  40. %doc ChangeLog NEWS README* doc/*-2.x
  41. /sbin/*
  42. %{_mandir}/man8/*
  43. %changelog
  44. * Fri Apr 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1-1
  45. - updated to 4.1.
  46. - imported Patch0 from rawhide.
  47. * Sat Jun 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-2
  48. - added symbolic links for compatibility.
  49. * Sat Jun 4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-1
  50. - updated to 4.0.
  51. * Sun Dec 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.28-1
  52. - updated to 3.0.28.
  53. * Sun Nov 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.23-1
  54. - update to 3.0.23
  55. - remove old patches
  56. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  57. - update to 3.0.11
  58. - update URL
  59. - License: GPLv3+
  60. * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 2.11-6vl5
  61. - applied new versioning policy and spec in utf-8
  62. * Wed Jun 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.11-5vl1
  63. - updated to 2.11 based on Fedora development
  64. * Thu May 11 2006 Peter Vrabec <pvrabec@redhat.com> 2.11-5
  65. - fix work with disk image files > 4GB (#191198)
  66. * Wed Oct 12 2005 Peter Vrabec <pvrabec@redhat.com> 2.11-1
  67. - upgrade
  68. - fixed %doc section
  69. * Sun Feb 9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-4vl1
  70. - merged with Vine Linux package based on rawhide package.
  71. - rebuild on new environment.
  72. * Sun Mar 31 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.8-0vl3
  73. - fixed typo (s/dosfcsk/dosfsck/)
  74. * Tue Feb 05 2002 Toru Sagami <sagami@vinelinux.org> 2.8-0vl2
  75. - added fsck.msdos.8 symlink
  76. * Thu Aug 02 2001 Toru Sagami <sagami@vinelinux.org>
  77. - 2.8-0vl1
  78. * Sat Feb 17 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  79. - 2.7-0vl1
  80. * Sun Jan 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  81. - 2.6-0vl2
  82. - use better macros (%%{_syssbidir})
  83. - fixed incorrect symlink to dosfsck :-)
  84. * Sun Jan 14 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  85. - 2.6-0vl1
  86. - based on 2.2-4 in RedHat 6.2
  87. - added Japanese summary and description
  88. - use macros and add some docs
  89. * Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.8-4
  90. - Patch2 for errno
  91. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  92. - automated rebuild
  93. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  94. - automated rebuild
  95. * Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  96. - update to version 2.8
  97. * Fri Jul 6 2001 Preston Brown <pbrown@redhat.com>
  98. - major upgrade to v2.7.
  99. - forward port old ia64 patch (now incorporated) s390 additions
  100. * Tue Mar 20 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
  101. - ported to zSeries (64 bit)
  102. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  103. - automatic rebuild
  104. * Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
  105. - hard link mkdosfs
  106. * Thu Jun 15 2000 Matt Wilson <msw@redhat.com>
  107. - FHS
  108. - patch to build against 2.4 kernel headers (patch3)
  109. * Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
  110. - fix for ia64
  111. * Thu Feb 3 2000 Matt Wilson <msw@redhat.com>
  112. - remove mkdosfs.8 symlink, symlink mkdosfs.8.gz to mkfs.msdos.8.gz
  113. * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
  114. - fix descriptions and summary
  115. - man pages are compressed
  116. * Thu Dec 16 1999 Cristian Gafton <gafton@redhat.com>
  117. - fix the 2.88MB drives (patch from hjl)
  118. * Mon Aug 16 1999 Matt Wilson <msw@redhat.com>
  119. - updated to 2.2
  120. * Sun Jun 27 1999 Matt Wilson <msw@redhat.com>
  121. - changed to new maintainer, renamed to dosfstools
  122. * Sat Apr 17 1999 Jeff Johnson <jbj@redhat.com>
  123. - fix mkdosfs on sparc (#1746)
  124. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  125. - auto rebuild in the new build environment (release 10)
  126. * Thu Jan 21 1999 Bill Nottingham <notting@redhat.com>
  127. - build for RH 6.0
  128. * Tue Oct 13 1998 Cristian Gafton <gafton@redhat.com>
  129. - avoid using unsinged long on alphas
  130. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  131. - build root
  132. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  133. - translations modified for de, fr, tr
  134. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  135. - built against glibc