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

Revision 10354, 4.9 KB checked in by tomop, 8 years ago (diff)

dosfstools-4.0-1

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