987cf4
# RPM version needs 4 digits after the decimal to preserve upgrade path
987cf4
%global module_version 0.67
987cf4
%global RPM_version %{module_version}00
987cf4
987cf4
Name:           perl-Test-Differences
987cf4
Version:        %{RPM_version}
987cf4
Release:        9%{?dist}
987cf4
Summary:        Test strings and data structures and show differences if not OK
987cf4
License:        GPL+ or Artistic
987cf4
URL:            https://metacpan.org/release/Test-Differences
987cf4
Source0:        https://cpan.metacpan.org/modules/by-module/Test/Test-Differences-%{module_version}.tar.gz
987cf4
BuildArch:      noarch
987cf4
# Module Build
987cf4
BuildRequires:  coreutils
987cf4
BuildRequires:  findutils
987cf4
BuildRequires:  make
987cf4
BuildRequires:  perl-generators
987cf4
BuildRequires:  perl-interpreter
987cf4
BuildRequires:  perl(ExtUtils::MakeMaker)
987cf4
# Module Runtime
987cf4
BuildRequires:  perl(B::Deparse)
987cf4
BuildRequires:  perl(Carp)
987cf4
BuildRequires:  perl(Data::Dumper) >= 2.126
987cf4
BuildRequires:  perl(Exporter)
987cf4
BuildRequires:  perl(strict)
987cf4
BuildRequires:  perl(Text::Diff) >= 1.43
987cf4
BuildRequires:  perl(warnings)
987cf4
# Test Suite
987cf4
BuildRequires:  perl(Capture::Tiny) >= 0.24
987cf4
BuildRequires:  perl(lib)
987cf4
BuildRequires:  perl(Test::Builder)
987cf4
BuildRequires:  perl(Test::More) >= 0.88
987cf4
# Optional Tests
987cf4
BuildRequires:  perl(Pod::Coverage) >= 0.18
987cf4
BuildRequires:  perl(Test::Pod) >= 1.22
987cf4
BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
987cf4
# Explicit Requirements
987cf4
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
987cf4
Requires:       perl(B::Deparse)
987cf4
Requires:       perl(Text::Diff) >= 1.43
987cf4
987cf4
%description
987cf4
When the code you're testing returns multiple lines, records or data
987cf4
structures and they're just plain wrong, an equivalent to the Unix
987cf4
diff utility may be just what's needed.
987cf4
987cf4
%prep
987cf4
%setup -q -n Test-Differences-%{module_version}
987cf4
987cf4
%build
987cf4
perl Makefile.PL INSTALLDIRS=vendor
987cf4
make %{?_smp_mflags}
987cf4
987cf4
%install
987cf4
make pure_install DESTDIR=%{buildroot}
987cf4
find %{buildroot} -type f -name .packlist -delete
987cf4
%{_fixperms} -c %{buildroot}
987cf4
987cf4
%check
987cf4
make test
987cf4
987cf4
%files
987cf4
%doc Changes README
987cf4
%{perl_vendorlib}/Test/
987cf4
%{_mandir}/man3/Test::Differences.3*
987cf4
987cf4
%changelog
987cf4
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6700-9
987cf4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
987cf4
  Related: rhbz#1991688
987cf4
987cf4
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6700-8
987cf4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
987cf4
987cf4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6700-7
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
987cf4
987cf4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6700-6
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
987cf4
987cf4
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.6700-5
987cf4
- Perl 5.32 rebuild
987cf4
987cf4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6700-4
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
987cf4
987cf4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6700-3
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
987cf4
987cf4
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.6700-2
987cf4
- Perl 5.30 rebuild
987cf4
987cf4
* Thu Mar  7 2019 Paul Howarth <paul@city-fan.org> - 0.6700-1
987cf4
- Update to 0.67
987cf4
  - Correctly compare subroutine references
987cf4
987cf4
* Thu Feb 28 2019 Paul Howarth <paul@city-fan.org> - 0.6600-1
987cf4
- Update to 0.66
987cf4
  - Fix tests on Windows
987cf4
987cf4
* Wed Feb 20 2019 Paul Howarth <paul@city-fan.org> - 0.6500-1
987cf4
- Update to 0.65
987cf4
  - Canonical repo is now
987cf4
    https://github.com/DrHyde/perl-modules-Test-Differences
987cf4
  - Fix discrepancies in copyright notices
987cf4
  - Make the tests more consistent
987cf4
  - Add unicode tests
987cf4
  - Fix whitespace issue in tests when using recent Test::More in verbose mode
987cf4
  - Get rid of Build.PL, just use Makefile.PL
