commit 83084e271e54b284147af4d9bd766c20fa488a39 Author: Matias Kreder <mkreder@xxxxxxxxx> Date: Thu Oct 10 17:12:08 2013 -0300 Initial import (#1002319). .gitignore | 1 + perl-Term-ShellUI.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 49 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..5a9fc89 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Term-ShellUI-0.92.tar.gz diff --git a/perl-Term-ShellUI.spec b/perl-Term-ShellUI.spec new file mode 100644 index 0000000..638f4f2 --- /dev/null +++ b/perl-Term-ShellUI.spec @@ -0,0 +1,47 @@ +Name: perl-Term-ShellUI +Version: 0.92 +Release: 2%{?dist} +Summary: Perl module to implement a full-featured shell-like command line environment +License: MIT +Group: Development/Libraries +URL: http://search.cpan.org/dist/Term-ShellUI/ +Source0: http://www.cpan.org/authors/id/B/BR/BRONSON/Term-ShellUI-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Simple) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + + +%description +Term::ShellUI is a Perl module, which tries to make every feature that +one would expect to see in a fully interactive shell trivial to implement. +It uses the history and autocompletion features of Term::ReadLine to present +a sophisticated command-line interface to the user. You simply declare your +command set and let ShellUI take care of the heavy lifting. + +%prep +%setup -q -n Term-ShellUI-%{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 +* Thu Aug 29 2013 Matias Kreder <delete@xxxxxxxxxxxxxxxxxx> 0.92-2 +- Updated .spec file according to BZ#1002319 + +* Wed Aug 28 2013 Matias Kreder <delete@xxxxxxxxxxxxxxxxxx> 0.92-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..1fb53ef 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a7a76e73f193ff3a01bdf683bcbb677e Term-ShellUI-0.92.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel