[perl-Net-CLI-Interact/el6] Initial import

Simone Caronni slaanesh at fedoraproject.org
Tue Sep 4 14:06:35 UTC 2012


commit 1de0ea0dbfd228b2a998537fbdceb11472334d83
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Tue Sep 4 16:06:13 2012 +0200

    Initial import

 .gitignore                 |    1 +
 perl-Net-CLI-Interact.spec |   65 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..be432fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-CLI-Interact-1.122100.tar.gz
diff --git a/perl-Net-CLI-Interact.spec b/perl-Net-CLI-Interact.spec
new file mode 100644
index 0000000..a40a340
--- /dev/null
+++ b/perl-Net-CLI-Interact.spec
@@ -0,0 +1,65 @@
+Name:           perl-Net-CLI-Interact
+Version:        1.122100
+Release:        2%{?dist}
+Summary:        Toolkit for CLI Automation
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Net-CLI-Interact/
+Source0:        http://www.cpan.org/authors/id/O/OL/OLIVER/Net-CLI-Interact-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  perl(Class::MOP)
+BuildRequires:  perl(Class::MOP::Class)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IPC::Run)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Log::Dispatch::Config)
+BuildRequires:  perl(Log::Dispatch::Configurator::Any)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(Net::Telnet)
+BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Time::HiRes)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Automating command line interface (CLI) interactions is not a new idea, but
+can be tricky to implement. This module aims to provide a simple and
+manageable interface to CLI interactions, supporting:
+
+%prep
+%setup -q -n Net-CLI-Interact-%{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 LICENSE META.json README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Sep 03 2012 "Simone Caronni <negativo17 at gmail.com>" 1.122100-2
+- Regenerated with cpanspec 1.78.
+- Added perl module compat.
+- Removed duplicate Requires.
+
+* Thu Aug 30 2012 Simone Caronni <negativo17 at gmail.com> - 1.122100-1
+- First build.
diff --git a/sources b/sources
index e69de29..cf3db69 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8a6847065417cb2946f7baaf5b90f1dc  Net-CLI-Interact-1.122100.tar.gz


More information about the scm-commits mailing list