rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.6, 1.7 sources, 1.5, 1.6

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Sep 2 02:47:59 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1736/FC-5

Modified Files:
	perl-POE-Component-IRC.spec sources 
Log Message:
update to 5.00



Index: perl-POE-Component-IRC.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-POE-Component-IRC.spec	31 Aug 2006 22:44:26 -0000	1.6
+++ perl-POE-Component-IRC.spec	2 Sep 2006 02:47:59 -0000	1.7
@@ -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 @@
 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 @@
 
 %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 @@
 
 
 %changelog
+* Fri Sep 01 2006 Chris Weyl <cweyl at alumni.drew.edu> 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 <cweyl at alumni.drew.edu> 4.99-1
 - rebuild per mass rebuild
 - update to 4.99


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	31 Aug 2006 22:44:26 -0000	1.5
+++ sources	2 Sep 2006 02:47:59 -0000	1.6
@@ -1 +1 @@
-1357097c39604794e7fbb7213579844e  POE-Component-IRC-4.99.tar.gz
+9a99b6ba5dc1b8f91af9470da892f0eb  POE-Component-IRC-5.00.tar.gz




More information about the scm-commits mailing list