dosfstools-vl.spec 4.6 KB

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