Name: perl-Devel-PartialDump Version: 0.09 Release: 1%{?dist} Summary: Partial dumping of data structures, optimized for argument printing License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-PartialDump/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-PartialDump-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Any::Moose) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::use::ok) Requires: perl(Any::Moose) Requires: perl(namespace::clean) >= 0.08 Requires: perl(Sub::Exporter) Requires: perl(Test::use::ok) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a data dumper optimized for logging of arbitrary parameters. %prep %setup -q -n Devel-PartialDump-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Aug 11 2009 Dave Cross 0.09-1 - Specfile autogenerated by cpanspec 1.78.