Name: perl-Data-Printer Version: 0.40 Release: 2%{?dist} Summary: Data::Printer Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Printer/ Source0: http://www.cpan.org/authors/id/G/GA/GARU/Data-Printer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Clone::PP) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Fcntl) BuildRequires: perl(File::HomeDir) >= 0.91 BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(Package::Stash) >= 0.3 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Sort::Naturally) BuildRequires: perl(Term::ANSIColor) >= 3 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(version) >= 0.77 BuildRequires: perl-generators Requires: perl(Carp) Requires: perl(Clone::PP) Requires: perl(Fcntl) Requires: perl(File::HomeDir) >= 0.91 Requires: perl(File::Spec) Requires: perl(File::Temp) Requires: perl(Package::Stash) >= 0.3 Requires: perl(Scalar::Util) Requires: perl(Sort::Naturally) Requires: perl(Term::ANSIColor) >= 3 Requires: perl(Test::More) >= 0.88 Requires: perl(version) >= 0.77 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Data::Printer is a Perl module to pretty-print Perl data structures and objects in full color. It is meant to display variables on screen, properly formatted to be inspected by a human. %prep %setup -q -n Data-Printer-%{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 META.json README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 23 2020 Greg Wildman 0.40-2 - Specfile autogenerated by cpanspec 1.78.