%perl_module Term-ProgressBar 2.05 5 Summary: Provides a progress meter on a standard terminal. Group: Applications/CPAN License: distributable URL: http://search.cpan.org/~fluffy/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLUFFY/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl(Class::MethodMaker) >= 1.02, perl(Term::ReadKey) >= 2.14 BuildArch: noarch %description Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{perl_vendorlib}/Term/ProgressBar.pm %{perl_man3dir}/Term::ProgressBar.3pm* %changelog * Thu Oct 30 2003 Axel Thimm - Updated to 2.05. * Mon Apr 7 2003 Axel Thimm - Initial build.