Accepting request 433705 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/433705 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=51
This commit is contained in:
parent
06e227c5e7
commit
c8ed15f3a2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a6a9398ad5950097e3dfa26b3d8e83eb45dbc095629fcb55ed4fca4ddf98e40
|
||||
size 136398
|
3
Params-Validate-1.26.tar.gz
Normal file
3
Params-Validate-1.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:821ac3cfa9715b94f60926faf316b9ff722785594b37036202371ad2303a72ed
|
||||
size 136258
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 06:15:14 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.26
|
||||
see /usr/share/doc/packages/perl-Params-Validate/Changes
|
||||
|
||||
1.26 2016-10-06
|
||||
|
||||
- Reverted to Module::Build. The use of EUMM in 1.25 broke Windows builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 05:55:13 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Params-Validate
|
||||
Version: 1.25
|
||||
Version: 1.26
|
||||
Release: 0
|
||||
%define cpan_name Params-Validate
|
||||
Summary: Validate method/function parameters
|
||||
@ -29,6 +29,7 @@ Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Module::Implementation)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@ -50,15 +51,14 @@ certain methods, or applying validation callbacks to arguments.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
./Build test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Loading…
x
Reference in New Issue
Block a user