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

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