Author: blues Date: Mon Mar 7 15:01:33 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial - nice minicom replacement...
---- Files affected: SPECS: picocom.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/picocom.spec diff -u /dev/null SPECS/picocom.spec:1.1 --- /dev/null Mon Mar 7 16:01:33 2005 +++ SPECS/picocom.spec Mon Mar 7 16:01:27 2005 @@ -0,0 +1,83 @@ +# $Revision$, $Date$ +# TODO: +# - build documentation, don't take the included ones +# - desktop and icon (maybe directly from minicom?) +Summary: TTY mode communications package ala Telix +Summary(de): TTY-Modus-Kommunikationspaket (ähnlich Telix) +Summary(es): Paquete de comunicaciones modo texto a la Telix +Summary(fi): Tietoliikenneohjelma, kuten Telix +Summary(fr): Package de communication en mode terminal ŕ la Telix +Summary(pl): Program komunikacyjny (podobny do Telix-a) +Summary(pt_BR): Pacote de comunicaçőes modo texto a la Telix +Summary(ru): ëĎÍÍŐÎÉËÁĂÉĎÎÎŮĘ ĐÁËĹÔ ÔÉĐÁ Telix ÄĚŃ ÔĹËÓÔĎ×ĎÇĎ ŇĹÖÉÍÁ +Summary(tr): Telix benzeri, TTY kipi iletiţim paketi +Summary(uk): ëĎÍŐÎŚËÁĂŚĘÎÉĘ ĐÁËĹÔ ÔÉĐŐ Telix ÄĚŃ ÔĹËÓÔĎ×ĎÇĎ ŇĹÖÉÍŐ +Summary(zh_CN): Ňť¸öÎÄąž˝çĂćľÄľ÷ĘÔ˝âľ÷Ć÷żŘÖĆĆ÷şÍÖŐśËÄŁÄâĆ÷ĄŁ +Name: picocom +Version: 1.4 +Release: 0.1 +License: GPL v2+ +Group: Applications/Communications +Source0: http://efault.net/npat/hacks/picocom/dist/%{name}-%{version}.tar.gz +# Source0-md5: 08fcc5f6bb9e7676a2569386d5ea9f70 +#Source1: %{name}.desktop +#Source2: %{name}.png +URL: http://efault.net/npat/hacks/picocom/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +As its name suggests, picocom is a minimal dumb-terminal emulation +program. It is, in principle, very much like minicom, only it's pico +instead of mini! It was designed to serve as a simple, manual, modem +configuration, testing, and debugging tool. It has also served (quite +well) as a low-tech "terminal-window" to allow operator intervention +in PPP connection scripts (something like the ms-windows "open +terminal window before / after dialing" feature). It could also prove +useful in many other similar tasks. It is ideal for embedded systems +since its memory footprint is minimal (less than 20K, when stripped). +Apart from being a handy little tool, picocom source distribution +includes a simple, easy to use, and thoroughly documented +terminal-management library, which could serve other projects as well. +This library hides the termios(3) calls, and provides a less complex +and safer (though certainly less feature-rich) interface. + +%prep +%setup -q + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} -Wall" \ + LDFLAGS="" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8} \ + $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} + +install picocom pcxm pczm pcasc pcym $RPM_BUILD_ROOT%{_bindir} +install picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8 + +#install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +#install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES CONTRIBUTORS NEWS README *.html *.ps +%attr(755,root,root) %{_bindir}/* +#%{_desktopdir}/*.desktop +#%{_pixmapsdir}/* +%{_mandir}/man8/*.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/03/07 15:01:27 blues +- initial - nice minicom replacement... + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
