Add ncurses-libs dep for libtinfo support
[profile/extras/minicom.git] / minicom.spec
1 Summary:        TTY mode communications package ala Telix
2 Summary(de):    TTY-Modus-Kommunikationspaket (ähnlich Telix)
3 Summary(fi):    Tietoliikenneohjelma, kuten Telix
4 Summary(fr):    Package de communication en mode terminal à la Telix
5 Summary(pl):    Program komunikacyjny (podobny do Telix-a)
6 Summary(tr):    Telix benzeri, TTY kipi iletiþim paketi
7 Name:           minicom
8 Version:        2.5
9 Release:        1
10 Copyright:      GPL
11 Group:          Applications/Communications
12 Group(pl):      Aplikacje/Komunikacja
13 URL:            http://alioth.debian.org/projects/minicom/
14 Packager:       Daniel Tschan <tschan+rpm@devzone.ch>
15 Source0:        %{name}-%{version}.tar.gz
16 Buildroot:      %{_tmppath}/%{name}-root
17
18 %description
19 Minicom is a communications program that resembles the MSDOS Telix
20 somewhat. It has a dialing directory, color, full ANSI and VT100
21 emulation, an (external) scripting language and more.
22
23 Run 'minicom -s' as root to create a system wide configuration.
24 Users need read/write permissions on the serial port devices in
25 order to use minicom.
26
27 It's recommended to install lrzsz if you want to transfer files
28 with minicom.
29
30 %description -l de
31 Minicom ist ein Kommunikationsprogramm, das Ähnlichkeiten mit Telix 
32 unter MSDOS aufweist. Es enthält ein Wählverzeichnis, Farbe, vollständige ANSI-
33 und VT100-Emulation, eine (externe) Scriptsprache usw.
34
35 %description -l fi
36 Minicom on MSDOS-Telixiä jossain määrin muistuttava tietoliikenneohjelma.
37 Ohjelmassa on mm. puhelinluettelo, värit, ANSI- ja VT100-emulaatiot
38 ja ulkoinen script-kieli.
39
40 %description -l fr
41 Minicom est un programme de communication ressemblant à Telix sous
42 MSDOS. Il possède un répertoire de numérotation, un affichage en couleurs, 
43 des émulations ANSI et VT100, un langage de script externe...
44
45 %description -l pl
46 Minicom jest programem komunikacyjnym, przypominaj±cym DOSowy program
47 Telix. Posiada ksi±¿kê telefoniczn±, emulacjê terminali ANSI i VT100,
48 zewnêtrzny jêzyk skryptowy, obs³ugê kolorów i wiele innych zalet.
49
50 %description -l tr
51 Minicom, MSDOS Telix programýna benzeyen bir iletiþim programýdýr. Numara
52 çevirme dizini, renk, tam ANSI uyumu ve VT100 öykünümü ile script gibi
53 özellikleri vardýr.
54
55 %prep
56 %setup -q
57
58 %build
59 %configure
60 make
61
62 %install
63 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
64 %makeinstall
65 mkdir -p $RPM_BUILD_ROOT/etc
66
67 %find_lang %name
68
69 %clean
70 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
71
72 %files -f %name.lang
73 %defattr(-,root,root)
74 %doc doc/*
75 %attr(755,root,root) %{_bindir}/minicom
76 %{_bindir}/runscript
77 %{_bindir}/xminicom
78 %{_bindir}/ascii-xfr
79 %{_mandir}/man1/*
80
81 %changelog
82 * Mon Jun 23 2003 Daniel Tschan <tschan+rpm@devzone.ch>
83 - updated to minicom 2.1
84 - rewrote spec file with the help of Martin Godisch <martin@godisch.de>
85
86 Revision 1.8  2002/05/18 13:35:44  walker
87 Changed my netmail address, and changed the version number to 2.00.1.
88
89 Revision 1.7  2001/12/21 19:09:19  walker
90 Changed the Finnish locale from fi_FI to fi. Updated the instructions for
91 adding new languages in doc/Locales to match the procedure with autoconf.
92
93 Revision 1.6  2001/05/25 14:39:21  walker
94 added Finnish description, removed lang(ko) and added lang(ru)
95
96 Revision 1.5  2000/06/16 09:27:23  misiek
97 - unify my email
98
99 Revision 1.4  2000/03/27 00:29:37  gael
100 - LINGUAS has to be unset to make rpm work
101 - replaced --sysconf by --sysconfdir for %configure
102
103 Revision 1.3  2000/02/09 22:37:28  gael
104 - fixed typos in French description
105
106 Revision 1.2  2000/01/03 13:22:54  misiek
107 - fixed Japanese locale
108
109 Revision 1.1  1999/12/20 12:22:50  misiek
110 - first try to `make rpm'
111
112 Revision 1.15  1999/07/20 11:04:34  baggins
113 - fixed usage of macros
114 - added/removed neccesary/obsolete patches
115 - FHS 2.0 compliance where needed
116 - gzipping docs where needed
117
118 Revision 1.14  1999/07/12 23:06:10  kloczek
119
120 - added using CVS keywords in %changelog (for automating them).
121
122
123 * Tue Jun 29 1999 Michal Margula <alchemyx@pld.org.pl>
124   [1.82.1-3]
125 - fixed for compiling with ncurses
126 - FHS 2.0 ready
127 - minor fixes in spec
128
129 * Wed Feb 03 1999 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
130   [1.82.1-1d]
131 - new upstream release
132
133 * Mon Jan 11 1999 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
134   [1.82-3d]
135 - added 1.82.1 pre patch ;>
136 - updated pl translation in this patch
137
138 * Thu Dec 24 1998 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
139   [1.82-2d]
140 - added defaul initstring,
141 - added /etc/profile.d/minicom.sh,
142 - added uninitialized patch.
143
144 * Sat Oct 10 1998 Marcin Korzonek <mkorz@shadow.eu.org>
145   [1.82-1d]
146 - translations modified for pl,
147 - updated to 1.82.
148 - defined files permission,
149 - allow building from non root account,
150 - moved changelog to the end of spec.
151
152 * Tue Jun 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
153   [1.81-7d]
154 - build against GNU libc-2.1.
155
156 * Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
157 - security fixes (alan cox, but he forgot about the changelog)
158
159 * Thu May 07 1998 Prospector System <bugs@redhat.com>
160 - translations modified for de, fr, tr
161
162 * Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
163 - BuildRoot; updated .make patch to cope with the buildroot
164 - fixed the spec file
165
166 * Tue May 06 1998 Michael Maher <mike@redhat.com>
167 - update of package (1.81)
168
169 * Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
170 - added wmconfig entries
171
172 * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
173 - fixed source url
174
175 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
176 - built against glibc