Name: perl-Term-Twiddle Version: 2.73 Release: 3%{?dist} Summary: Twiddles a thingy while-u-wait License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Term-Twiddle/ Source0: http://www.cpan.org/authors/id/S/SC/SCOTTW/Term-Twiddle-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) BuildRequires: perl(Time::HiRes) >= 1.3 Requires: perl(Time::HiRes) >= 1.3 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Term::Twiddle) %description Always fascinated by the spinner during FreeBSD's loader bootstrap, I wanted to capture it so I could view it any time I wanted to--and I wanted to make other people find that same joy I did. Now, anytime you or your users have to wait for something to finish, instead of twiddling their thumbs, they can watch the computer twiddle its thumbs. %prep %setup -q -n Term-Twiddle-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jun 16 2022 Stuart Campbell (scampbell@bnl.gov) 2.73-3 - Added perl-generators to build dependencies * Tue May 4 2021 Stuart Campbell (scampbell@bnl.gov) 2.73-2 - Added provides info * Sun Apr 11 2021 Stuart Campbell (scampbell@bnl.gov) 2.73-1 - Specfile autogenerated by cpanspec 1.78.