From 6606e6671d89f82b16cb1ab76de5b46132ae913d Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 27 Jul 2010 07:37:52 +0000 Subject: [PATCH] Update from rawhide prior to initial build --- .cvsignore | 2 +- perl-namespace-clean.spec | 52 ++++++++++++++++++++++----------------- sources | 2 +- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/.cvsignore b/.cvsignore index f796ede..0027a2f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -namespace-clean-0.11.tar.gz +namespace-clean-0.14.tar.gz diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index 3518bb5..29843ba 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -1,31 +1,32 @@ +Name: perl-namespace-clean +Summary: Keep your namespace tidy +Version: 0.14 +Release: 1%{?dist} +License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz +URL: http://search.cpan.org/dist/namespace-clean +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch -Name: perl-namespace-clean -Version: 0.13 -Release: 1%{?dist} -License: GPL+ or Artistic -Group: Development/Libraries -Summary: Keep your namespace tidy -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz -Url: http://search.cpan.org/dist/namespace-clean -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch - -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(FindBin) -BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07 -BuildRequires: perl(Symbol) -BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Sub::Identify) >= 0.04 -BuildRequires: perl(Sub::Name) >= 0.04 -BuildRequires: perl(CPAN) +BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07 +BuildRequires: perl(CPAN) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(FindBin) +BuildRequires: perl(Sub::Identify) >= 0.04 +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(Symbol) +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(B::Hooks::EndOfScope) >= 0.07 Requires: perl(Sub::Identify) >= 0.04 Requires: perl(Sub::Name) >= 0.04 Requires: perl(Symbol) + %{?perl_default_filter} +%{?perl_default_subpackage_tests} %description When you define a function, or import one, into a Perl package, it will @@ -49,7 +50,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -63,11 +64,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Tue May 04 2010 Marcela Maslanova - 0.14-1 +- Mass rebuild with perl-5.12.0 & update + +* Tue Feb 23 2010 Chris Weyl 0.13-2 +- update by Fedora::App::MaintainerTools 0.003 +- PERL_INSTALL_ROOT => DESTDIR + * Fri Feb 05 2010 Chris Weyl 0.13-1 - update filtering perl_default_filter - auto-update to 0.13 (by cpan-spec-update 0.01) diff --git a/sources b/sources index 69775bd..a028367 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6703af0d6fa1a82b912c8c5ff4e75530 namespace-clean-0.13.tar.gz +27e0858674340830be8bc568b9ca3a1b namespace-clean-0.14.tar.gz