dosfstools-vl.spec 5.0 KB

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