From 8e8a5b8d44b2cb54983bc9794075e19b0193f62a Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 3 Jul 2008 06:07:16 +0000 Subject: [PATCH] - update to 0.06 - add examples/ --- .cvsignore | 2 +- perl-Module-Find.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index c80d754..d478cc8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Find-0.05.tar.gz +Module-Find-0.06.tar.gz diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec index 1bd8b52..af92354 100644 --- a/perl-Module-Find.spec +++ b/perl-Module-Find.spec @@ -1,6 +1,6 @@ Name: perl-Module-Find -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -34,7 +35,7 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -47,12 +48,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/Module/ %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 02 2008 Chris Weyl 0.06-1 +- update to 0.06 +- add examples/ + * Fri Feb 8 2008 Tom "spot" Callaway - 0.05-2 - rebuild for new perl diff --git a/sources b/sources index abc53ad..58763b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b756c84e476fc8179fcf2699a4d1a86 Module-Find-0.05.tar.gz +64254ded9d9aea2845a2c7cf25a2949b Module-Find-0.06.tar.gz