|
|
bf0c7f |
Name: perl-Data-Dump
|
|
|
bf0c7f |
Version: 1.23
|
|
|
bf0c7f |
Release: 7%{?dist}
|
|
|
bf0c7f |
Summary: Pretty printing of data structures
|
|
|
bf0c7f |
License: GPL+ or Artistic
|
|
|
bf0c7f |
Group: Development/Libraries
|
|
|
bf0c7f |
URL: http://search.cpan.org/dist/Data-Dump/
|
|
|
bf0c7f |
Source0: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
|
|
|
bf0c7f |
BuildArch: noarch
|
|
|
bf0c7f |
# Build
|
|
|
bf0c7f |
BuildRequires: make
|
|
|
bf0c7f |
BuildRequires: perl-interpreter
|
|
|
bf0c7f |
BuildRequires: perl-generators
|
|
|
bf0c7f |
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
bf0c7f |
# Runtime
|
|
|
bf0c7f |
BuildRequires: perl(base)
|
|
|
bf0c7f |
BuildRequires: perl(Carp)
|
|
|
bf0c7f |
BuildRequires: perl(Exporter)
|
|
|
bf0c7f |
BuildRequires: perl(MIME::Base64)
|
|
|
bf0c7f |
BuildRequires: perl(overload)
|
|
|
bf0c7f |
BuildRequires: perl(strict)
|
|
|
bf0c7f |
BuildRequires: perl(subs)
|
|
|
bf0c7f |
# XXX: BuildRequires: perl(Term::ANSIColor)
|
|
|
bf0c7f |
BuildRequires: perl(vars)
|
|
|
bf0c7f |
BuildRequires: perl(warnings)
|
|
|
bf0c7f |
# Tests only
|
|
|
bf0c7f |
BuildRequires: perl(IO::Socket::INET)
|
|
|
bf0c7f |
BuildRequires: perl(Symbol)
|
|
|
bf0c7f |
BuildRequires: perl(Test)
|
|
|
bf0c7f |
BuildRequires: perl(Test::More)
|
|
|
bf0c7f |
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
bf0c7f |
# Really optional
|
|
|
bf0c7f |
Suggests: perl(MIME::Base64)
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%description
|
|
|
bf0c7f |
This module provides a single function called dump() that takes a list of
|
|
|
bf0c7f |
values as its argument and produces a string as its result. The string
|
|
|
bf0c7f |
contains Perl code that, when evaled, produces a deep copy of the original
|
|
|
bf0c7f |
arguments. The string is formatted for easy reading.
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%prep
|
|
|
bf0c7f |
%setup -q -n Data-Dump-%{version}
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%build
|
|
|
bf0c7f |
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
bf0c7f |
make %{?_smp_mflags}
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%install
|
|
|
bf0c7f |
make pure_install DESTDIR=%{buildroot}
|
|
|
bf0c7f |
%{_fixperms} %{buildroot}/*
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%check
|
|
|
bf0c7f |
make test
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%files
|
|
|
bf0c7f |
%doc Changes README
|
|
|
bf0c7f |
%{perl_vendorlib}/*
|
|
|
bf0c7f |
%{_mandir}/man3/*
|
|
|
bf0c7f |
|
|
|
bf0c7f |
%changelog
|
|
|
bf0c7f |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-7
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-6
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-5
|
|
|
bf0c7f |
- Perl 5.26 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-4
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-3
|
|
|
bf0c7f |
- Perl 5.24 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Mon Aug 31 2015 Petr Šabata <contyk@redhat.com> - 1.23-1
|
|
|
bf0c7f |
- 1.23 bump
|
|
|
bf0c7f |
- Drop the test suite from %%doc
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-5
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-4
|
|
|
bf0c7f |
- Perl 5.22 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-3
|
|
|
bf0c7f |
- Perl 5.20 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-2
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Aug 16 2013 Iain Arnell <iarnell@gmail.com> 1.22-1
|
|
|
bf0c7f |
- update to latest upstream version
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-6
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.21-5
|
|
|
bf0c7f |
- Perl 5.18 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-4
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-3
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 1.21-2
|
|
|
bf0c7f |
- Perl 5.16 rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Tue Jan 17 2012 Iain Arnell <iarnell@gmail.com> 1.21-1
|
|
|
bf0c7f |
- update to latest upstream version
|
|
|
bf0c7f |
- add perl_default_filter
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-3
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.19-2
|
|
|
bf0c7f |
- Perl mass rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu May 12 2011 Iain Arnell <iarnell@gmail.com> 1.19-1
|
|
|
bf0c7f |
- update to latest upstream version
|
|
|
bf0c7f |
- clean up spec for modern rpmbuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-5
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.15-4
|
|
|
bf0c7f |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.15-3
|
|
|
bf0c7f |
- Mass rebuild with perl-5.12.0
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.15-2
|
|
|
bf0c7f |
- rebuild against perl 5.10.1
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.15-1
|
|
|
bf0c7f |
- auto-update to 1.15 (by cpan-spec-update 0.01)
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
|
|
|
bf0c7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.14-1
|
|
|
bf0c7f |
- update to 1.14
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Thu Sep 25 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.11-1
|
|
|
bf0c7f |
- update to 1.11
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.08-4
|
|
|
bf0c7f |
- rebuild for new perl
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Mon Oct 22 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.08-3
|
|
|
bf0c7f |
- update license tag: GPL -> GPL+
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Mon Apr 30 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.08-2
|
|
|
bf0c7f |
- bump
|
|
|
bf0c7f |
|
|
|
bf0c7f |
* Tue Apr 10 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
|
|
|
bf0c7f |
- Specfile autogenerated by cpanspec 1.70.
|