Name: perl-POE-Test-Loops Version: 1.035 Release: 1%{?dist} Summary: Reusable tests for POE::Loop authors License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Test-Loops/ Source0: http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses. %prep %setup -q -n POE-Test-Loops-%{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/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Tue May 18 2010 Dave Cross 1.035-1 - Specfile autogenerated by cpanspec 1.77.