diff --git a/.perl-Test-Deep.metadata b/.perl-Test-Deep.metadata new file mode 100644 index 0000000..e3135ed --- /dev/null +++ b/.perl-Test-Deep.metadata @@ -0,0 +1 @@ +b74b060e46d6179bc9ca208afd1dbe198962662e SOURCES/Test-Deep-0.110.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Test-Deep.spec b/SPECS/perl-Test-Deep.spec new file mode 100644 index 0000000..935db5f --- /dev/null +++ b/SPECS/perl-Test-Deep.spec @@ -0,0 +1,155 @@ +Name: perl-Test-Deep +Version: 0.110 +Release: 1%{?dist} +Summary: Extremely flexible deep comparison +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Test-Deep/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(Scalar::Util) >= 1.09 +# Tests +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::NoWarnings) >= 0.02 +BuildRequires: perl(Test::Tester) >= 0.04 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +Test::Deep gives you very flexible ways to check that the result you +got is the result you were expecting. At it's simplest it compares two +structures by going through each level, ensuring that the values +match, that arrays and hashes have the same elements and that +references are blessed into the correct class. It also handles +circular data structures without getting caught in an infinite loop. + +%prep +%setup -q -n Test-Deep-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%doc CHANGES README TODO +%{perl_vendorlib}/Test/ +%{_mandir}/man3/Test::Deep.3pm* +%{_mandir}/man3/Test::Deep::NoTest.3pm* + +%changelog +* Wed Feb 20 2013 Paul Howarth - 0.110-1 +- Update to 0.110 + - Allow methods() and listmethods() to work again on class methods + (CPAN RT#77804) +- Drop redundant BR: perl(Data::Dumper) +- Drop arrayeach patch - similar change introduced upstream +- Drop %%defattr, redundant since rpm 4.4 +- Don't need to remove empty directories from the buildroot +- Don't use macros for commands +- Use DESTDIR rather than PERL_INSTALL_ROOT +- Make %%files list more explicit + +* Thu Feb 14 2013 Fedora Release Engineering - 0.108-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 0.108-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 0.108-6 +- Perl 5.16 rebuild +- Specify all dependencies + +* Fri Jan 13 2012 Fedora Release Engineering - 0.108-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 0.108-4 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.108-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 22 2010 Marcela Maslanova - 0.108-2 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sat Dec 18 2010 Steven Pritchard 0.108-1 +- Update to 0.108. +- Update Source0 URL. + +* Thu May 06 2010 Marcela Maslanova - 0.106-3 +- Mass rebuild with perl-5.12.0 + +* Fri Dec 4 2009 Stepan Kasal - 0.106-2 +- rebuild against perl 5.10.1 + +* Fri Oct 30 2009 Stepan Kasal - 0.106-1 +- new upstream version + +* Sun Jul 26 2009 Fedora Release Engineering - 0.103-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.103-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Oct 22 2008 Lubomir Rintel 0.103-2 +- Fix crash on matching array_each() against non-array + +* Wed Jun 04 2008 Steven Pritchard 0.103-1 +- Update to 0.103. + +* Sat May 31 2008 Steven Pritchard 0.102-1 +- Update to 0.102. + +* Fri May 16 2008 Steven Pritchard 0.101-1 +- Update to 0.101. + +* Sat Feb 2 2008 Tom "spot" Callaway 0.100-2 +- rebuild for new perl + +* Mon Jan 28 2008 Steven Pritchard 0.100-1 +- Update to 0.100. + +* Sat Jan 12 2008 Steven Pritchard 0.099-1 +- Update to 0.099. +- Update License tag. + +* Tue Sep 18 2007 Steven Pritchard 0.098-1 +- Update to 0.098. + +* Fri Aug 10 2007 Steven Pritchard 0.097-1 +- Update to 0.097. + +* Wed Apr 18 2007 Steven Pritchard 0.096-2 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + +* Tue Sep 26 2006 Steven Pritchard 0.096-1 +- Update to 0.096. + +* Sat Sep 16 2006 Steven Pritchard 0.095-2 +- Fix find option order. + +* Fri Apr 21 2006 Steven Pritchard 0.095-1 +- Update to 0.095. + +* Sat Apr 08 2006 Steven Pritchard 0.093-1 +- Specfile autogenerated by cpanspec 1.64. +- Improve description. +- Fix License. +- Remove explicit dependency on Test::Tester and Test::NoWarnings.