Accepting request 330331 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/330331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-namespace-autoclean?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2015-09-11 07:04:35 +00:00 committed by Git OBS Bridge
commit 2b7e60f9eb
4 changed files with 18 additions and 9 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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