source: projects/specs/branches/6/m/mtools/mtools-vl.spec @ 3526

Revision 3526, 5.1 KB checked in by owa, 13 years ago (diff)

rebuilt

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