source: projects/specs/trunk/p/perl-Test-Harness-Straps/perl-Test-Harness-Straps-vl.spec @ 5803

Revision 5803, 2.7 KB checked in by shaolin, 12 years ago (diff)
  • new packages (and a few updates)
Line 
1Name:           perl-Test-Harness-Straps
2Version:        0.30
3Release:        1%{?_dist_release}
4Summary:        Detailed analysis of test results
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Test-Harness-Straps/
8Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildArch:      noarch
11BuildRequires:  perl(Module::Build)
12BuildRequires:  perl(Test::More)
13Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
14
15%description
16Test::Harness is limited to printing out its results. This makes analysis
17of the test results difficult for anything but a human. To make it easier
18for programs to work with test results, we provide Test::Harness::Straps.
19Instead of printing the results, straps provide them as raw data. You can
20also 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
30rm -rf %{buildroot}
31
32./Build install destdir=%{buildroot} create_packlist=0
33find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
34
35%{_fixperms} %{buildroot}/*
36
37%check
38./Build test
39
40%clean
41rm -rf %{buildroot}
42
43%files
44%defattr(-,root,root,-)
45%doc Changes
46%{perl_vendorlib}/*
47%{_mandir}/man3/*
48
49%changelog
50* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.30-1
51- initial build for Vine Linux
52
53* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-10
54- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
55
56* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.30-9
57- Perl mass rebuild
58
59* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-8
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
61
62* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.30-7
63- 661697 rebuild for fixing problems with vendorach/lib
64
65* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.30-6
66- Mass rebuild with perl-5.12.0
67
68* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.30-5
69- rebuild against perl 5.10.1
70
71* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-4
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73
74* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-3
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76
77* Fri Feb  6 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-2
78- add requires Test::More
79
80* Wed Jan 21 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-1
81- Specfile autogenerated by cpanspec 1.77.
Note: See TracBrowser for help on using the repository browser.