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

Revision 12345, 5.3 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bridge-utils-1.6-1

dmidecode-3.2-1

hdparm-9.58-1

lsof-4.93.2-1

libasyncns-0.8-3

libdaemon-0.14-4

mtools-4.0.23-1

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