[perl-Term-UI] Reincarnate already died perl-Term-UI

Petr Pisar ppisar at fedoraproject.org
Thu Feb 7 16:13:11 UTC 2013


commit a2cb9b1010cb6e879b7bb057f77a7b67539ce307
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 7 16:37:41 2013 +0100

    Reincarnate already died perl-Term-UI

 .gitignore        |    1 +
 dead.package      |    1 -
 perl-Term-UI.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 4 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f05d667..1384fa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Term-UI-0.18.tar.gz
+/Term-UI-0.34.tar.gz
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
new file mode 100644
index 0000000..01edba8
--- /dev/null
+++ b/perl-Term-UI.spec
@@ -0,0 +1,57 @@
+Name:           perl-Term-UI
+Version:        0.34
+Release:        1%{?dist}
+Summary:        Term::ReadLine user interface made easy
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Term-UI/
+Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(if)
+BuildRequires:  perl(Locale::Maketext::Simple)
+BuildRequires:  perl(Log::Message)
+BuildRequires:  perl(Log::Message::Simple)
+BuildRequires:  perl(Params::Check)
+BuildRequires:  perl(Term::ReadLine)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Term::UI is a transparent way of eliminating the overhead of having to
+format a question and then validate the reply, informing the user if the
+answer was not proper and re-issuing the question.
+
+%prep
+%setup -q -n Term-UI-%{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 README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 25 2013 Petr Pisar <ppisar at redhat.com> 0.34-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 0000000..916b930
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f3166a9ffc24446f8faabbb267b509d8  Term-UI-0.34.tar.gz


More information about the scm-commits mailing list