Stephan Kulow 2013-11-25 09:16:14 +00:00 committed by Git OBS Bridge
parent 84432ad122
commit 44d6984fac
4 changed files with 32 additions and 19 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 25 07:35:58 UTC 2013 - coolo@suse.com
- updated to 0.14
* bump dependency on B::Hooks::EndOfScope, to get the separation of
pure-perl and XS components (RT#89245)
* repository migrated to the github moose organization
-------------------------------------------------------------------
Thu Nov 17 12:37:38 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-namespace-autoclean
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,27 +16,33 @@
#
Name: perl-namespace-autoclean
Version: 0.13
Release: 1
License: GPL+ or Artistic
Version: 0.14
Release: 0
%define cpan_name namespace-autoclean
Summary: Keep imports out of your namespace
Url: http://search.cpan.org/dist/namespace-autoclean/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/namespace-autoclean/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(Class::MOP) >= 0.80
BuildRequires: perl(Module::Build::Tiny) >= 0.028
BuildRequires: perl(Moose::Role)
BuildRequires: perl(namespace::clean) >= 0.20
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::CheckDeps) >= 0.007
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(namespace::clean) >= 0.20
#BuildRequires: perl(namespace::autoclean)
Requires: perl(B::Hooks::EndOfScope)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::Spelling) >= 0.12
Requires: perl(B::Hooks::EndOfScope) >= 0.12
Requires: perl(Class::MOP) >= 0.80
Requires: perl(namespace::clean) >= 0.20
%{perl_requires}
@ -74,19 +80,18 @@ clean:
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%{__perl} Build.PL --installdirs=vendor
./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
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes LICENSE README weaver.ini
%changelog