Accepting request 330318 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/330318 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=23
This commit is contained in:
parent
869ebfae64
commit
4727ab8b25
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0f805acd3b565c611324b7bde20d32f6ffc31afefc5b8e52f54994802594d43
|
||||
size 37227
|
3
namespace-autoclean-0.27.tar.gz
Normal file
3
namespace-autoclean-0.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ceda1084d27bd61fdfc65af80035e16fb74e5ed453b65baf6d564f1a139b7d4
|
||||
size 35844
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 10:19:14 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.27
|
||||
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
|
||||
|
||||
0.27 2015-09-09 02:29:20Z
|
||||
- package with only ExtUtils::MakeMaker to ease installation on perl 5.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 09:15:30 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-namespace-autoclean
|
||||
Version: 0.26
|
||||
Version: 0.27
|
||||
Release: 0
|
||||
%define cpan_name namespace-autoclean
|
||||
Summary: Keep imports out of your namespace
|
||||
@ -31,7 +31,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||
BuildRequires: perl(Sub::Identify)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Requires)
|
||||
@ -74,14 +73,15 @@ clean:
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%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