Accepting request 321391 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/321391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Pluggable?expand=0&rev=10
This commit is contained in:
parent
3d35e66fa4
commit
b1ba064220
@ -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
BIN
Module-Pluggable-5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user