Name: perl-Mock-Quick Version: 1.105 Release: 1%{?dist} Summary: Quickly mock objects and classes, even temporarily replace them, side-effect free License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Mock-Quick/ Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Mock-Quick-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Exporter::Declare) >= 0.103 BuildRequires: perl(Fennec::Lite) >= 0.004 BuildRequires: perl(Module::Build) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Exception) >= 0.29 BuildRequires: perl(Test::Simple) >= 0.88 Requires: perl(Carp) Requires: perl(Exporter::Declare) >= 0.103 Requires: perl(Scalar::Util) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Mock-Quick is here to solve the current problems with Mocking libraries. %prep %setup -q -n Mock-Quick-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Feb 08 2013 Dave Cross 1.105-1 - Specfile autogenerated by cpanspec 1.78.