1 |
slords |
1.1 |
Name: perl-Test-Harness-Straps |
2 |
|
|
Version: 0.30 |
3 |
|
|
Release: 4%{?dist} |
4 |
|
|
Summary: Detailed analysis of test results |
5 |
|
|
License: GPL+ or Artistic |
6 |
|
|
Group: Development/Libraries |
7 |
|
|
URL: http://search.cpan.org/dist/Test-Harness-Straps/ |
8 |
|
|
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz |
9 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
10 |
|
|
BuildArch: noarch |
11 |
|
|
BuildRequires: perl(Module::Build) |
12 |
|
|
BuildRequires: perl(Test::More) |
13 |
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
14 |
|
|
|
15 |
|
|
%description |
16 |
|
|
Test::Harness is limited to printing out its results. This makes analysis |
17 |
|
|
of the test results difficult for anything but a human. To make it easier |
18 |
|
|
for programs to work with test results, we provide Test::Harness::Straps. |
19 |
|
|
Instead of printing the results, straps provide them as raw data. You can |
20 |
|
|
also configure how the tests are to be run. |
21 |
|
|
|
22 |
|
|
%prep |
23 |
|
|
%setup -q -n Test-Harness-Straps-%{version} |
24 |
|
|
|
25 |
|
|
%build |
26 |
|
|
%{__perl} Build.PL installdirs=vendor |
27 |
|
|
./Build |
28 |
|
|
|
29 |
|
|
%install |
30 |
|
|
rm -rf $RPM_BUILD_ROOT |
31 |
|
|
|
32 |
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 |
33 |
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; |
34 |
|
|
|
35 |
|
|
%{_fixperms} $RPM_BUILD_ROOT/* |
36 |
|
|
|
37 |
|
|
%check |
38 |
|
|
./Build test |
39 |
|
|
|
40 |
|
|
%clean |
41 |
|
|
rm -rf $RPM_BUILD_ROOT |
42 |
|
|
|
43 |
|
|
%files |
44 |
|
|
%defattr(-,root,root,-) |
45 |
|
|
%doc Changes |
46 |
|
|
%{perl_vendorlib}/* |
47 |
|
|
%{_mandir}/man3/* |
48 |
|
|
|
49 |
|
|
%changelog |
50 |
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-4 |
51 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
52 |
|
|
|
53 |
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-3 |
54 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
55 |
|
|
|
56 |
|
|
* Fri Feb 6 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-2 |
57 |
|
|
- add requires Test::More |
58 |
|
|
|
59 |
|
|
* Wed Jan 21 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-1 |
60 |
|
|
- Specfile autogenerated by cpanspec 1.77. |