[perl-IO-Prompt-Tiny/f19] First import

Simone Caronni slaanesh at fedoraproject.org
Mon Aug 26 12:48:14 UTC 2013


commit 4a28820641de4ecb38b1d3c455521feb82d4136d
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Aug 26 14:47:22 2013 +0200

    First import

 .gitignore               |    1 +
 perl-IO-Prompt-Tiny.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8ae3599 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Prompt-Tiny-0.002.tar.gz
diff --git a/perl-IO-Prompt-Tiny.spec b/perl-IO-Prompt-Tiny.spec
new file mode 100644
index 0000000..53c94cf
--- /dev/null
+++ b/perl-IO-Prompt-Tiny.spec
@@ -0,0 +1,57 @@
+Name:           perl-IO-Prompt-Tiny
+Version:        0.002
+Release:        2%{?dist}
+Summary:        Prompt for user input with a default option
+License:        ASL 2.0
+URL:            http://search.cpan.org/dist/IO-Prompt-Tiny/
+Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/IO-Prompt-Tiny-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl >= 0:5.006
+BuildRequires:  perl(Capture::Tiny) >= 0.12
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This is an extremely simple prompting module, based on the extremely simple
+prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and
+this module gives it to you without all the overhead of ExtUtils::MakeMaker just
+to prompt for input.
+
+%prep
+%setup -q -n IO-Prompt-Tiny-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{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 README README.PATCHING
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Aug 26 2013 Simone Caronni <negativo17 at gmail.com> - 0.002-2
+- Review fixes; fix BuildRequires/Requires.
+
+* Mon Aug 19 2013 Simone Caronni <negativo17 at gmail.com> 0.002-1
+- First build.
diff --git a/sources b/sources
index e69de29..0c4b59e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1061da5fdc18084d1cf3c4c9a8fe2f88  IO-Prompt-Tiny-0.002.tar.gz


More information about the scm-commits mailing list