Author: arekm Date: Fri Jan 19 09:35:12 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: nanocom.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nanocom.spec diff -u /dev/null SPECS/nanocom.spec:1.1 --- /dev/null Fri Jan 19 10:35:12 2007 +++ SPECS/nanocom.spec Fri Jan 19 10:35:06 2007 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: microcom-like serial terminal emulator +Summary(pl): Podobny do microcoma emulator terminala szeregowego +Name: nanocom +Version: 1.0 +Release: 1 +License: GPL v2 +Group: Applications/Communications +Source0: http://dl.sourceforge.net/%{name}/nanocom.tar.gz +# Source0-md5: e20c7babfed891b70b669123a30b5ad6 +URL: http://nanocom.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +nanocom is a microcom-like serial terminal emulator with scripting +support. The requirement for this program was to be small enough to +fit on a floppy-based Linux distribution - such as the one from Linux +Router Project. + +%description -l pl +nanocom jest podobnym do microcoma emulatorem terminala szeregowego z +obsługą skryptów. Program ten ma tak małe wymagania, że nadaje się do +stosowania w dyskietkowych dystrybucjach Linuksa - takich jak +wywodząca się z Linux Router Project. + +%prep +%setup -q -c + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* + +%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 2007/01/19 09:35:06 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
