# $Revision: 1.2 $, $Date: 2000/01/03 13:22:54 $ Summary: TTY mode communications package ala Telix Summary(de): TTY-Modus-Kommunikationspaket (ähnlich Telix) Summary(fr): Package de communication en mode terminal à la Telix Summary(pl): Program komunikacyjny (podobny do Telix-a) Summary(tr): Telix benzeri, TTY kipi iletiþim paketi Name: @PACKAGE@ Version: @VERSION@ Release: 1 Copyright: GPL Group: Applications/Communications Group(pl): Aplikacje/Komunikacja URL: http://www.pp.clinet.fi/~walker Source0: %{name}-%{version}.tar.gz Buildroot: /tmp/buildroot-%{name}-%{version} %description Minicom is a communications program that resembles the MSDOS Telix somewhat. It has a dialing directory, color, full ANSI and VT100 emulation, an (external) scripting language and more. %description -l de Minicom ist ein Kommunikationsprogramm, das Ähnlichkeiten mit Telix unter MSDOS aufweist. Es enthält ein Wählverzeichnis, Farbe, vollständige ANSI- und VT100-Emulation, eine (externe) Scriptsprache usw. %description -l fr Minicom est un programme de communication ressemblant a Telix sous MSDOS. Il a un répertoire de numérotation, des couleurs, une émualtion ANSI et VT100, un langage de script externe et plus encore. %description -l pl Minicom jest programem komunikacyjnym, przypominaj±cym DOSowy program Telix. Posiada ksi±¿kê telefoniczn±, emulacjê terminali ANSI i VT100, zewnêtrzny jêzyk skryptowy, obs³ugê kolorów i wiele innych zalet. %description -l tr Minicom, MSDOS Telix programýna benzeyen bir iletiþim programýdýr. Numara çevirme dizini, renk, tam ANSI uyumu ve VT100 öykünümü ile script gibi özellikleri vardýr. %prep %setup -q %build LDFLAGS="-s"; export LDFLAGS %configure --sysconf=/etc %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/ make DESTDIR="$RPM_BUILD_ROOT" install cat << EOF > $RPM_BUILD_ROOT/etc/minirc.dfl pu minit ~^M~ATZ^M~ pu mreset ~^M~ATZ^M~ EOF install doc/minicom.users $RPM_BUILD_ROOT/etc/ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* extras/{linux,tables}/* doc/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/* extras/linux extras/tables %attr(640,root,root) %config %verify(not size md5 mtime) /etc/* %attr(755,root,root) %{_bindir}/minicom %attr(755,root,root) %{_bindir}/runscript %attr(755,root,root) %{_bindir}/xminicom %attr(755,root,root) %{_bindir}/ascii-xfr %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/* %lang(fi_FI) %{_datadir}/locale/fi_FI/LC_MESSAGES/* %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/* %lang(ja) %{_datadir}/locale/ja/LC_MESSAGES/* %lang(ja_JP.SJIS) %{_datadir}/locale/ja_JP.SJIS/LC_MESSAGES/* %lang(ko) %{_datadir}/locale/ko/LC_MESSAGES/* %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/* %{_mandir}/man*/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All below listed persons can be reached on @pld.org.pl $Log: minicom.spec.in,v $ Revision 1.2 2000/01/03 13:22:54 misiek - fixed Japanese locale Revision 1.1 1999/12/20 12:22:50 misiek - first try to `make rpm' Revision 1.15 1999/07/20 11:04:34 baggins - fixed usage of macros - added/removed neccesary/obsolete patches - FHS 2.0 compliance where needed - gzipping docs where needed Revision 1.14 1999/07/12 23:06:10 kloczek - added using CVS keywords in %changelog (for automating them). * Tue Jun 29 1999 Michal Margula [1.82.1-3] - fixed for compiling with ncurses - FHS 2.0 ready - minor fixes in spec * Wed Feb 03 1999 Arkadiusz Mi¶kiewicz [1.82.1-1d] - new upstream release * Mon Jan 11 1999 Arkadiusz Mi¶kiewicz [1.82-3d] - added 1.82.1 pre patch ;> - updated pl translation in this patch * Thu Dec 24 1998 Arkadiusz Mi¶kiewicz [1.82-2d] - added defaul initstring, - added /etc/profile.d/minicom.sh, - added uninitialized patch. * Sat Oct 10 1998 Marcin Korzonek [1.82-1d] - translations modified for pl, - updated to 1.82. - defined files permission, - allow building from non root account, - moved changelog to the end of spec. * Tue Jun 30 1998 Wojtek ¦lusarczyk [1.81-7d] - build against GNU libc-2.1. * Sun May 10 1998 Cristian Gafton - security fixes (alan cox, but he forgot about the changelog) * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Thu May 07 1998 Cristian Gafton - BuildRoot; updated .make patch to cope with the buildroot - fixed the spec file * Tue May 06 1998 Michael Maher - update of package (1.81) * Wed Oct 29 1997 Otto Hammersmith - added wmconfig entries * Tue Oct 21 1997 Otto Hammersmith - fixed source url * Thu Jul 10 1997 Erik Troan - built against glibc