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

Revision 521, 5.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Programs for accessing MS-DOS disks without mounting the disks.
2Summary(ja): mount せずに MS-DOS disk にアクセスするためのプログラム
3Name: mtools
4Version: 4.0.10
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
14PreReq: 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* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.10-1
75- new upstream release
76- spec in utf-8
77
78* Tue May 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.9.11-1
79- new upstream release
80- apply new versioning policy
81
82* Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.10-0vl1
83- new upstream release
84
85* Sun Jan  4 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.9.9-6vl1
86- based on Fedora 3.9.9-6
87  * Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-5
88  - Fix mistaken variable assignment in comparison (bug #110823).
89  * Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com>
90  - Build requires texinfo (bug #111000).
91  * Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-6
92  - Fix support for disks > 1.44 MB (#40857)
93- s/Copyright/License/
94- rebuild with new toolchains
95
96* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9.7-5vl2
97- rebuild to remove bad requires (rpmlib)
98
99* Sun May 27 2001 <sagami@vinelinux.org>
100- 3.9.7-5vl1: added Japanese summary and description
101
102* Tue May  8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-5
103- Update to 20010507
104
105* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
106- Apply the author's current patches, fixes among other things
107  ZIP drive support and doesn't crash when trying to access a BSD disk
108
109* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
110- automatic rebuild
111
112* Sat Jun 17 2000 Trond Eivind Glomsrod <teg@redhat.com>
113- specify ownership
114
115* Wed Jun 07 2000 Trond Eivind Glomsrナ <teg@redhat.com>
116- Version 3.9.7
117- use %%{_mandir}, %%{_makeinstall}, %%configure, %%makeinstall
118  and %%{_tmppath}
119
120* Wed Feb 09 2000 Cristian Gafton <gafton@redhat.com>
121- get rid of mtools.texi as a doc file (we have the info file)
122- fix config file so mtools work (#9264)
123- fix references to the config file to be /etc/mtools.conf
124
125* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
126- expunge floppyd
127
128* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
129- man pages are compressed
130- fix description
131- version 3.9.6
132
133* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
134- auto rebuild in the new build environment (release 5)
135
136* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
137- patch to make the texi sources compile
138- fix the spec file group and description
139- fixed floppy drive sizes
140
141* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
142- build for 6.0
143- fixed invalid SAMPLE_FILE configuration file
144
145* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
146- Built package for 5.2.
147- Updated Source to 3.9.1.
148- Cleaned up spec file.
149
150* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
151- translations modified for de, fr, tr
152
153* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
154- updated to 3.8
155
156* Tue Oct 21 1997 Otto Hammersmith
157- changed buildroot to /var/tmp, rather than /tmp
158- use install-info
159
160* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
161- built against glibc
162
163* Thu Apr 17 1997 Erik Troan <ewt@redhat.com>
164- Changed sysconfdir to be /etc
165
166* Mon Apr 14 1997 Michael Fulbright <msf@redhat.com>
167- Updated to 3.6
Note: See TracBrowser for help on using the repository browser.