Change-Id: Ic24fd4722937119a3449ababaaa1417e6caba875
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3459
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Rongrong Qiu <rqiu@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Wrapper Class for the various JSON classes |
| 2 | 2 |
Name: perl-JSON-Any |
| 3 | 3 |
Version: 1.39 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: Perl Artistic License 2.0 |
| 6 | 6 |
Group: Development/Libraries |
| 7 | 7 |
URL: http://search.cpan.org/~ether/JSON-Any-1.39/lib/JSON/Any.pm |
| ... | ... |
@@ -31,13 +31,17 @@ find %{buildroot} -type f \( -name .packlist -o \
|
| 31 | 31 |
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
| 32 | 32 |
|
| 33 | 33 |
%check |
| 34 |
-make %{?_smp_mflags} -k test
|
|
| 34 |
+export PERL_MM_USE_DEFAULT=1 |
|
| 35 |
+cpan Test::Fatal Test::Requires Test::Warnings Test::Without::Module |
|
| 36 |
+make test |
|
| 35 | 37 |
|
| 36 | 38 |
%files |
| 37 | 39 |
%{perl_vendorlib}/*
|
| 38 | 40 |
%{_mandir}/man?/*
|
| 39 | 41 |
|
| 40 | 42 |
%changelog |
| 43 |
+* Tue Aug 08 2017 Chang Lee <Chang Lee@vmware.com> 1.39-3 |
|
| 44 |
+- Adding dependencies for %check |
|
| 41 | 45 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.39-2 |
| 42 | 46 |
- GA - Bump release of all rpms |
| 43 | 47 |
* Mon Mar 28 2016 Mahmoud Bassiouny <mbassiounu@vmware.com> 1.39-1 |