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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53459e6b09f2f807734159131596d1343489b3e1a024c3013eb2aef7507fe3f0
size 26990

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9f7887817cdcc0afb6a48b9b354326e252cb58851eda178977a9cd4e210ccc4
size 27146

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 12 10:28:46 UTC 2018 - coolo@suse.com
- 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
-------------------------------------------------------------------
Mon Feb 12 07:56:52 UTC 2018 - coolo@suse.com

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