source: projects/specs/trunk/d/dosfstools/dosfstools-vl.spec @ 8011

Revision 8011, 4.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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