rpms/picocom/devel picocom.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sean Reifschneider (jafo) fedora-extras-commits at redhat.com
Sun Sep 17 20:42:39 UTC 2006


Author: jafo

Update of /cvs/extras/rpms/picocom/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19478/devel

Modified Files:
	.cvsignore sources 
Added Files:
	picocom.spec 
Log Message:
auto-import picocom-1.4-2 on branch devel from picocom-1.4-2.src.rpm


--- NEW FILE picocom.spec ---
Name:           picocom
Version:        1.4
Release:        2%{?dist}
Summary:        Minimal serial communications program

Group:          Applications/Communications
License:        GPL
URL:            http://efault.net/npat/hacks/picocom/
Source0:        http://efault.net/npat/hacks/picocom/dist/picocom-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-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).

%prep
%setup -q

%build
make CC=%{__cc} CFLAGS="$RPM_OPT_FLAGS" %{_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -m 755 picocom $RPM_BUILD_ROOT%{_bindir}/
install -m 644 picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES CONTRIBUTORS LICENSE.txt NEWS README
%{_bindir}/picocom
%{_mandir}/man8/*

%changelog
* Thu Sep 14 2006 Sean Reifschneider <jafo at tummy.com> 1.4-2
- Incorporating changes from Fedora Extras review from denis at poolshark
  dot org and panemade at gmail dot com.

* Wed Sep 13 2006 Sean Reifschneider <jafo at tummy.com> 1.4-1
- Initial RPM spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/picocom/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Sep 2006 20:42:07 -0000	1.1
+++ .cvsignore	17 Sep 2006 20:42:39 -0000	1.2
@@ -0,0 +1 @@
+picocom-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/picocom/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Sep 2006 20:42:07 -0000	1.1
+++ sources	17 Sep 2006 20:42:39 -0000	1.2
@@ -0,0 +1 @@
+08fcc5f6bb9e7676a2569386d5ea9f70  picocom-1.4.tar.gz




More information about the scm-commits mailing list