|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Devel-PartialDump
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Partial dumping of data structures, optimized for argument printing
|
|
|
|
|
# from PartialDump.pm
|
|
|
|
@ -10,11 +10,11 @@ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-PartialDump-%{ve
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Moose)
|
|
|
|
|
BuildRequires: perl(namespace::clean) >= 0.08
|
|
|
|
|
BuildRequires: perl(namespace::clean) >= 0.20
|
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
BuildRequires: perl(Test::use::ok)
|
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.21
|
|
|
|
|
Requires: perl(namespace::clean) >= 0.08
|
|
|
|
|
Requires: perl(namespace::clean) >= 0.20
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
@ -41,12 +41,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 20 2011 Iain Arnell <iarnell@gmail.com> 0.15-1
|
|
|
|
|
- update to latest upstream
|
|
|
|
|
- bump namespace::clean dep to 0.20
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2011 Iain Arnell <iarnell@gmail.com> 0.14-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|