Accepting request 424600 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/424600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Helpers?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2016-09-08 06:46:57 +00:00 committed by Git OBS Bridge
parent b770d89011
commit 941923da59
5 changed files with 52 additions and 30 deletions

View File

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

View File

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

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,20 @@
-------------------------------------------------------------------
Sat Sep 3 05:21:30 UTC 2016 - coolo@suse.com
- updated to 0.025
see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes
0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam
- Remove unconditional dependency on ExtUtils::PL2Bat
0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE)
- Move pl2bat code to ExtUtils::PL2Bat
0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE)
- Make split_like_shell always unixy
- Remove Module::Load dependency
- Remove done_testing, it requires Test::More 0.88
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 26 11:31:49 UTC 2014 - dimstar@opensuse.org Sat Jul 26 11:31:49 UTC 2014 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-ExtUtils-Helpers # spec file for package perl-ExtUtils-Helpers
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX 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
@ -16,41 +16,20 @@
# #
%bcond_without test
Name: perl-ExtUtils-Helpers Name: perl-ExtUtils-Helpers
Version: 0.022 Version: 0.025
Release: 0 Release: 0
%define cpan_name ExtUtils-Helpers %define cpan_name ExtUtils-Helpers
Summary: Various portability utilities for module builders Summary: Various portability utilities for module builders
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Helpers/ Url: http://search.cpan.org/dist/ExtUtils-Helpers/
Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%if %{with test}
BuildRequires: perl(Cwd)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) >= 0.88
%endif
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(Module::Load)
BuildRequires: perl(Text::ParseWords)
Requires: perl(Carp)
Requires: perl(Exporter) >= 5.57
Requires: perl(File::Basename)
Requires: perl(File::Copy)
Requires: perl(File::Spec::Functions)
Requires: perl(Module::Load)
Requires: perl(Text::ParseWords)
%{perl_requires} %{perl_requires}
%description %description
@ -64,10 +43,8 @@ modules.
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%if %{with test}
%check %check
%{__make} test %{__make} test
%endif
%install %install
%perl_make_install %perl_make_install