forked from pool/perl-Test-Differences
b8e02ea4ee
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=4
51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
# vim: set sw=4 ts=4 et nu:
|
|
# norootforbuild
|
|
|
|
Name: perl-Test-Differences
|
|
Version: 0.500
|
|
Release: 0
|
|
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: Perl License
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
%{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
|
|
|
|
%clean
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
|
|
%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}
|
|
|