rpms/perl-POE-Filter-IRCD/devel .cvsignore, 1.3, 1.4 perl-POE-Filter-IRCD.spec, 1.4, 1.5 sources, 1.3, 1.4

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


Author: cweyl

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

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



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


Index: perl-POE-Filter-IRCD.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/perl-POE-Filter-IRCD.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE-Filter-IRCD.spec	1 Sep 2006 04:21:37 -0000	1.4
+++ perl-POE-Filter-IRCD.spec	5 Sep 2006 05:47:50 -0000	1.5
@@ -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 @@
 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,10 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-IRCD/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Jul 2006 23:39:33 -0000	1.3
+++ sources	5 Sep 2006 05:47:50 -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 scm-commits mailing list