forked from pool/perl-IPC-Run
- update to 0.91
- Tests are good in dev version. Releasing to stable. - RT 57277 - Apply suggested 1 line fix for dev release to public. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
aed66951a9
commit
eac4ad4e91
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f0070e34e5a10e5e4e4efdb812b01c7e32919818d43a030d90ca34200902883
|
|
||||||
size 121467
|
|
||||||
3
IPC-Run-0.91.tar.gz
Normal file
3
IPC-Run-0.91.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ca1e1688181582116159ab67ca3559d577ba04b92bc99378b48bbacf83c8480
|
||||||
|
size 121462
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 02:35:19 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
- update to 0.91
|
||||||
|
- Tests are good in dev version. Releasing to stable.
|
||||||
|
- RT 57277 - Apply suggested 1 line fix for dev release to public.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 11 14:43:27 UTC 2011 - vcizek@novell.com
|
Mon Jul 11 14:43:27 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IPC-Run
|
# spec file for package perl-IPC-Run
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,23 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-IPC-Run
|
Name: perl-IPC-Run
|
||||||
Version: 0.90
|
Version: 0.91
|
||||||
Release: 11
|
Release: 1
|
||||||
AutoReqProv: on
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Url: http://cpan.org/modules/by-module/IPC/
|
|
||||||
Summary: System() and Background Procs with Piping, Redirs, and PTYs
|
Summary: System() and Background Procs with Piping, Redirs, and PTYs
|
||||||
|
Url: http://cpan.org/modules/by-module/IPC/
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: IPC-Run-%{version}.tar.gz
|
Source: IPC-Run-%{version}.tar.gz
|
||||||
Patch: IPC-Run-0.89-path.diff
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Patch0: IPC-Run-0.89-path.diff
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IPC::Run allows you run and interact with child processes using files,
|
IPC::Run allows you run and interact with child processes using files,
|
||||||
@@ -39,10 +38,9 @@ pipes, and pseudo-ttys. Both system()-style and scripted usages are
|
|||||||
supported and may be mixed. Like-wise, functional and OO API styles are
|
supported and may be mixed. Like-wise, functional and OO API styles are
|
||||||
both supported and may be mixed.
|
both supported and may be mixed.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n IPC-Run-%{version}
|
%setup -q -n IPC-Run-%{version}
|
||||||
%patch
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
@@ -59,7 +57,7 @@ make test
|
|||||||
chmod 644 Changes
|
chmod 644 Changes
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|||||||
Reference in New Issue
Block a user