source: projects/specs/trunk/p/perl-Test-Output/perl-Test-Output-vl.spec @ 5844

Revision 5844, 3.2 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Test-Output
2Version:        1.01
3Release:        1%{?_dist_release}
4Summary:        Utilities to test STDOUT and STDERR messages
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Test-Output/
8Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
9BuildArch:      noarch
10BuildRequires:  perl(ExtUtils::MakeMaker)
11BuildRequires:  perl(File::Temp) >= 0.17
12BuildRequires:  perl(Sub::Exporter)
13BuildRequires:  perl(Test::Pod) >= 1.14
14BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
15BuildRequires:  perl(Test::More)
16BuildRequires:  perl(Test::Tester) >= 0.103
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19%description
20Test::Output provides a simple interface for testing output sent to STDOUT
21or STDERR. A number of different utilities are included to try and be as
22flexible as possible to the tester.
23
24%prep
25%setup -q -n Test-Output-%{version}
26
27%build
28%{__perl} Makefile.PL INSTALLDIRS=vendor
29make %{?_smp_mflags}
30
31%install
32rm -rf %{buildroot}
33make pure_install PERL_INSTALL_ROOT=%{buildroot}
34
35find %{buildroot} -type f -name .packlist -exec rm -f {} \;
36find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
37
38%{_fixperms} %{buildroot}/*
39
40%check
41make test
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%doc Changes LICENSE README TODO
48%{perl_vendorlib}/*
49%{_mandir}/man3/*
50
51%changelog
52* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-1
53- initial build for Vine Linux
54
55* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-3
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
57
58* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.01-2
59- Perl mass rebuild
60
61* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 1.01-1
62- update to latest upstream version
63- clean up spec for modern rpmbuild
64- doesn't require Test::Tester
65
66* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68
69* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.16-1
70- Update to 0.16.
71- Update Source0 URL.
72- Add LICENSE to docs.
73
74* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.12-5
75- Mass rebuild with perl-5.12.0
76
77* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.12-4
78- rebuild against perl 5.10.1
79
80* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
82
83* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85
86* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.12-1
87- Update to 0.12.
88- BR Test::More.
89- Fix typo in description.
90- Include TODO in docs.
91
92* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-4
93- Rebuild for perl 5.10 (again)
94
95* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-3
96- rebuild for new perl
97- fix license tag
98
99* Thu Jul 05 2007 Steven Pritchard <steve@kspei.com> 0.10-2
100- Rebuild.
101
102* Mon Jul 02 2007 Steven Pritchard <steve@kspei.com> 0.10-1
103- Specfile autogenerated by cpanspec 1.71.
104- Fix License.
105- BR Test::Pod and Test::Pod::Coverage.
Note: See TracBrowser for help on using the repository browser.