Accepting request 321419 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/321419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Pluggable?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-08-10 07:16:33 +00:00 committed by Git OBS Bridge
commit 466edd4bdd
4 changed files with 20 additions and 9 deletions

View File

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

BIN
Module-Pluggable-5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 8 08:48:49 UTC 2015 - coolo@suse.com
- updated to 5.2
see /usr/share/doc/packages/perl-Module-Pluggable/Changes
2015-08-05 - 5.2
Use Module::Runtime if it's installed (thanks to Olivier Mengué)
Switch to using ExtUtils::MakeMaker (thanks to Karen Etheridge and Tim Orling)
-------------------------------------------------------------------
Fri Jun 26 06:02:58 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Module-Pluggable
Version: 5.1
Version: 5.2
Release: 0
%define cpan_name Module-Pluggable
Summary: Automatically Give Your Module the Ability to Have Plugins
@ -30,7 +30,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.380000
Recommends: perl(Module::Runtime) >= 0.012
%{perl_requires}
%description
@ -48,14 +48,15 @@ Optionally it instantiates those classes for you.
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
./Build test
%{__make} test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files