987cf4
- Drop redundant buildroot cleaning in %%install section
987cf4
- Simplify find command using -delete
987cf4
987cf4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-11
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
987cf4
987cf4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-10
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
987cf4
987cf4
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.6400-9
987cf4
- Perl 5.28 rebuild
987cf4
987cf4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-8
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
987cf4
987cf4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-7
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
987cf4
987cf4
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.6400-6
987cf4
- Perl 5.26 rebuild
987cf4
987cf4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-5
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
987cf4
987cf4
* Fri Jul 22 2016 Petr Pisar <ppisar@redhat.com> - 0.6400-4
987cf4
- Adjust package version computation to SRPM build root witout perl
987cf4
987cf4
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.6400-3
987cf4
- Perl 5.24 rebuild
987cf4
987cf4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6400-2
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
987cf4
987cf4
* Tue Nov 24 2015 Paul Howarth <paul@city-fan.org> - 0.6400-1
987cf4
- Update to 0.64
987cf4
  - Bump dependency version for Text::Diff to avoid a buggy release
987cf4
  - Make tests pass with relocatable perl (CPAN RT#103133)
987cf4
987cf4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6300-3
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
987cf4
987cf4
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.6300-2
987cf4
- Perl 5.22 rebuild
987cf4
987cf4
* Fri Nov 21 2014 Paul Howarth <paul@city-fan.org> - 0.6300-1
987cf4
- Update to 0.63
987cf4
  - Make '' and undef not equal
987cf4
  - Made Data::Dumper minimum version 2.126 to resolve CPAN RT#60798
987cf4
  - Allow an option to override Sortkeys in C<eq_or_diff>
987cf4
  - Unnumbered tests; there's no point to them
987cf4
  - Document the Text::Diff unicode fix
987cf4
  - Add ability to customize 'Got' and 'Expected' column headers
987cf4
  - Minor doco-fixes
987cf4
  - Remove use of flatten, always use Data::Dumper for saner, more readable
987cf4
    output (CPAN RT#95446)
987cf4
- This release by DCANTRELL → update source URL
987cf4
- Drop %%defattr, redundant since rpm 4.4
987cf4
- Use %%{_fixperms} macro rather than our own chmod incantation
987cf4
- Don't need to remove empty directories from the buildroot
987cf4
987cf4
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.5000-13
987cf4
- Perl 5.20 rebuild
987cf4
987cf4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-12
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
987cf4
987cf4
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-11
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
987cf4
987cf4
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.5000-10
987cf4
- Perl 5.18 rebuild
987cf4
987cf4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-9
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
987cf4
987cf4
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-8
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
987cf4
987cf4
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.5000-7
987cf4
- Perl 5.16 rebuild
987cf4
- Specify all dependencies
987cf4
987cf4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-6
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
987cf4
987cf4
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.5000-5
987cf4
- Perl mass rebuild
987cf4
987cf4
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5000-4
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
987cf4
987cf4
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.5000-3
987cf4
- Rebuild to fix problems with vendorarch/lib (#661697)
987cf4
987cf4
* Thu Jul 08 2010 Iain Arnell <iarnell@gmail.com> 0.500-2
987cf4
- explicitly require perl(Text::Diff)
987cf4
987cf4
* Tue Jun 29 2010 Paul Howarth <paul@city-fan.org> - 0.5000-1
987cf4
- Update to 0.500
987cf4
  - Add support for all diff styles supplied by Text::Diff (CPAN RT#23579)
987cf4
  - Add Build.PL
987cf4
  - Convert to universally use Test::More instead of Test
987cf4
  - Convert to modern Perl distribution.
987cf4
  - Applied doc suggestion from CPAN RT#24297
987cf4
  - Fix the { a => 1 } versus { a => '1' } bug (CPAN RT#3029)
987cf4
- Upstream dropped eg/ docs
987cf4
- Bump perl(Text::Diff) requirement to 0.35
987cf4
- BR: perl(Test::Pod) and perl(Test::Pod::Coverage) for extra test cover
987cf4
987cf4
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.4801-5
987cf4
- Mass rebuild with perl-5.12.0
987cf4
987cf4
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.4801-4
987cf4
- rebuild against perl 5.10.1
987cf4
987cf4
* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4801-3
987cf4
- fix source url
987cf4
987cf4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4801-2
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
987cf4
987cf4
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4801-1
987cf4
- update to 0.4801
987cf4
987cf4
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-5
987cf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
987cf4
987cf4
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-4
987cf4
- Rebuild for perl 5.10 (again)
987cf4
987cf4
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-3
987cf4
- rebuild for new perl
987cf4
987cf4
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-2.2
987cf4
- add BR: perl(Test::More)
987cf4
987cf4
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.47-2.1
987cf4
- correct license tag
987cf4
- add BR: perl(ExtUtils::MakeMaker)
987cf4
987cf4
* Sun May 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.47-2
987cf4
- Bumping release (repodata checksum inconsistency for previous release).
987cf4
987cf4
* Mon May 01 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.47-1
987cf4
- First build.