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

Revision 12120, 4.8 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-IPC-Run3
2Version:        0.048
3Release:        2%{?_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)
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%license LICENSE
57%doc Changes README
58%{perl_vendorlib}/*
59%{_mandir}/man3/*
60
61%changelog
62* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.048-2
63- rebuilt with perl-5.26.
64
65* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.048-1
66- updated to 0.048
67- built with perl 5.16.3
68
69* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.045-2
70- rebuild
71
72* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.045-1
73- initial package for Vine Linux
74
75* Thu Jan 05 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.045-1
76- Upstream update.
77- Modernize spec file.
78
79* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.044-4
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.044-3
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.044-2
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Mon Sep 13 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
89- Upstream update.
90- BR: perl(Test::More), perl(Time::HiRes).
91
92* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
93- Mass rebuild with perl-5.12.0
94
95* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.043-3
96- rebuild against perl 5.10.1
97
98* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.043-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
100
101* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> 0.043-1
102- Upstream update.
103- Reflect upstream URL having changed.
104
105* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.042-4
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Sat Nov 29 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-3
109- Change %%summary.
110
111* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.042-2
112- fix license tag (technically, it was correct before, but this keeps rpmlint from
113  flagging this package as a false positive)
114
115* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
116- Upstream update.
117
118* Fri Aug 08 2008 Ralf Corsépius <rc040203@freenet.de> 0.041-1
119- Upstream update.
120
121* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-5
122- reorder license tag so it doesn't flag as a false positive
123
124* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4
125- Rebuild normally, second pass
126
127* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-3
128- Rebuild for perl 5.10 (again), disable tests for first pass
129
130* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-2
131- rebuild normally, second pass
132
133* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.040-1.1
134- rebuild for new perl, disable tests and TPC for first pass
135
136* Fri Dec 28 2007 Ralf Corsépius <rc040203@freenet.de> 0.040-1
137- Upstream update.
138- chmod -x files from source tarball.
139
140* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-2
141- Bump release to please koji suckage.
142
143* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-1
144- Upstream update.
145
146* Fri Sep 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-2
147- Initial import.
148- Update license tag.
149
150* Tue Aug 07 2007 Ralf Corsépius <rc040203@freenet.de> 0.037-1
151- Initial submission.
Note: See TracBrowser for help on using the repository browser.