rpms/perl-POE-Filter-IRCD/FC-5 perl-POE-Filter-IRCD.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Sep 5 05:47:49 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21932/FC-5

Modified Files:
	perl-POE-Filter-IRCD.spec sources 
Log Message:
Update to 1.9



Index: perl-POE-Filter-IRCD.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/perl-POE-Filter-IRCD.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-POE-Filter-IRCD.spec	27 Jul 2006 23:39:27 -0000	1.3
+++ perl-POE-Filter-IRCD.spec	5 Sep 2006 05:47:49 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-POE-Filter-IRCD
-Version:        1.8
+Version:        1.9
 Release:        1%{?dist}
 Summary:        A POE-based parser for the IRC protocol
 
@@ -12,8 +12,12 @@
 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 @@
 
 
 %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,13 @@
 
 
 %changelog
+* Mon Sep 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 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 <cweyl at alumni.drew.edu> 1.8-2
+- bump for mass rebuild
+
 * Thu Jul 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.8-1
 - update to 1.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Jul 2006 23:39:27 -0000	1.3
+++ sources	5 Sep 2006 05:47:49 -0000	1.4
@@ -1 +1 @@
-b6343b3d9e0e917550a57035d1474f92  POE-Filter-IRCD-1.8.tar.gz
+212568be434a70b451aa0e75dc5fdbbc  POE-Filter-IRCD-1.9.tar.gz




More information about the fedora-extras-commits mailing list