Name: perl-Text-Table-Tiny Version: 0.03 Release: 1%{?dist} Summary: Makes simple tables from two-dimensional arrays, with limited templating options License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Table-Tiny/ Source0: http://www.cpan.org/modules/by-module/Text/Text-Table-Tiny-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(lib) BuildRequires: perl(List::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Text-Table-Tiny-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Jul 12 2014 David Dick - 0.03-1 - Initial release