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

Revision 9142, 3.5 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-Config-{Any, General, IniFiles?}, perl-Log-Dispatch-{Config, Configurator-Any}, perl-Log-Dump, perl-Path-Extended, perl-Sort-Naturally perl-Test-{Output, Spelling}: updated
  • perl-ExtUtils?-MakeMaker?-CPANfile, perl-IO-Capture, perl-Module-CPANfile: NEW


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