Accepting request 108972 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/108972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-namespace-clean?expand=0&rev=7
This commit is contained in:
commit
577119019d
@ -1,192 +0,0 @@
|
||||
Index: namespace-clean-0.20/Makefile.PL
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/Makefile.PL
|
||||
+++ namespace-clean-0.20/Makefile.PL
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
|
||||
|
||||
use ExtUtils::MakeMaker 6.31;
|
||||
Index: namespace-clean-0.20/t/00-basic.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/00-basic.t
|
||||
+++ namespace-clean-0.20/t/00-basic.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 4;
|
||||
Index: namespace-clean-0.20/t/01-function-wipeout.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/01-function-wipeout.t
|
||||
+++ namespace-clean-0.20/t/01-function-wipeout.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 9;
|
||||
Index: namespace-clean-0.20/t/02-inheritance.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/02-inheritance.t
|
||||
+++ namespace-clean-0.20/t/02-inheritance.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 10;
|
||||
Index: namespace-clean-0.20/t/03-unimport.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/03-unimport.t
|
||||
+++ namespace-clean-0.20/t/03-unimport.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 6;
|
||||
Index: namespace-clean-0.20/t/04-except.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/04-except.t
|
||||
+++ namespace-clean-0.20/t/04-except.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 6;
|
||||
Index: namespace-clean-0.20/t/05-explicit-cleanee.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/05-explicit-cleanee.t
|
||||
+++ namespace-clean-0.20/t/05-explicit-cleanee.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 19;
|
||||
Index: namespace-clean-0.20/t/06-other-types.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/06-other-types.t
|
||||
+++ namespace-clean-0.20/t/06-other-types.t
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use Test::More tests => 17;
|
||||
Index: namespace-clean-0.20/t/08-const-sub.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/08-const-sub.t
|
||||
+++ namespace-clean-0.20/t/08-const-sub.t
|
||||
@@ -1,6 +1,6 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More 0.88;
|
||||
|
||||
use constant CONST => 123;
|
||||
Index: namespace-clean-0.20/t/author-07-debugger.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/author-07-debugger.t
|
||||
+++ namespace-clean-0.20/t/author-07-debugger.t
|
||||
@@ -6,6 +6,7 @@ BEGIN {
|
||||
}
|
||||
}
|
||||
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
Index: namespace-clean-0.20/t/release-eol.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/release-eol.t
|
||||
+++ namespace-clean-0.20/t/release-eol.t
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
BEGIN {
|
||||
unless ($ENV{RELEASE_TESTING}) {
|
||||
+ use lib '__vendorperl__';
|
||||
require Test::More;
|
||||
Test::More::plan(skip_all => 'these tests are for release candidate testing');
|
||||
}
|
||||
@@ -8,6 +9,7 @@ BEGIN {
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
eval 'use Test::EOL';
|
||||
Index: namespace-clean-0.20/t/release-no-tabs.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/release-no-tabs.t
|
||||
+++ namespace-clean-0.20/t/release-no-tabs.t
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
BEGIN {
|
||||
unless ($ENV{RELEASE_TESTING}) {
|
||||
+ use lib '__vendorperl__';
|
||||
require Test::More;
|
||||
Test::More::plan(skip_all => 'these tests are for release candidate testing');
|
||||
}
|
||||
@@ -8,6 +9,7 @@ BEGIN {
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
eval 'use Test::NoTabs';
|
||||
Index: namespace-clean-0.20/t/release-pod-coverage.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/release-pod-coverage.t
|
||||
+++ namespace-clean-0.20/t/release-pod-coverage.t
|
||||
@@ -8,6 +8,7 @@ BEGIN {
|
||||
}
|
||||
|
||||
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
eval "use Test::Pod::Coverage 1.08";
|
||||
Index: namespace-clean-0.20/t/release-pod-syntax.t
|
||||
===================================================================
|
||||
--- namespace-clean-0.20.orig/t/release-pod-syntax.t
|
||||
+++ namespace-clean-0.20/t/release-pod-syntax.t
|
||||
@@ -7,6 +7,7 @@ BEGIN {
|
||||
}
|
||||
}
|
||||
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
eval "use Test::Pod 1.41";
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 01:01:37 CET 2012 - ro@suse.de
|
||||
|
||||
- remove perl-namespace-clean-use_lib.patch and use sed statement
|
||||
instead (less likely to break with every package update)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 01:27:28 CET 2012 - ro@suse.de
|
||||
|
||||
- update perl-namespace-clean-use_lib.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 07:00:52 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -25,8 +25,6 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/namespace-clean/
|
||||
Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
|
||||
# MANUAL
|
||||
Patch1: perl-namespace-clean-use_lib.patch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -58,8 +56,12 @@ Keep imports and functions out of your namespace
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%patch1 -p1
|
||||
sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
|
||||
for i in `find t -type f` ; do
|
||||
sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse Test::More@" $i
|
||||
done
|
||||
# fail due to missing Sub/Name.pm
|
||||
rm -f t/07-debugger.t
|
||||
rm -f t/10-pure-perl.t
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user