source: projects/specs/trunk/m/mtools/mtools-vl.spec @ 8013

Revision 8013, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1Summary: Programs for accessing MS-DOS disks without mounting the disks.
2Summary(ja): mount せずに MS-DOS disk にアクセスするためのプログラム
3Name: mtools
4Version: 4.0.18
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/System
8Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
9URL: http://mtools.linux.lu/
10Buildroot: %{_tmppath}/mtools-%{version}-root
11Patch0: mtools-3.9.6-config.patch
12Patch3: mtools-3.9.7-bigdisk.patch
13Patch4: mtools-3.9.9-noargs.patch
14Requires(pre): install-info
15
16BuildRequires: texinfo
17
18%description
19Mtools is a collection of utilities for accessing MS-DOS files.
20Mtools allow you to read, write and move around MS-DOS filesystem
21files (normally on MS-DOS floppy disks).  Mtools supports Windows95
22style long file names, OS/2 XDF disks, and 2m disks.
23
24Mtools should be installed if you need to use MS-DOS disks.
25
26%description -l ja
27mtool は MS-DOS ファイルにアクセスするためのユーティリティの集合体
28です。mtools は MS-DOS ファイルシステム(通常は MS-DOS ディスク)にお
29いて、読み出し、書きこみ、移動をすることができます。Windows95 の長
30いファイル名、OS/2 の XDF ディスク、2m ディスクをサポートします。
31
32MS-DOS ディスクを使う必要があるならインストールしてください。
33
34%prep
35%setup -q
36%patch0 -p1 -b .config
37%patch3 -p1 -b .big
38%patch4 -p1 -b .nooargs
39
40%build
41%configure
42make
43
44%install
45rm -rf $RPM_BUILD_ROOT
46mkdir -p $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_infodir}
47%makeinstall
48install -m644 mtools.conf $RPM_BUILD_ROOT/etc
49gzip -9f $RPM_BUILD_ROOT/%{_infodir}/*
50
51# We aren't shipping this.
52find $RPM_BUILD_ROOT -name "floppyd*" -exec rm {} \;
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post
58/sbin/install-info %{_infodir}/mtools.info.gz %{_infodir}/dir
59
60%preun
61if [ "$1" = 0 ]; then
62    /sbin/install-info --delete %{_infodir}/mtools.info.gz %{_infodir}/dir
63fi
64
65%files
66%defattr(-,root,root)
67%config /etc/mtools.conf
68%doc COPYING Changelog README Release.notes
69%{_bindir}/*
70%{_mandir}/*/*
71%{_infodir}/*
72
73%changelog
74* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.18-1
75- new upstream release
76
77* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 4.0.10-2
78- rebuilt with rpm-4.8.1-3
79
80* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.10-1
81- new upstream release
82- spec in utf-8
83
84* Tue May 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.9.11-1
85- new upstream release
86- apply new versioning policy
87
88* Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.10-0vl1
89- new upstream release
90
91* Sat Jan  4 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.9.9-6vl1
92- based on Fedora 3.9.9-6
93  * Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-5
94  - Fix mistaken variable assignment in comparison (bug #110823).
95  * Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
96  - Build requires texinfo (bug #111000).
97  * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-6
98  - Fix support for disks > 1.44 MB (#40857)
99- s/Copyright/License/
100- rebuild with new toolchains
101
102* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.7-5vl2
103- rebuild to remove bad requires (rpmlib)
104
105* Sun May 27 2001 <sagami@vinelinux.org>
106- 3.9.7-5vl1: added Japanese summary and description
107
108* Tue May  8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-5
109- Update to 20010507
110
111* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
112- Apply the author's current patches, fixes among other things
113  ZIP drive support and doesn't crash when trying to access a BSD disk
114
115* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
116- automatic rebuild
117
118* Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com>
119- specify ownership
120
121* Wed Jun 07 2000 Trond Eivind Glomsrナ <teg@redhat.com>
122- Version 3.9.7
123- use %%{_mandir}, %%{_makeinstall}, %%configure, %%makeinstall
124  and %%{_tmppath}
125
126* Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com>
127- get rid of mtools.texi as a doc file (we have the info file)
128- fix config file so mtools work (#9264)
129- fix references to the config file to be /etc/mtools.conf
130
131* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
132- expunge floppyd
133
134* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
135- man pages are compressed
136- fix description
137- version 3.9.6
138
139* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
140- auto rebuild in the new build environment (release 5)
141
142* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
143- patch to make the texi sources compile
144- fix the spec file group and description
145- fixed floppy drive sizes
146
147* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
148- build for 6.0
149- fixed invalid SAMPLE_FILE configuration file
150
151* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
152- Built package for 5.2.
153- Updated Source to 3.9.1.
154- Cleaned up spec file.
155
156* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
157- translations modified for de, fr, tr
158
159* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
160- updated to 3.8
161
162* Tue Oct 21 1997 Otto Hammersmith
163- changed buildroot to /var/tmp, rather than /tmp
164- use install-info
165
166* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
167- built against glibc
168
169* Thu Apr 17 1997 Erik Troan <ewt@redhat.com>
170- Changed sysconfdir to be /etc
171
172* Mon Apr 14 1997 Michael Fulbright <msf@redhat.com>
173- Updated to 3.6
Note: See TracBrowser for help on using the repository browser.