e09e0ae
Name:           perl-Devel-PartialDump
192b67d
Version:        0.18
192b67d
Release:        1%{?dist}
e09e0ae
Summary:        Partial dumping of data structures, optimized for argument printing
e09e0ae
License:        GPL+ or Artistic
e09e0ae
URL:            http://search.cpan.org/dist/Devel-PartialDump/
42911ba
Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/Devel-PartialDump-%{version}.tar.gz
e09e0ae
BuildArch:      noarch
42911ba
# Module Build
192b67d
BuildRequires:  coreutils
192b67d
BuildRequires:  findutils
192b67d
BuildRequires:  make
42911ba
BuildRequires:  perl
192b67d
BuildRequires:  perl(ExtUtils::MakeMaker)
42911ba
# Module Runtime
42911ba
BuildRequires:  perl(Carp)
42911ba
BuildRequires:  perl(Class::Tiny)
192b67d
BuildRequires:  perl(namespace::clean) >= 0.19
42911ba
BuildRequires:  perl(overload)
42911ba
BuildRequires:  perl(Scalar::Util)
42911ba
BuildRequires:  perl(strict)
e09e0ae
BuildRequires:  perl(Sub::Exporter)
42911ba
BuildRequires:  perl(warnings)
42911ba
# Test Suite
42911ba
BuildRequires:  perl(CPAN::Meta)
42911ba
BuildRequires:  perl(CPAN::Meta::Requirements)
42911ba
BuildRequires:  perl(ExtUtils::MakeMaker)
192b67d
BuildRequires:  perl(File::Spec)
42911ba
BuildRequires:  perl(ok)
42911ba
BuildRequires:  perl(Test::More) >= 0.94
42911ba
BuildRequires:  perl(Test::Warn)
42911ba
# Runtime
42911ba
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
42911ba
Requires:       perl(overload)
e09e0ae
42911ba
# Filter bogus provide of perl(DB)
42911ba
%global __provides_exclude perl\\(DB\\)
e09e0ae
e09e0ae
%description
e09e0ae
This module is a data dumper optimized for logging of arbitrary parameters.
e09e0ae
e09e0ae
%prep
e09e0ae
%setup -q -n Devel-PartialDump-%{version}
e09e0ae
e09e0ae
%build
192b67d
perl Makefile.PL INSTALLDIRS=vendor
192b67d
make %{?_smp_mflags}
e09e0ae
e09e0ae
%install
192b67d
rm -rf %{buildroot}
192b67d
make pure_install DESTDIR=%{buildroot}
192b67d
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
192b67d
%{_fixperms} %{buildroot}
e09e0ae
e09e0ae
%check
192b67d
make test
e09e0ae
e09e0ae
%files
42911ba
%license LICENSE
192b67d
%doc Changes CONTRIBUTING README
42911ba
%{perl_vendorlib}/Devel/
42911ba
%{_mandir}/man3/Devel::PartialDump.3*
e09e0ae
e09e0ae
%changelog
192b67d
* Sun Aug 16 2015 Paul Howarth <paul@city-fan.org> - 0.18-1
192b67d
- Update to 0.18
192b67d
  - Update some distribution tooling
192b67d
- Switch to ExtUtils::MakeMaker flow
192b67d
20268da
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
20268da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
20268da
cb481b4
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-2
cb481b4
- Perl 5.22 rebuild
cb481b4
42911ba
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 0.17-1
42911ba
- Update to 0.17
42911ba
  - Moose dependency removed, resolving circular dependency in Moose's
42911ba
    recommended prereqs
42911ba
  - Converted packaging to Dist::Zilla
42911ba
  - Attribute list_delim is now being used in list dumps
42911ba
  - Setting attribute max_length to 0 now shortens more, to '...'
42911ba
  - Fixed use of = in array/hash ref objects
42911ba
  - Extra test coverage
42911ba
- This release by ETHER → update source URL
42911ba
- Switch to Module::Build::Tiny flow
42911ba
- Package upstream CONTRIBUTING, LICENSE and README.md files
42911ba
- Classify buildreqs by usage
42911ba
- Use %%license
42911ba
- Make %%files list more explicit
42911ba
fdf6938
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-14
fdf6938
- Perl 5.20 re-rebuild of bootstrapped packages
fdf6938
4b95210
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-13
4b95210
- Perl 5.20 rebuild
4b95210
5750149
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-12
5750149
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5750149
b2bd391
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-11
b2bd391
- Perl 5.18 re-rebuild of bootstrapped packages
b2bd391
a59a630
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-10
a59a630
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a59a630
eb82094
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 0.15-9
eb82094
- Perl 5.18 rebuild
eb82094
5a41a77
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-8
5a41a77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5a41a77
20bef1e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-7
20bef1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
20bef1e
285397e
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 0.15-6
285397e
- Perl 5.16 re-rebuild of bootstrapped packages
285397e
a7f195c
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 0.15-5
a7f195c
- Perl 5.16 rebuild
a7f195c
1c3191e
* Fri Apr 06 2012 Iain Arnell <iarnell@gmail.com> 0.15-4
1c3191e
- avoid circular build dependency with perl-Moose (patch from Paul Howarth
1c3191e
  rhbz#810532)
1c3191e
e3aeffe
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-3
e3aeffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e3aeffe
Petr Sabata cba3d76
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.15-2
Petr Sabata cba3d76
- Perl mass rebuild
Petr Sabata cba3d76
54e8ae1
* Fri May 20 2011 Iain Arnell <iarnell@gmail.com> 0.15-1
54e8ae1
- update to latest upstream
54e8ae1
- bump namespace::clean dep to 0.20
54e8ae1
34b4643
* Wed Apr 27 2011 Iain Arnell <iarnell@gmail.com> 0.14-1
34b4643
- update to latest upstream version
34b4643
- clean up spec for modern rpmbuild
34b4643
f30267b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
f30267b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f30267b
b19ef2a
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-2
b19ef2a
- 661697 rebuild for fixing problems with vendorach/lib
b19ef2a
e09e0ae
* Sun Jul 04 2010 Iain Arnell <iarnell@gmail.com> 0.13-1
e09e0ae
- Specfile autogenerated by cpanspec 1.78.