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

Revision 9151, 2.8 KB checked in by inagaki, 9 years ago (diff)

2014-12-13 Ryoichi INAGAKI <ryo1@…>

  • perl-Class-Autouse, perl-Image-Xbm, perl-Test-Harness-Straps: rebuilt
  • perl-Class-Autouse, perl-Image-{ExifTool?, Info, Xpm}, perl-Test-{EOL, Inline}: updated


Line 
1Name:           perl-Test-Harness-Straps
2Version:        0.30
3Release:        2%{?_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
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* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.30-2
51- rebuilt with perl 5.16.3
52
53* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.30-1
54- initial build for Vine Linux
55
56* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-10
57- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
58
59* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.30-9
60- Perl mass rebuild
61
62* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-8
63- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
64
65* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.30-7
66- 661697 rebuild for fixing problems with vendorach/lib
67
68* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.30-6
69- Mass rebuild with perl-5.12.0
70
71* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.30-5
72- rebuild against perl 5.10.1
73
74* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-4
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76
77* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30-3
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
79
80* Fri Feb  6 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-2
81- add requires Test::More
82
83* Wed Jan 21 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.30-1
84- Specfile autogenerated by cpanspec 1.77.
Note: See TracBrowser for help on using the repository browser.