2007-01-15 23:30:58 +00:00
|
|
|
|
#
|
2009-01-21 01:36:10 +00:00
|
|
|
|
# spec file for package perl-IPC-Run (Version 0.82)
|
2007-01-15 23:30:58 +00:00
|
|
|
|
#
|
2009-01-21 01:36:10 +00:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:58 +00:00
|
|
|
|
#
|
2009-01-21 01:36:10 +00:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-15 23:30:58 +00:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2009-01-21 01:36:10 +00:00
|
|
|
|
|
2007-01-15 23:30:58 +00:00
|
|
|
|
Name: perl-IPC-Run
|
2009-01-21 01:36:10 +00:00
|
|
|
|
Version: 0.82
|
|
|
|
|
Release: 1
|
2007-01-15 23:30:58 +00:00
|
|
|
|
Requires: perl = %{perl_version}
|
2009-01-21 01:36:10 +00:00
|
|
|
|
AutoReqProv: on
|
2007-01-15 23:30:58 +00:00
|
|
|
|
Group: Development/Libraries/Perl
|
2009-01-21 01:36:10 +00:00
|
|
|
|
License: Artistic License; GPL v2 or later
|
|
|
|
|
Url: http://cpan.org/modules/by-module/IPC/
|
2007-01-15 23:30:58 +00:00
|
|
|
|
Summary: System() and Background Procs with Piping, Redirs, and PTYs
|
|
|
|
|
Source: IPC-Run-%{version}.tar.bz2
|
|
|
|
|
Patch: IPC-Run-%{version}-path.diff
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
IPC::Run allows you run and interact with child processes using files,
|
|
|
|
|
pipes, and pseudo-ttys. Both system()-style and scripted usages are
|
|
|
|
|
supported and may be mixed. Like<EFBFBD>wise, functional and OO API styles are
|
|
|
|
|
both supported and may be mixed.
|
|
|
|
|
|
|
|
|
|
Authors: Barrie Slaymaker <barries@slaysys.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Barrie Slaymaker <barries@slaysys.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n IPC-Run-%{version}
|
|
|
|
|
%patch
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL
|
|
|
|
|
make
|
|
|
|
|
#run.t sometimes fails with "Resource temporarily unavailable"
|
|
|
|
|
mv t/run.t t/run.tt
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%perl_make_install
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
chmod 644 Changes
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc Changes eg abuse
|
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
|
%{perl_vendorlib}/IPC
|
|
|
|
|
%{perl_vendorarch}/auto/IPC
|
|
|
|
|
/var/adm/perl-modules/perl-IPC-Run
|
|
|
|
|
|
2007-06-05 23:12:51 +00:00
|
|
|
|
%changelog
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Tue Jan 20 2009 anicka@suse.cz
|
|
|
|
|
- update to 0.82
|
|
|
|
|
* Simplfied the Makefile.PL code a little.
|
|
|
|
|
* Upgraded all tests to Test::More
|
|
|
|
|
* Added a $VERSION for all modules
|
|
|
|
|
* Adding some missing POD sections
|
|
|
|
|
* Various other clean ups
|
|
|
|
|
* Wed Jun 06 2007 ro@suse.de
|
2007-06-05 23:12:51 +00:00
|
|
|
|
- fix one place with wrong interpreter in example script
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Wed Jul 12 2006 anicka@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- update to 0.80
|
2007-06-05 23:12:51 +00:00
|
|
|
|
- IPC::Run::IO now retries on certain "temporarily unavailable" errors.
|
2007-01-15 23:30:58 +00:00
|
|
|
|
This should fix several reported issues with t/run.t, test 69.
|
2007-06-05 23:12:51 +00:00
|
|
|
|
- Applied documentation patch from RT.
|
|
|
|
|
- Fixed documentation to work with '<' redirect
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Mon Jan 09 2006 anicka@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- disable run.t as it sometimes fails with
|
|
|
|
|
"Resource temporarily unavailable"
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Mon Aug 01 2005 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- update to 0.79
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Thu Aug 19 2004 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- update to 0.78
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Sat Feb 28 2004 ro@suse.de
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- fix requirement for /usr/local/bin
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Thu Feb 26 2004 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- update to 0.77
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- require the perl version we build with
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Mon Jul 21 2003 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- adapt to perl-5.8.1
|
|
|
|
|
- use %%perl_process_packlist
|
2009-01-21 01:36:10 +00:00
|
|
|
|
* Fri Jun 13 2003 mjancar@suse.cz
|
2007-01-15 23:30:58 +00:00
|
|
|
|
- initial version 0.75
|