source: projects/specs/trunk/p/perl-IPC-Run3/perl-IPC-Run3-vl.spec @ 9063

Revision 9063, 4.7 KB checked in by inagaki, 9 years ago (diff)

2014-11-05 Ryoichi INAGAKI <ryo1@…>

  • perl-CPAN-Changes, perl-IPC-Run3, perl-Math-BigInt?-GMP, perl-Probe-Perl, perl-Test-CPAN-Meta: updated
  • perl-Test-Script: rebuilt


Line 
1Name:           perl-IPC-Run3
2Version:        0.048
3Release:        1%{?_dist_release}
4Summary:        Run a subprocess in batch mode
5License:        (GPL+ or Artistic) or BSD
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/IPC-Run3/
8Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(Test::More) >= 0.31
14BuildRequires:  perl(Time::HiRes)
15# For improved tests
16BuildRequires:  perl(Test::Pod::Coverage)
17BuildRequires:  perl(Test::Pod)
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       shaolin
23
24%description
25This module allows you to run a subprocess and redirect stdin, stdout,
26and/or stderr to files and perl data structures. It aims to satisfy 99% of
27the need for using system, qx, and open3 with a simple, extremely Perlish
28API and none of the bloat and rarely used features of IPC::Run.
29
30%prep
31%setup -q -n IPC-Run3-%{version}
32# Perms in tarballs are broken
33find -type f -exec chmod -x {} \;
34
35%build
36%{__perl} Makefile.PL INSTALLDIRS=vendor
37make %{?_smp_mflags}
38
39%install
40rm -rf ${RPM_BUILD_ROOT}
41make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
42
43find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
44find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
45
46%{_fixperms} ${RPM_BUILD_ROOT}/*
47
48%check
49make test
50
51%clean
52rm -rf ${RPM_BUILD_ROOT}
53
54%files
55%defattr(-,root,root,-)
56%doc Changes LICENSE README
57%{perl_vendorlib}/*
58%{_mandir}/man3/*
59
60%changelog
61* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.048-1
62- updated to 0.048
63- built with perl 5.16.3
64
65* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.045-2
66- rebuild
67
68* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.045-1
69- initial package for Vine Linux
70
71* Thu Jan 05 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.045-1
72- Upstream update.
73- Modernize spec file.
74
75* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.044-4
76- Perl mass rebuild
77
78* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.044-3
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80
81* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.044-2
82- 661697 rebuild for fixing problems with vendorach/lib
83
84* Mon Sep 13 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
85- Upstream update.
86- BR: perl(Test::More), perl(Time::HiRes).
87
88* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.043-3
92- rebuild against perl 5.10.1
93
94* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.043-2
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> 0.043-1
98- Upstream update.
99- Reflect upstream URL having changed.
100
101* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.042-4
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
103
104* Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-3
105- Change %%summary.
106
107* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.042-2
108- fix license tag (technically, it was correct before, but this keeps rpmlint from
109  flagging this package as a false positive)
110
111* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
112- Upstream update.
113
114* Fri Aug 08 2008 Ralf Corsépius <rc040203@freenet.de> 0.041-1
115- Upstream update.
116
117* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-5
118- reorder license tag so it doesn't flag as a false positive
119
120* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4
121- Rebuild normally, second pass
122
123* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-3
124- Rebuild for perl 5.10 (again), disable tests for first pass
125
126* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-2
127- rebuild normally, second pass
128
129* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-1.1
130- rebuild for new perl, disable tests and TPC for first pass
131
132* Fri Dec 28 2007 Ralf Corsépius <rc040203@freenet.de> 0.040-1
133- Upstream update.
134- chmod -x files from source tarball.
135
136* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-2
137- Bump release to please koji suckage.
138
139* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-1
140- Upstream update.
141
142* Fri Sep 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-2
143- Initial import.
144- Update license tag.
145
146* Tue Aug 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-1
147- Initial submission.
Note: See TracBrowser for help on using the repository browser.