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

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