Name: perl-Text-ASCIITable Version: 0.18 Release: 7%{?dist} Summary: Create a nice formatted table using ASCII characters License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-ASCIITable/ Source0: http://www.cpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Pretty nifty if you want to output dynamic text to your console or other fixed-size-font displays, and at the same time it will display it in a nice human-readable, or "cool" way. %prep %setup -q -n Text-ASCIITable-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; # fix UTF-8'ness cd %{buildroot}%{_mandir}/man3/ for i in Text::ASCIITable::Wrap.3pm Text::ASCIITable.3pm ; do /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i done %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README ansi-example.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 07 2010 Marcela Maslanova - 0.18-7 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 0.18-6 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 06 2008 Tom "spot" Callaway - 0.18-3 Rebuild for new perl * Sun Dec 17 2006 Chris Weyl 0.18-2 - bump * Sun Dec 17 2006 Chris Weyl 0.18-1 - Specfile autogenerated by cpanspec 1.69.1.