8
0

Accepting request 297740 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/297740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Install?expand=0&rev=12
This commit is contained in:
2015-04-18 08:40:59 +00:00
committed by Git OBS Bridge
5 changed files with 37 additions and 6 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 17 08:29:56 UTC 2015 - coolo@suse.com
- updated to 1.15
see /usr/share/doc/packages/perl-Module-Install/Changes
1.15 Thu Apr 16 2015
- respect the 'urllist' option when using the CPAN backend (Dan Brook)
- fixes for newlines on MSWin32 (Christian Walde)
-------------------------------------------------------------------
Mon Apr 13 17:43:45 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-Module-Install
Version: 1.14
Version: 1.15
Release: 0
%define cpan_name Module-Install
Summary: Standalone, extensible Perl module installer
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Install/
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -35,7 +36,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(ExtUtils::ParseXS) >= 2.19
BuildRequires: perl(File::Remove) >= 1.42
BuildRequires: perl(File::Spec) >= 3.28
BuildRequires: perl(Module::Build) >= 0.29
BuildRequires: perl(Module::Build) >= 0.290000
BuildRequires: perl(Module::CoreList) >= 2.17
BuildRequires: perl(Module::ScanDeps) >= 1.09
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413