Name: perl-Term-ANSIColor Version: 4.05 Release: 2%{?dist} Summary: Color screen output using ANSI escape sequences License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Term-ANSIColor/ Source0: http://www.cpan.org/modules/by-module/Term/Term-ANSIColor-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Exporter) # Tests BuildRequires: perl(lib) BuildRequires: perl(overload) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), colorvalid(), and coloralias(), which have to be explicitly imported to be used. %prep %setup -q -n Term-ANSIColor-%{version} chmod -c -x examples/* %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes examples README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat May 14 2016 Jitka Plesnikova - 4.05-2 - Perl 5.24 rebuild * Fri Apr 01 2016 Jitka Plesnikova - 4.05-1 - 4.05 bump * Fri Mar 11 2016 Jitka Plesnikova - 4.04-1 - 4.04 bump * Thu Feb 04 2016 Fedora Release Engineering - 4.03-347 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 4.03-346 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova - 4.03-345 - Increase release to favour standalone package * Thu Jun 04 2015 Jitka Plesnikova - 4.03-4 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova - 4.03-3 - Perl 5.20 rebuild * Mon Aug 11 2014 David Dick - 4.03-2 - Re-adding for master * Tue Jul 22 2014 David Dick - 4.03-1 - Initial release