2011-07-19 14:20:20 +00:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2010-07-25 06:54:43 +00:00
|
|
|
Name: perl-Test-Differences
|
2011-11-20 12:34:35 +00:00
|
|
|
Version: 0.61
|
2011-12-27 13:30:35 +00:00
|
|
|
Release: 0
|
2010-07-25 06:54:43 +00:00
|
|
|
Summary: Test strings and data structures and show differences if not ok
|
2011-12-27 13:30:35 +00:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
|
|
|
Group: Development/Libraries/Perl
|
2010-07-25 06:54:43 +00:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
2011-07-19 14:20:20 +00:00
|
|
|
Url: http://search.cpan.org/dist/Test-Differences/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-01 09:46:17 +00:00
|
|
|
%{perl_requires}
|
2011-12-27 13:30:35 +00:00
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl
|
2010-12-03 14:51:59 +00:00
|
|
|
BuildRequires: perl-macros
|
2010-07-25 06:54:43 +00:00
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(Text::Diff)
|
|
|
|
Requires: perl(Text::Diff)
|
2011-11-20 20:35:23 +00:00
|
|
|
# MANUAL
|
2011-11-29 11:36:15 +00:00
|
|
|
Provides: perl(Test::Differences) = 0.600
|
2010-07-25 06:54:43 +00:00
|
|
|
|
|
|
|
%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}
|
2011-11-18 11:35:01 +00:00
|
|
|
|
2011-07-19 14:20:20 +00:00
|
|
|
%changelog
|