Name: perl-Term-Animation Version: 2.6 Release: 29%{?dist} Summary: ASCII sprite animation framework License: GPL+ or Artistic URL: https://metacpan.org/release/perl-Term-Animation Source0: https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(Curses) BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a framework to produce sprite animations using ASCII art. Each ASCII 'sprite' is given one or more frames, and placed into the animation as an 'animation object'. An animation object can have a callback routine that controls the position and frame of the object. If the constructor is passed no arguments, it assumes that it is running full screen, and behaves accordingly. Alternatively, it can accept a curses window (created with the Curses new win call) as an argument, and will draw into that window. %prep %setup -q -n Term-Animation-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' # Remove the next line from noarch packages (unneeded) find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README MIGRATION %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Jul 13 2018 Fedora Release Engineering - 2.6-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova - 2.6-28 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering - 2.6-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.6-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova - 2.6-25 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.6-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova - 2.6-23 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 2.6-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 2.6-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova - 2.6-20 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova - 2.6-19 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 2.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar - 2.6-16 - Perl 5.18 rebuild * Fri Mar 01 2013 Ralf Corsépius - 2.6-15 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914314). - Rework BRs. * Thu Feb 14 2013 Fedora Release Engineering - 2.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Oct 05 2012 Luis Bazan - 2.6-13 - fix typo - add test line * Fri Jul 20 2012 Fedora Release Engineering - 2.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 11 2012 Petr Pisar - 2.6-11 - Perl 5.16 rebuild * Sat Jan 14 2012 Luis Bazan - 2.6-10 - Add document MIGRATION * Fri Jan 13 2012 Fedora Release Engineering - 2.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Jul 20 2011 Petr Sabata - 2.6-8 - Perl mass rebuild * Tue Jul 12 2011 Luis Bazan 2.6-7 - licences to GPL+ or Artistic - add doc Changes README - change URL * Tue Jul 05 2011 Luis Bazan 2.6-6 - Remove OPTIMIZE from noarch packages (unneeded) - changes to BuildRequires: perl(Test::Simple) - licences to GPL+ * Tue Jun 28 2011 Luis Bazan 2.6-5 - Initial Release