|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Text-TabularDisplay
|
|
|
|
|
Version: 1.37
|
|
|
|
|
Version: 1.38
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Display text in formatted table output
|
|
|
|
|
# see TabularDisplay.pm's header
|
|
|
|
@ -9,7 +9,7 @@ URL: http://search.cpan.org/dist/Text-TabularDisplay/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
@ -18,7 +18,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Text::TabularDisplay simplifies displaying textual data in a table. The
|
|
|
|
|
output is identical to the columnar display of query results in the mysql
|
|
|
|
|
output is identical to the columnar display of query results in the MySQL
|
|
|
|
|
text monitor.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -26,12 +26,11 @@ text monitor.
|
|
|
|
|
chmod -c -x t/* examples/*
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -43,6 +42,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 17 2014 Petr Šabata <contyk@redhat.com> - 1.38-1
|
|
|
|
|
- 1.38 bump
|
|
|
|
|
|
|
|
|
|
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 1.37-1
|
|
|
|
|
- 1.37 bump
|
|
|
|
|
|
|
|
|
|