- add %perl_default_filter'ing

- auto-update to 0.09 (by cpan-spec-update 0.01)
- added a new req on perl(B::Hooks::EndOfScope) (version 0.07)
- added a new req on perl(Class::MOP) (version 0.80)
- added a new req on perl(List::Util) (version 0)
- added a new req on perl(namespace::clean) (version 0.11)
This commit is contained in:
Chris Weyl 2009-09-16 15:40:01 +00:00
parent 6424036919
commit 07c5cce60f
3 changed files with 26 additions and 11 deletions

View File

@ -1 +1 @@
namespace-autoclean-0.08.tar.gz
namespace-autoclean-0.09.tar.gz

View File

@ -1,12 +1,12 @@
Name: perl-namespace-autoclean
Version: 0.08
Release: 2%{?dist}
Name: perl-namespace-autoclean
Version: 0.09
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Keep imports out of your namespace
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz
Summary: Keep imports out of your namespace
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz
Url: http://search.cpan.org/dist/namespace-autoclean
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
@ -17,6 +17,14 @@ BuildRequires: perl(List::Util)
BuildRequires: perl(namespace::clean) >= 0.11
BuildRequires: perl(Test::More)
### auto-added reqs!
Requires: perl(B::Hooks::EndOfScope) >= 0.07
Requires: perl(Class::MOP) >= 0.80
Requires: perl(List::Util)
Requires: perl(namespace::clean) >= 0.11
%{?perl_default_filter}
%description
When you import a function into a Perl package, it will naturally also
be available as a method. The 'namespace::autoclean' pragma will remove
@ -49,15 +57,23 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%clean
rm -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Wed Sep 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.09-1
- add %perl_default_filter'ing
- auto-update to 0.09 (by cpan-spec-update 0.01)
- added a new req on perl(B::Hooks::EndOfScope) (version 0.07)
- added a new req on perl(Class::MOP) (version 0.80)
- added a new req on perl(List::Util) (version 0)
- added a new req on perl(namespace::clean) (version 0.11)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
@ -67,4 +83,3 @@ rm -rf %{buildroot}
* Wed Jul 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.08-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)

View File

@ -1 +1 @@
b0d086797cdb060d23c0697605c39002 namespace-autoclean-0.08.tar.gz
79241eb4929cdf6eecd6e5cc4c1ef2f8 namespace-autoclean-0.09.tar.gz