source: projects/specs/branches/6/d/dosfstools/dosfstools-vl.spec @ 3436

Revision 3436, 4.8 KB checked in by daisuke, 13 years ago (diff)

dosfstools: update to 3.0.11

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