source: projects/specs/trunk/p/perl-IO-Capture/perl-IO-Capture-vl.spec @ 9142

Revision 9142, 3.8 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-IO-Capture
2Version:        0.05
3Release:        19%{?_dist_release}
4Summary:        Abstract Base Class to build modules to capture output
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/IO-Capture/
9Source0:        http://www.cpan.org/authors/id/R/RE/REYNOLDS/IO-Capture-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17%description
18The IO::Capture Module defines an abstract base class that can be used
19to create any number of useful sub-classes that capture output being
20sent on a filehandle such as STDOUT or STDERR.
21
22
23%prep
24%setup -q -n IO-Capture-%{version}
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
33find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
34find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
35chmod -R u+w $RPM_BUILD_ROOT/*
36
37%check
38make test
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files
45%defattr(-,root,root,-)
46%doc BUGS Changes README
47%{perl_vendorlib}/IO/
48%{_mandir}/man3/*.3pm*
49
50
51%changelog
52* Sun Dec  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.05-19
53- Initial package for Vine Linux
54
55* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-18
56- Perl 5.20 rebuild
57
58* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-17
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
60
61* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-16
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
63
64* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.05-15
65- Perl 5.18 rebuild
66
67* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-14
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
69
70* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-13
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
72
73* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.05-12
74- Perl 5.16 rebuild
75
76* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-11
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78
79* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.05-10
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-9
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-8
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-7
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.05-6
92- rebuild against perl 5.10.1
93
94* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-5
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-4
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99
100* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-3
101- rebuild for new perl
102
103* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-2.2
104- add BR: perl(Test::More)
105
106* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-2.1
107- correct license tag
108- add BR: perl(ExtUtils::MakeMaker)
109
110* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-2
111- find: fixed arguments order (#219956).
112
113* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
114- First build.
Note: See TracBrowser for help on using the repository browser.