Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 56fd45f0142142bc5f111cf51c35202d > files > 2

perl-POE-Test-Loops-1.40.0-1.mga1.src.rpm

%define upstream_name    POE-Test-Loops
%define upstream_version 1.040

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Reusable tests for POE::Loop authors
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildArch:  noarch

%description
POE::Test::Loops contains one function, generate(), which will generate all
the loop tests for one or more POE::Loop subclasses.

The the /SYNOPSIS manpage example is a version of the poe-gen-tests
manpage, which is a stand-alone utility to generate the actual tests. the
poe-gen-tests manpage also documents the POE::Test::Loops system in more
detail.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc CHANGES META.yml README
%{_mandir}/man3/*
%{_mandir}/man1/poe-gen-tests.1*
%{perl_vendorlib}/POE
%{_bindir}/poe-gen-tests

%changelog
* Wed Feb 16 2011 jquelin <jquelin> 1.40.0-1.mga1
+ Revision: 52648
- update to 1.040

* Fri Jan 21 2011 jquelin <jquelin> 1.36.0-1.mga1
+ Revision: 28709
- mageia rebuild
- imported package perl-POE-Test-Loops