Stephan Kulow 2011-11-17 12:42:48 +00:00 committed by Git OBS Bridge
parent 33d4fa0540
commit 84432ad122

View File

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