Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37398644
en ru br
ALT Linux repos
S:0.91-alt1_7

Group :: Development/Perl
RPM: perl-Term-VT102

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-build-perl
BuildRequires: perl(Exporter.pm) perl(ExtUtils/MakeMaker.pm) perl(IO/Handle.pm) perl(Net/Telnet.pm) perl-podlators
# END SourceDeps(oneline)
BuildRequires: perl(IO/Pty.pm)
%define upstream_name    Term-VT102
%define upstream_version 0.91

Name:       perl-%{upstream_name}
Version:    %{upstream_version}
Release:    alt1_7

Summary: Term::VT102 - a class to emulate a DEC VT102 terminal
License: GPL+ or Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/%{upstream_name}
Source0: ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildArch: noarch
Source44: import.info


%description
The VT102 class provides emulation of most of the functions of a
DEC VT102 terminal. Once initialised, data passed to a VT102
object is processed and the in-memory screen modified accordingly.
This screen can be interrogated by the external program in a
variety of ways.

This allows your program to interface with full-screen console
programs by running them in a subprocess and passing their output
to a VT102 class. You can then see what the application has
written on the screen by querying the class appropriately.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLMAN1DIR=%_man1dir INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendor_privlib}/Term/VT102
%dir %{perl_vendor_privlib}/Term/VT102/examples
%{perl_vendor_privlib}/Term/VT102.pm
%{perl_vendor_privlib}/Term/VT102/examples/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin