This commit is contained in:
parent
33d4fa0540
commit
84432ad122
@ -25,20 +25,19 @@ License: GPL+ or Artistic
|
|||||||
Summary: Keep imports out of your namespace
|
Summary: Keep imports out of your namespace
|
||||||
Url: http://search.cpan.org/dist/namespace-autoclean/
|
Url: http://search.cpan.org/dist/namespace-autoclean/
|
||||||
Group: Development/Libraries/Perl
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(B::Hooks::EndOfScope)
|
BuildRequires: perl(B::Hooks::EndOfScope)
|
||||||
BuildRequires: perl(Class::MOP) >= 0.80
|
BuildRequires: perl(Class::MOP) >= 0.80
|
||||||
BuildRequires: perl(List::Util)
|
|
||||||
BuildRequires: perl(Moose::Role)
|
BuildRequires: perl(Moose::Role)
|
||||||
BuildRequires: perl(namespace::clean) >= 0.20
|
BuildRequires: perl(namespace::clean) >= 0.20
|
||||||
BuildRequires: perl(Sub::Name)
|
BuildRequires: perl(Sub::Name)
|
||||||
|
#BuildRequires: perl(namespace::autoclean)
|
||||||
Requires: perl(B::Hooks::EndOfScope)
|
Requires: perl(B::Hooks::EndOfScope)
|
||||||
Requires: perl(Class::MOP) >= 0.80
|
Requires: perl(Class::MOP) >= 0.80
|
||||||
Requires: perl(List::Util)
|
|
||||||
Requires: perl(namespace::clean) >= 0.20
|
Requires: perl(namespace::clean) >= 0.20
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -86,11 +85,8 @@ clean:
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user