perl-Test-Differences/perl-Test-Differences.spec
Stephan Kulow 2019bf5088 - update to 0.61
- Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
      Zealey for the suggestion.
    - Unnumbered tests. There's no point to them.
    - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
    - Made Data::Dumper minimum version 2.126 to resolve
      https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
      jjnapiork@cpan.org  for the report and fix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=8
2011-11-20 12:34:35 +00:00

66 lines
2.0 KiB
RPMSpec

#
# spec file for package perl-Test-Differences
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Test-Differences
Version: 0.61
Release: 1
Summary: Test strings and data structures and show differences if not ok
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
Url: http://search.cpan.org/dist/Test-Differences/
Group: Development/Libraries/Perl
License: GPL-1.0+ or Artistic
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: make perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Text::Diff)
Requires: perl(Text::Diff)
%description
Test strings and data structures and show differences if not ok.
%prep
%setup -q -n "Test-Differences-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}
%install
%perl_make_install
%perl_process_packlist
%check
%__make test
%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/Test
%{perl_vendorlib}/Test/Differences.pm
%dir %{perl_vendorarch}/auto/Test
%{perl_vendorarch}/auto/Test/Differences
%doc %{perl_man3dir}/Test::Differences.%{perl_man3ext}%{ext_man}
%changelog