Name: perl-Term-Clui Version: 1.68 Release: 2%{?dist} Summary: Perl module offering a Command-Line User Interface License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Term-Clui/ Source0: http://www.cpan.org/authors/id/P/PJ/PJB/Term-Clui-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Term::ReadLine::Gnu) BuildRequires: perl(Term::Size) BuildRequires: perl(Test::Simple) BuildRequires: perl(Exporter) BuildRequires: perl(strict) BuildRequires: perl(warnings) Requires: perl(Term::ReadKey) Requires: perl(Term::ReadLine::Gnu) Requires: perl(Term::Size) Requires: perl(strict) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Term::Clui offers a high-level user interface to give the user of command- line applications a consistent "look and feel". Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summarised onto one line, and remains on screen, so that the history of the session gradually accumulates on the screen and is available for review, or for cut/paste. This user interface can therefore be intermixed with standard applications which write to STDOUT or STDERR, such as make, pgp, rcs etc. %prep %setup -q -n Term-Clui-%{version} #Don't pull in the examples dependencies chmod -x examples/* %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 {} \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README examples %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Oct 16 2013 Kostas Georgiou 1.68-2 - Review changes/fixes #1018859. * Wed Oct 02 2013 Kostas Georgiou 1.68-1 - Specfile autogenerated by cpanspec 1.78.