From dc3f3903db826854d348108fc89cffd473d15d82 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sep 05 2006 05:47:50 +0000 Subject: Update to 1.9 --- diff --git a/.cvsignore b/.cvsignore index 7ce5dfd..185545d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -POE-Filter-IRCD-1.8.tar.gz +POE-Filter-IRCD-1.9.tar.gz diff --git a/perl-POE-Filter-IRCD.spec b/perl-POE-Filter-IRCD.spec index 2cb0429..59b2290 100644 --- a/perl-POE-Filter-IRCD.spec +++ b/perl-POE-Filter-IRCD.spec @@ -1,6 +1,6 @@ Name: perl-POE-Filter-IRCD -Version: 1.8 -Release: 2%{?dist} +Version: 1.9 +Release: 1%{?dist} Summary: A POE-based parser for the IRC protocol Group: Development/Libraries @@ -12,8 +12,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source100: README.licensing BuildArch: noarch + BuildRequires: perl BuildRequires: perl(POE) +BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) + +Requires: perl(POE::Filter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -26,17 +30,18 @@ protocol lines. %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor 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 f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* cp %{SOURCE100} . @@ -56,6 +61,10 @@ rm -rf %{buildroot} %changelog +* Mon Sep 04 2006 Chris Weyl 1.9-1 +- update to 1.9 +- Add additional BR's 1.9 requires: Test::Pod::Coverage, Test::Pod + * Thu Aug 31 2006 Chris Weyl 1.8-2 - bump for mass rebuild diff --git a/sources b/sources index 883424c..93b70d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6343b3d9e0e917550a57035d1474f92 POE-Filter-IRCD-1.8.tar.gz +212568be434a70b451aa0e75dc5fdbbc POE-Filter-IRCD-1.9.tar.gz