| 1 |
misiek |
1.1 |
# $Revision: 1.15 $, $Date: 1999/07/20 11:04:34 $ |
| 2 |
|
|
Summary: TTY mode communications package ala Telix |
| 3 |
|
|
Summary(de): TTY-Modus-Kommunikationspaket (ähnlich 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: @PACKAGE@ |
| 8 |
|
|
Version: @VERSION@ |
| 9 |
|
|
Release: 1 |
| 10 |
|
|
Copyright: GPL |
| 11 |
|
|
Group: Applications/Communications |
| 12 |
|
|
Group(pl): Aplikacje/Komunikacja |
| 13 |
|
|
URL: http://www.pp.clinet.fi/~walker |
| 14 |
|
|
Source0: %{name}-%{version}.tar.gz |
| 15 |
|
|
Buildroot: /tmp/buildroot-%{name}-%{version} |
| 16 |
|
|
|
| 17 |
|
|
%description |
| 18 |
|
|
Minicom is a communications program that resembles the MSDOS Telix |
| 19 |
|
|
somewhat. It has a dialing directory, color, full ANSI and VT100 |
| 20 |
|
|
emulation, an (external) scripting language and more. |
| 21 |
|
|
|
| 22 |
|
|
%description -l de |
| 23 |
|
|
Minicom ist ein Kommunikationsprogramm, das Ähnlichkeiten mit Telix |
| 24 |
|
|
unter MSDOS aufweist. Es enthält ein Wählverzeichnis, Farbe, vollständige ANSI- |
| 25 |
|
|
und VT100-Emulation, eine (externe) Scriptsprache usw. |
| 26 |
|
|
|
| 27 |
|
|
%description -l fr |
| 28 |
|
|
Minicom est un programme de communication ressemblant a Telix sous |
| 29 |
|
|
MSDOS. Il a un répertoire de numérotation, des couleurs, une émualtion |
| 30 |
|
|
ANSI et VT100, un langage de script externe et plus encore. |
| 31 |
|
|
|
| 32 |
|
|
%description -l pl |
| 33 |
|
|
Minicom jest programem komunikacyjnym, przypominaj±cym DOSowy program |
| 34 |
|
|
Telix. Posiada ksi±¿kê telefoniczn±, emulacjê terminali ANSI i VT100, |
| 35 |
|
|
zewnêtrzny jêzyk skryptowy, obs³ugê kolorów i wiele innych zalet. |
| 36 |
|
|
|
| 37 |
|
|
%description -l tr |
| 38 |
|
|
Minicom, MSDOS Telix programýna benzeyen bir iletiþim programýdýr. Numara |
| 39 |
|
|
çevirme dizini, renk, tam ANSI uyumu ve VT100 öykünümü ile script gibi |
| 40 |
|
|
özellikleri vardýr. |
| 41 |
|
|
|
| 42 |
|
|
%prep |
| 43 |
|
|
%setup -q |
| 44 |
|
|
|
| 45 |
|
|
%build |
| 46 |
|
|
LDFLAGS="-s"; export LDFLAGS |
| 47 |
|
|
%configure --sysconf=/etc |
| 48 |
|
|
|
| 49 |
|
|
%install |
| 50 |
|
|
rm -rf $RPM_BUILD_ROOT |
| 51 |
|
|
|
| 52 |
|
|
install -d $RPM_BUILD_ROOT/etc/ |
| 53 |
|
|
make DESTDIR="$RPM_BUILD_ROOT" install |
| 54 |
|
|
|
| 55 |
|
|
cat << EOF > $RPM_BUILD_ROOT/etc/minirc.dfl |
| 56 |
|
|
pu minit ~^M~ATZ^M~ |
| 57 |
|
|
pu mreset ~^M~ATZ^M~ |
| 58 |
|
|
EOF |
| 59 |
|
|
|
| 60 |
|
|
install doc/minicom.users $RPM_BUILD_ROOT/etc/ |
| 61 |
|
|
gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* extras/{linux,tables}/* doc/* |
| 62 |
|
|
|
| 63 |
|
|
%clean |
| 64 |
|
|
rm -rf $RPM_BUILD_ROOT |
| 65 |
|
|
|
| 66 |
|
|
%files |
| 67 |
|
|
%defattr(644,root,root,755) |
| 68 |
|
|
%doc doc/* extras/linux extras/tables |
| 69 |
|
|
|
| 70 |
|
|
%attr(640,root,root) %config %verify(not size md5 mtime) /etc/* |
| 71 |
|
|
%attr(755,root,root) %{_bindir}/minicom |
| 72 |
|
|
%attr(755,root,root) %{_bindir}/runscript |
| 73 |
|
|
%attr(755,root,root) %{_bindir}/xminicom |
| 74 |
|
|
%attr(755,root,root) %{_bindir}/ascii-xfr |
| 75 |
|
|
%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/* |
| 76 |
|
|
%lang(fi_FI) %{_datadir}/locale/fi_FI/LC_MESSAGES/* |
| 77 |
|
|
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/* |
| 78 |
|
|
%lang(ja_JP.ujis) %{_datadir}/locale/ja_JP.ujis/LC_MESSAGES/* |
| 79 |
|
|
%lang(ja_JP.sjis) %{_datadir}/locale/ja_JP.sjis/LC_MESSAGES/* |
| 80 |
|
|
%lang(ko) %{_datadir}/locale/ko/LC_MESSAGES/* |
| 81 |
|
|
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/* |
| 82 |
|
|
%{_mandir}/man*/* |
| 83 |
|
|
|
| 84 |
|
|
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) |
| 85 |
|
|
%changelog |
| 86 |
|
|
* %{date} PLD Team <pld-list@pld.org.pl> |
| 87 |
|
|
All below listed persons can be reached on <cvs_login>@pld.org.pl |
| 88 |
|
|
|
| 89 |
|
|
$Log: minicom.spec,v $ |
| 90 |
|
|
Revision 1.15 1999/07/20 11:04:34 baggins |
| 91 |
|
|
- fixed usage of macros |
| 92 |
|
|
- added/removed neccesary/obsolete patches |
| 93 |
|
|
- FHS 2.0 compliance where needed |
| 94 |
|
|
- gzipping docs where needed |
| 95 |
|
|
|
| 96 |
|
|
Revision 1.14 1999/07/12 23:06:10 kloczek |
| 97 |
|
|
|
| 98 |
|
|
- added using CVS keywords in %changelog (for automating them). |
| 99 |
|
|
|
| 100 |
|
|
|
| 101 |
|
|
* Tue Jun 29 1999 Michal Margula <alchemyx@pld.org.pl> |
| 102 |
|
|
[1.82.1-3] |
| 103 |
|
|
- fixed for compiling with ncurses |
| 104 |
|
|
- FHS 2.0 ready |
| 105 |
|
|
- minor fixes in spec |
| 106 |
|
|
|
| 107 |
|
|
* Wed Feb 03 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org> |
| 108 |
|
|
[1.82.1-1d] |
| 109 |
|
|
- new upstream release |
| 110 |
|
|
|
| 111 |
|
|
* Mon Jan 11 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org> |
| 112 |
|
|
[1.82-3d] |
| 113 |
|
|
- added 1.82.1 pre patch ;> |
| 114 |
|
|
- updated pl translation in this patch |
| 115 |
|
|
|
| 116 |
|
|
* Thu Dec 24 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org> |
| 117 |
|
|
[1.82-2d] |
| 118 |
|
|
- added defaul initstring, |
| 119 |
|
|
- added /etc/profile.d/minicom.sh, |
| 120 |
|
|
- added uninitialized patch. |
| 121 |
|
|
|
| 122 |
|
|
* Sat Oct 10 1998 Marcin Korzonek <mkorz@shadow.eu.org> |
| 123 |
|
|
[1.82-1d] |
| 124 |
|
|
- translations modified for pl, |
| 125 |
|
|
- updated to 1.82. |
| 126 |
|
|
- defined files permission, |
| 127 |
|
|
- allow building from non root account, |
| 128 |
|
|
- moved changelog to the end of spec. |
| 129 |
|
|
|
| 130 |
|
|
* Tue Jun 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org> |
| 131 |
|
|
[1.81-7d] |
| 132 |
|
|
- build against GNU libc-2.1. |
| 133 |
|
|
|
| 134 |
|
|
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com> |
| 135 |
|
|
- security fixes (alan cox, but he forgot about the changelog) |
| 136 |
|
|
|
| 137 |
|
|
* Thu May 07 1998 Prospector System <bugs@redhat.com> |
| 138 |
|
|
- translations modified for de, fr, tr |
| 139 |
|
|
|
| 140 |
|
|
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com> |
| 141 |
|
|
- BuildRoot; updated .make patch to cope with the buildroot |
| 142 |
|
|
- fixed the spec file |
| 143 |
|
|
|
| 144 |
|
|
* Tue May 06 1998 Michael Maher <mike@redhat.com> |
| 145 |
|
|
- update of package (1.81) |
| 146 |
|
|
|
| 147 |
|
|
* Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com> |
| 148 |
|
|
- added wmconfig entries |
| 149 |
|
|
|
| 150 |
|
|
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com> |
| 151 |
|
|
- fixed source url |
| 152 |
|
|
|
| 153 |
|
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com> |
| 154 |
|
|
- built against glibc |