Package perl-Term-Size: Specfile

%define dist Term-Size
Name: perl-%dist
Version: 0.2
Release: alt1

Summary: Perl module for get the size of the terminal
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist

Source: %dist-%version.tar.gz

# Automatically added by buildreq on Wed Mar 02 2005
BuildRequires: perl-devel

%description
Term::Size is a Perl module which provides a straightforward way to get
the size of the terminal (or window) on which a script is running.

%prep
%setup -q -n %dist-%version

%build
#%def_without test
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
%perl_vendor_archlib/Term/Size.pm
%perl_vendor_autolib/Term/Size


%changelog
* Wed Mar 02 2005 Eugene Vlasov <eugvv@altlinux.ru> 0.2-alt1
- First build for Sisyphus