|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Text-TabularDisplay
|
|
|
|
|
Version: 1.35
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.37
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Display text in formatted table output
|
|
|
|
|
# see TabularDisplay.pm's header
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -19,7 +19,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
|
|
|
|
|
text monitor. For example, this data:
|
|
|
|
|
text monitor.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Text-TabularDisplay-%{version}
|
|
|
|
@ -43,6 +43,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 1.37-1
|
|
|
|
|
- 1.37 bump
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|