perl-namespace-autoclean/perl-namespace-autoclean.spec

60 lines
1.7 KiB
RPMSpec

Name: perl-namespace-autoclean
Version: 0.09
Release: 1%{?dist}
Summary: Keep imports out of your namespace
License: GPL+ or Artistic
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/namespace-autoclean/
Source0: http://www.cpan.org/modules/by-module/namespace/namespace-autoclean-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
BuildRequires: perl(Class::MOP) >= 0.80
BuildRequires: perl(List::Util)
BuildRequires: perl(namespace::clean) >= 0.11
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(Package::DeprecationManager)
%{perl_requires}
Requires: perl(B::Hooks::EndOfScope) >= 0.07
Requires: perl(Class::MOP) >= 0.80
Requires: perl(List::Util)
Requires: perl(namespace::clean) >= 0.11
%description
When you import a function into a Perl package, it will naturally also be
available as a method.
%prep
%setup -q -n namespace-autoclean-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Jan 12 2010 Stefan Seifert <nine@detonation.org> 0.09-1
- Specfile autogenerated by cpanspec 1.78.