From 07c5cce60f40ad7d7165a2a6cb57d9d65f542a67 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Wed, 16 Sep 2009 15:40:01 +0000 Subject: [PATCH] - 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) --- .cvsignore | 2 +- perl-namespace-autoclean.spec | 33 ++++++++++++++++++++++++--------- sources | 2 +- 3 files changed, 26 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8f144a0..0c15232 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -namespace-autoclean-0.08.tar.gz +namespace-autoclean-0.09.tar.gz diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 0a8c0c0..36ea597 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -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 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 - 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 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - diff --git a/sources b/sources index 3c973dc..5b023e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0d086797cdb060d23c0697605c39002 namespace-autoclean-0.08.tar.gz +79241eb4929cdf6eecd6e5cc4c1ef2f8 namespace-autoclean-0.09.tar.gz