Name: perl-Text-ASCIITable Version: 0.20 Release: 1%{?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 BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Encode) BuildRequires: perl(Exporter) BuildRequires: perl(List::Util) BuildRequires: perl(Module::Build) >= 0.2611 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} iconv -f latin1 -t utf8 README > README.conv && mv -f README.conv README %build perl Build.PL installdirs=vendor ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; cd %{buildroot}%{_mandir}/man3/ for i in Text::ASCIITable::Wrap.3pm Text::ASCIITable.3pm ; do iconv -f iso8859-1 -t utf-8 $i > $i.conv && mv -f $i.conv $i done %{_fixperms} %{buildroot}/* %check ./Build test %files %doc Changes README ansi-example.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jan 13 2012 Petr Šabata - 0.20-1 - 0.20 bump - Spec cleanup * Fri Jun 17 2011 Marcela Mašláňová - 0.18-11 - Perl mass rebuild * Thu Jun 09 2011 Marcela Mašláňová - 0.18-10 - Perl 5.14 mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.18-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 0.18-8 - 661697 rebuild for fixing problems with vendorach/lib * 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.