[perl-IO-Interactive] Import

Petr Pisar ppisar at fedoraproject.org
Thu Mar 27 14:55:06 UTC 2014


commit 6d77042ad57b633b5a7363680d335f9cb08a07c6
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 27 15:54:10 2014 +0100

    Import

 .gitignore               |    1 +
 perl-IO-Interactive.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..933fd8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Interactive-0.0.6.tar.gz
diff --git a/perl-IO-Interactive.spec b/perl-IO-Interactive.spec
new file mode 100644
index 0000000..ff3b338
--- /dev/null
+++ b/perl-IO-Interactive.spec
@@ -0,0 +1,52 @@
+Name:           perl-IO-Interactive
+Version:        0.0.6
+Release:        1%{?dist}
+Summary:        Utilities for interactive I/O
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/IO-Interactive/
+Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/IO-Interactive-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(version)
+# Tests:
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module provides utility subroutines that make it easier to develop
+interactive applications.
+
+%prep
+%setup -q -n IO-Interactive-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes examples README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 27 2014 Petr Pisar <ppisar at redhat.com> 0.0.6-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..f5e3151 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6ca9b8b8afc8b7d5e85985ea864d2431  IO-Interactive-0.0.6.tar.gz


More information about the scm-commits mailing list