8
0

- updated to 0.11

see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
  0.11 2018-02-12T09:32:05Z
  
      - update cpanfile requirements (requires Module::Build now)
      - update POD

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-IOLoop-ReadWriteProcess?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2018-02-12 10:57:22 +00:00
committed by Git OBS Bridge
parent feef6f08b5
commit f4ff5f4798
5 changed files with 47 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Mojo-IOLoop-ReadWriteProcess
Version: 0.10
Version: 0.11
Release: 0
%define cpan_name Mojo-IOLoop-ReadWriteProcess
Summary: Execute external programs or internal code blocks as separate process
@@ -25,12 +25,12 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mojo-IOLoop-ReadWriteProcess/
Source0: https://cpan.metacpan.org/authors/id/M/MU/MUDLER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(Mojolicious) >= 7.24
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Mojolicious) >= 7.24
@@ -41,17 +41,16 @@ Mojo::IOLoop::ReadWriteProcess is yet another process manager.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install --destdir=%{buildroot} --create_packlist=0
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files -f %{name}.files