rpms/perl-POE-Component-SNMP/FC-5 perl-POE-Component-SNMP.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Sep 30 00:49:56 UTC 2006


Author: cweyl

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

Modified Files:
	perl-POE-Component-SNMP.spec sources 
Log Message:
update to 1.07



Index: perl-POE-Component-SNMP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SNMP/FC-5/perl-POE-Component-SNMP.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-POE-Component-SNMP.spec	13 Sep 2006 05:06:18 -0000	1.3
+++ perl-POE-Component-SNMP.spec	30 Sep 2006 00:49:56 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-SNMP
-Version:        1.06
+Version:        1.07
 Release:        1%{?dist}
 Summary:        POE interface to Net::SNMP 
 
@@ -12,6 +12,10 @@
 BuildArch:      noarch 
 BuildRequires:  perl
 BuildRequires:  perl(POE), perl(Net::SNMP), perl(Time::HiRes)
+
+# not picked up due to 'use base'
+Requires:  perl(Net::SNMP)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -37,10 +41,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}/*
 
 
 %check
@@ -59,6 +65,12 @@
 
 
 %changelog
+* Fri Sep 29 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.07-1
+- update to 1.07
+- minor spec tweaks
+- add an explicit requires on perl(Net::SNMP), as it was being skipped due to
+  a 'use base' construct
+
 * Tue Sep 12 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-1
 - update to 1.06
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SNMP/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Sep 2006 05:06:18 -0000	1.3
+++ sources	30 Sep 2006 00:49:56 -0000	1.4
@@ -1 +1 @@
-e30e83ab6b3edd7db274832fe91d4ba2  POE-Component-SNMP-1.06.tar.gz
+2c6743f492d58494a02fcbca5357e254  POE-Component-SNMP-1.07.tar.gz




More information about the fedora-extras-commits mailing list