Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37871675
en ru br
ALT Linux repos
S:1.35-alt1
5.0: 1.15-alt3.1
4.1: 1.15-alt3.1
4.0: 1.15-alt3.1
3.0: 1.15-alt3.1

Group :: Development/Perl
RPM: perl-Expect

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: perl-Expect,v 1.3 2003/09/30 15:17:51 grigory Exp $

%define _without_test 1
%define module Expect

Name: perl-%module
Version: 1.15
Release: alt3.1

Packager: Grigory Milev <week at altlinux.ru>

Summary: %module - Perl Expect interface
License: GPL
Group: Development/Perl

Url: http://www.cpan.org/modules/by-module/%module
Source: %url/%module-%version.tar.bz2
Patch: Expect-1.15-alt-build.patch

BuildArch: noarch

# Automatically added by buildreq on Wed Nov 06 2002

BuildRequires: perl-IO-Stty perl-IO-Tty perl-devel

%description
Expect.pm is built to either spawn a process or take an existing filehandle
and interact with it such that normally interactive tasks can be done
without operator assistance. This concept makes more sense if you are
already familiar with the versatile Tcl version of Expect.

%prep
%setup -q -n %module-%version
find . -type f|xargs %perl_fix_local
%patch -p1

%build
%perl_vendor_build

%install
%perl_vendor_install
%__mkdir -p %buildroot/{%_bindir,%_man1dir}
%__cp examples/kibitz/kibitz %buildroot/%_bindir/kibitz.pl
%__cp examples/kibitz/kibitz.man %buildroot/%_man1dir/kibitz.pl.1

%files
%doc Changes MANIFEST README test.pl
%_bindir/*
%perl_vendor_privlib/Expect*
%perl_vendor_man3dir/*
%_man1dir/*

%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