From 84432ad122043b0eb3a20320f84c288405b924e802b16db4a6ecf66c400090c1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 17 Nov 2011 12:42:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=10 --- perl-namespace-autoclean.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 57b2001..d62ca3c 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -25,20 +25,19 @@ License: GPL+ or Artistic Summary: Keep imports out of your namespace Url: http://search.cpan.org/dist/namespace-autoclean/ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/namespace-autoclean-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Class::MOP) >= 0.80 -BuildRequires: perl(List::Util) BuildRequires: perl(Moose::Role) BuildRequires: perl(namespace::clean) >= 0.20 BuildRequires: perl(Sub::Name) +#BuildRequires: perl(namespace::autoclean) Requires: perl(B::Hooks::EndOfScope) Requires: perl(Class::MOP) >= 0.80 -Requires: perl(List::Util) Requires: perl(namespace::clean) >= 0.20 %{perl_requires} @@ -86,11 +85,8 @@ clean: %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog