Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 6b0466d6fb6083681874403c0b13b32a > files > 2

perl-Dist-Zilla-Plugin-ReportPhase-0.0.0-1.mga1.src.rpm

%define upstream_name    Dist-Zilla-Plugin-ReportPhase
%define upstream_version 0.00

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

Summary:    Report whats going on
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(English)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
This plugin was written to give the author some idea of the order that
various roles are invoked under different conditions. So, *ReportPhase*
implements every major role, and reports when it is being invoked. For best
results it should be used as both the very first, and the very last plugin
listed in dist.ini, as it will then report entering and exiting every
phase.

Other than this phase reporting, this plugin has no use.

%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 LICENSE README
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog
* Tue Mar 15 2011 jquelin <jquelin> 0.0.0-1.mga1
+ Revision: 71593
- imported package perl-Dist-Zilla-Plugin-ReportPhase


* Tue Mar 15 2011 cpan2dist 0.00-1mga
- initial mageia release, generated with cpan2dist