Name: perl-Test-JSON-Meta Version: 0.11 Release: 1%{?dist} Summary: Validation of the META.json file in a CPAN distribution License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Test-JSON-Meta/ Source0: http://www.cpan.org/authors/id/B/BA/BARBIE/Test-JSON-Meta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::CPAN::Meta) >= 0.13 BuildRequires: perl(Test::CPAN::Meta::JSON) >= 0.10 BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 0.08 Requires: perl(Test::CPAN::Meta) >= 0.13 Requires: perl(Test::CPAN::Meta::JSON) >= 0.10 Requires: perl(Test::More) >= 0.62 Requires: perl(Test::Pod) >= 1.00 Requires: perl(Test::Pod::Coverage) >= 0.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module has now been replaced by Test::CPAN::Meta::JSON. Please see that distribution for further details. %prep %setup -q -n Test-JSON-Meta-%{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 LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Nov 14 2011 Dave Cross 0.11-1 - Specfile autogenerated by cpanspec 1.78.