]> git.pld-linux.org Git - packages/mtools.git/blob - mtools.spec
b61333a5d469c1e37e3c15fe4cecbbf580526236
[packages/mtools.git] / mtools.spec
1 Summary:     programs to access DOS disks w/o mounting them
2 Summary(de): Programme für den Zugriff auf DOS-Disks, ohne sie zu montieren 
3 Summary(fr): programmes pour accéder aux disques DOS sans avoir à les monter
4 Summary(pl): Dostêp do dysków DOSa bez montowania
5 Summary(tr): Baðlama (mount) yapmadan DOS disklerine eriþim saðlar
6 Name:        mtools
7 Version:     3.9.1
8 Release:     2
9 Copyright:   GPL
10 Group:       Utilities/File
11 Group(pl):   Narzêdzia/Pliki
12 Source0:     http://www.tux.org/pub/tux/knaff/mtools/%{name}-%{version}.tar.gz 
13 Source1:     mtools.conf
14 URL:         http://www.tux.org/pub/tux/knaff/mtools/
15 Prereq:      /sbin/install-info
16 Buildroot:   /tmp/%{name}-%{version}-root
17
18 %description
19 Mtools is a collection of utilities to access MS-DOS disks from Unix without
20 mounting them. It supports Win'95 style long file names, OS/2 Xdf disks,
21 ZIP/JAZ disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
22
23 %description -l de
24 Mtools ist eine Dienstprogrammsammlung zum Zugriff auf MS-DOS-Disketten,
25 ohne daß diese montiert werden müssen. Es unterstützt Win'95-Dateinamen
26 (lang), OS/2-Xdf-, ZIP/JAZ- und 2m-Disketten (speichern bis zu 1992 KB auf
27 einer HD 3 1/2-Diskette).
28
29 %description -l fr
30 Mtools est un ensemble d'utilitaires pour accéder aux disques MS-DOS depuis
31 UNIX sans les monter. Il supporte les noms longs Windows 95, les diques Xdf
32 OS/2, les disques ZIP et JAZ et les disques 2m (stockant 1992k sur une
33 disquette 3,5\").
34
35 %description -l pl
36 Mtools to zbiór narzêdzi udostêpniaj±cych Unixowi DOSowe dyski bez ich
37 montowania. Obs³uguje d³ugie nazwy Win95, dyski Xdf z OS/2, dyski
38 ZIP/JAZ i dyski 2m (mieszcz±ce na 3.5-calowej dyskietce do 1992k).
39
40 %description -l tr
41 mtools, MS-DOS disklerine baðlanmadan (mount edilmeden) UNIX sistemlerinden
42 eriþilebilmesini saðlar. Win'95 tarzý uzun dosya isimlerini, OS/2 Xdf
43 disklerini, ZIP/JAZ disklerini ve 2m disklerini destekler.
44
45 %prep
46 %setup -q
47
48 %build
49 CFLAGS="$RPM_OPT_FLAGS" \
50 ./configure \
51         --prefix=/usr \
52         --sysconfdir=/etc
53 make
54 strip mtools mkmanifest
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT/{usr,etc}
59
60 make prefix=$RPM_BUILD_ROOT/usr install
61
62 install %{SOURCE1} $RPM_BUILD_ROOT/etc
63 gzip -9nf $RPM_BUILD_ROOT/usr/info/* \
64         $RPM_BUILD_ROOT/usr/{man1,man5}/* \
65         Changelog README Release.notes
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 /sbin/install-info /usr/info/mtools.info.gz /etc/info-dir
72
73 %preun
74 if [ "$1" = 0 ]; then
75         /sbin/install-info --delete /usr/info/mtools.info.gz /etc/info-dir
76 fi
77
78 %files
79 %defattr(644,root,root,755)
80 %doc {Changelog,README,Release.notes}.gz
81
82 %attr(755,root,root) /usr/bin/*
83 /usr/man/man[15]/*
84 /usr/info/*
85 %config /etc/mtools.conf
86
87 %changelog
88 * Fri Sep 25 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>
89   [3.9.1-2]
90 - updated Source and URL addresses,
91 - added full %attr description in %files,
92 - added pl translation.
93
94 * Wed Sep 02 1998 Michael Maher <mike@redhat.com>
95 - Built package for 5.2.
96 - Updated Source to 3.9.1.
97 - Cleaned up spec file.
98
99 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
100 - translations modified for de, fr, tr
101
102 * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
103 - updated to 3.8
104
105 * Tue Oct 21 1997 Otto Hammersmith
106 - changed buildroot to /var/tmp, rather than /tmp
107 - use install-info
108
109 * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
110 - built against glibc
111
112 * Thu Apr 17 1997 Erik Troan <ewt@redhat.com>
113 - Changed sysconfdir to be /etc
114
115 * Mon Apr 14 1997 Michael Fulbright <msf@redhat.com>
116 - Updated to 3.6
This page took 0.025339 seconds and 2 git commands to generate.