source: projects/specs/trunk/p/perl-IPC-Run/perl-IPC-Run-vl.spec @ 9512

Revision 9512, 5.6 KB checked in by inagaki, 9 years ago (diff)

2015-04-16 Ryoichi INAGAKI <ryo1@…>

  • perl-{Cairo, Clone, Curses, Event, Guard, IO-AIO,

IO-Socket-SSL, IPC-Run, Tk, URI}: updated


Line 
1Name:           perl-IPC-Run
2Version:        0.94
3Release:        1%{?_dist_release}
4Summary:        Perl module for interacting with child processes
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/IPC-Run/
8Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(IO::Pty) >= 1.08
14BuildRequires:  perl(Test::More) >= 0.47
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17%description
18IPC::Run allows you run and interact with child processes using files,
19pipes, and pseudo-ttys. Both system()-style and scripted usages are
20supported and may be mixed. Likewise, functional and OO API styles are
21both supported and may be mixed.
22Various redirection operators reminiscent of those seen on common Unix
23and DOS command lines are provided.
24
25%prep
26%setup -q -n IPC-Run-%{version}
27chmod 644 lib/IPC/*.pm lib/IPC/Run/*.pm Changes eg/*
28for file in eg/run_daemon abuse/timers abuse/blocking_debug_with_sub_coprocess ; do
29    %{__perl} -pi -e 's,^#!.*/perl,%{__perl}, if ($. == 1)' "$file"
30done
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36%install
37rm -rf %{buildroot}
38make pure_install PERL_INSTALL_ROOT=%{buildroot}
39
40find %{buildroot} -type f -name .packlist -exec rm -f {} \;
41find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
42
43%{_fixperms} %{buildroot}/*
44
45rm -f %{buildroot}%{perl_vendorlib}/IPC/Run/Win32*.pm
46rm -f %{buildroot}%{_mandir}/man3/IPC::Run::Win32*.3*
47
48%check
49# test doesn't work in this mock with tty
50make test || :
51
52%clean
53rm -rf %{buildroot}
54
55%files
56%defattr(-,root,root,-)
57%doc Changes LICENSE README TODO
58%doc abuse/ eg/
59%{perl_vendorlib}/*
60%{_mandir}/man3/*
61
62%changelog
63* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.94-1
64- new upstream release
65
66* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.92-1
67- updated to 0.92
68- built with perl 5.16.3
69
70* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.89-1
71- initial build for Vine Linux
72
73* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-6
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
75
76* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-5
77- Perl mass rebuild
78
79* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-4
80- Perl mass rebuild
81
82* Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-3
83- Perl mass rebuild
84
85* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
87
88* Fri Oct 08 2010 Iain Arnell <iarnell@epo.org> 0.89-1
89- update to latest upstream version
90- clean up spec for modern rpmbuild
91
92* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.84-3
93- Mass rebuild with perl-5.12.0
94
95* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.84-2
96- rebuild against perl 5.10.1
97
98* Wed Sep 02 2009 Steven Pritchard <steve@kspei.com> 0.84-1
99- Update to 0.84.
100- Drop IPCRUNDEBUG from "make test" (bug fixed long ago).
101
102* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-3
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-2
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.82-1
109- Update to 0.82.
110- Use fixperms macro instead of our own chmod incantation.
111- Fix Source0 URL.
112- BR Test::More.
113- Include LICENSE, README, and abuse/ in docs.
114- Cleanup to more closely resemble cpanspec output.
115
116* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.80-5
117- Rebuild for perl 5.10 (again)
118
119* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.80-4
120- rebuild for new perl
121
122* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-3
123- BuildRequire perl(ExtUtils::MakeMaker).
124
125* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
126- Fix order of arguments to find(1).
127
128* Thu May 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
129- 0.80, fine tune build dependencies.
130
131* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.79-3
132- Rebuild, cosmetic cleanups.
133
134* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-2
135- Exclude Win32 specific modules.
136- Include more docs.
137- Skip tests if /dev/pts doesn't exist.
138
139* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-1
140- 0.79.
141
142* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.78-2
143- Sync with fedora-rpmdevtools' Perl spec template.
144- Improve dependency filtering script.
145
146* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.78-0.fdr.1
147- Update to 0.78.
148
149* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.4
150- Reduce directory ownership bloat.
151
152* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.3
153- BuildRequire perl-IO-Tty for better test coverage.
154
155* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.2
156- Fix typo in dependency filtering scriptlet.
157
158* Sat Sep 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.1
159- Update to 0.77.
160
161* Fri Sep  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.3
162- Avoid Win32-specific dependencies.
163- Use PERL_INSTALL_ROOT.
164
165* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.2
166- Install into vendor dirs.
167
168* Thu Jun 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.1
169- First build.
Note: See TracBrowser for help on using the repository browser.