Name: perl-Net-Appliance-Session Version: 3.122100 Release: 3%{?dist} Summary: Run command-line sessions to network appliances License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Appliance-Session/ Source0: http://www.cpan.org/authors/id/O/OL/OLIVER/Net-Appliance-Session-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) BuildRequires: perl(Moose::Role) BuildRequires: perl(Net::CLI::Interact) >= 1.122100 BuildRequires: perl(overload) BuildRequires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Net::CLI::Interact) >= 1.122100 %description Use this module to establish an interactive command-line session with a network appliance. There is special support for moving into "privileged" mode and "configure" mode, along with the ability to send commands to the connected device and retrieve returned output. %prep %setup -q -n Net-Appliance-Session-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes examples LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 14 2013 Fedora Release Engineering - 3.122100-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Sep 03 2012 "Simone Caronni " 3.122100-2 - Specfile regenerated by cpanspec 1.78. - Added perl module compat. - Removed duplicate Requires. * Thu Aug 30 2012 Simone Caronni - 3.122100-1 - First build.