From 62a37c9c9a4f5e4287b57f34eefd53a887560974 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sep 02 2006 02:48:00 +0000 Subject: update to 5.00 --- diff --git a/.cvsignore b/.cvsignore index fef0f43..9a99a12 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -POE-Component-IRC-4.99.tar.gz +POE-Component-IRC-5.00.tar.gz diff --git a/TODO b/TODO new file mode 100644 index 0000000..c8eb1e6 --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +Fix this: + +t/testsuite_17_ziplink.........skipped + all skipped: POE::Filter::Zlib::Stream not installed + All tests successful, 1 test skipped. + +POE::Filter::Zlib::Stream needs to be packaged, however. diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index b084641..367649f 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.99 +Version: 5.00 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -24,6 +24,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(POE), perl(POE::Component::Client::DNS) BuildRequires: perl(POE::Filter::IRCD) +BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,10 +50,12 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* # remove errant execute bit from the .pm's find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';' @@ -75,6 +78,11 @@ rm -rf %{buildroot} %changelog +* Fri Sep 01 2006 Chris Weyl 5.00-1 +- update to 5.00 +- add br on Test::Pod, Test::Pod::Coverage, which are now used +- minor spec tweaks, mostly cosmetic + * Thu Aug 31 2006 Chris Weyl 4.99-1 - rebuild per mass rebuild - update to 4.99 diff --git a/sources b/sources index c31d8f0..f08a313 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1357097c39604794e7fbb7213579844e POE-Component-IRC-4.99.tar.gz +9a99b6ba5dc1b8f91af9470da892f0eb POE-Component-IRC-5.00.tar.gz