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

Revision 12370, 5.2 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

dosfstools-4.1-1

fontconfig-2.13.1-1

gd-2.3.0-1

itstool-2.0.6-1

logrotate-3.16.0-1

ntfs-3g-2017.3.23-1

pciutils-3.6.4-1

redis-5.0.8-1

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