epel9
Petr Šabata 13 years ago
parent 7a01db639e
commit 5e07b40bf8

1
.gitignore vendored

@ -1 +1,2 @@
Text-TabularDisplay-1.22.tar.gz
/Text-TabularDisplay-1.28.tar.gz

@ -1,21 +1,16 @@
Name: perl-Text-TabularDisplay
Version: 1.22
Release: 12%{?dist}
Version: 1.28
Release: 1%{?dist}
Summary: Display text in formatted table output
# see TabularDisplay.pm's header
License: GPLv2
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-TabularDisplay/
Source0: http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# core
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test)
#BuildRequires: perl(IO::File)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Text::TabularDisplay simplifies displaying textual data in a table. The
@ -24,7 +19,6 @@ text monitor. For example, this data:
%prep
%setup -q -n Text-TabularDisplay-%{version}
chmod -c -x t/* examples/*
%build
@ -32,28 +26,24 @@ chmod -c -x t/* examples/*
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README examples/ t/
%doc Changes COPYING README examples/ t/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Jan 16 2012 Petr Šabata <contyk@redhat.com> - 1.28-1
- 1.28 bump
- Spec cleanup
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
b97f4041a8b718661be1451b84e75f91 Text-TabularDisplay-1.22.tar.gz
abb13449751ae40c01747a443f0420b4 Text-TabularDisplay-1.28.tar.gz

Loading…
Cancel
Save