Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37477569
en ru br
ALT Linux repos
S:4.2.2-alt2

Group :: Development/Tcl
RPM: expect-lite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- coding: latin-1; mode: rpm-spec -*-

Name: expect-lite
Version: 4.2.2
Release: alt2

Summary: Quick and easy command line automation tool
License: BSD-style
Group: Development/Tcl
Url: http://expect-lite.sourceforge.net
Source: %{name}_%{version}.tar.gz
BuildArch: noarch

Packager: Evgenii Terechkov <evg at altlinux.org>

%description
expect-lite is an quick and easy command line automation tool

%prep
%setup -n %name.proj
%install
mkdir -p %buildroot%_bindir %buildroot%_man1dir
install -p -m755 %name %buildroot%_bindir/
install -p -m644 man/%name.1.gz %buildroot%_man1dir

%files
%_bindir/%name
%_man1dir/%{name}.1.*
%doc Examples Docs Tools README COPYING ChangeLog bashrc

%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