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:
parent
b770d89011
commit
941923da59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95
|
||||
size 17078
|
3
ExtUtils-Helpers-0.025.tar.gz
Normal file
3
ExtUtils-Helpers-0.025.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f7273f5f9c8a68bf64c270e0cb79336639225bce695822c115719401c741e7c
|
||||
size 15080
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,41 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without test
|
||||
|
||||
Name: perl-ExtUtils-Helpers
|
||||
Version: 0.022
|
||||
Version: 0.025
|
||||
Release: 0
|
||||
%define cpan_name ExtUtils-Helpers
|
||||
Summary: Various portability utilities for module builders
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
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}
|
||||
|
||||
%description
|
||||
@ -64,10 +43,8 @@ modules.
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%{__make} test
|
||||
%endif
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
Reference in New Issue
Block a user