|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Text-TabularDisplay
|
|
|
|
Name: perl-Text-TabularDisplay
|
|
|
|
Version: 1.28
|
|
|
|
Version: 1.30
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Display text in formatted table output
|
|
|
|
Summary: Display text in formatted table output
|
|
|
|
# see TabularDisplay.pm's header
|
|
|
|
# see TabularDisplay.pm's header
|
|
|
@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Text::TabularDisplay simplifies displaying textual data in a table. The
|
|
|
|
Text::TabularDisplay simplifies displaying textual data in a table. The
|
|
|
@ -22,7 +22,7 @@ text monitor. For example, this data:
|
|
|
|
chmod -c -x t/* examples/*
|
|
|
|
chmod -c -x t/* examples/*
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -40,6 +40,10 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 02 2012 Petr Šabata <contyk@redhat.com> - 1.30-1
|
|
|
|
|
|
|
|
- 1.30 bump
|
|
|
|
|
|
|
|
- Drop command macros
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 16 2012 Petr Šabata <contyk@redhat.com> - 1.28-1
|
|
|
|
* Mon Jan 16 2012 Petr Šabata <contyk@redhat.com> - 1.28-1
|
|
|
|
- 1.28 bump
|
|
|
|
- 1.28 bump
|
|
|
|
- Spec cleanup
|
|
|
|
- Spec cleanup
|
|
|
|