[perl-POE-Component-SNMP] update to 1.1006

Iain Arnell iarnell at fedoraproject.org
Thu Dec 9 16:56:20 UTC 2010


commit f33c61364c51efc5de6e261f33aa52a2ea2d6a93
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Dec 9 17:55:48 2010 +0100

    update to 1.1006
    
    - fixes FTBFS RHBZ#660832
    - clean up spec for modern rpmbuild

 .gitignore                   |    1 +
 perl-POE-Component-SNMP.spec |   17 +++++++----------
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 684416a..b52ed36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-Component-SNMP-1.1001.tar.gz
+/POE-Component-SNMP-1.1006.tar.gz
diff --git a/perl-POE-Component-SNMP.spec b/perl-POE-Component-SNMP.spec
index 7e61b03..64bf72b 100644
--- a/perl-POE-Component-SNMP.spec
+++ b/perl-POE-Component-SNMP.spec
@@ -1,14 +1,12 @@
 Name:           perl-POE-Component-SNMP
-Version:        1.1001
-Release:        4%{?dist}
+Version:        1.1006
+Release:        1%{?dist}
 Summary:        POE interface to Net::SNMP 
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/POE-Component-SNMP
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RD/RDB/POE-Component-SNMP-%{version}.tar.gz        
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch 
 BuildRequires:  perl(POE), perl(Net::SNMP), perl(Time::HiRes)
 BuildRequires:  perl(Test::More)
@@ -40,8 +38,6 @@ 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 d -depth -exec rmdir {} 2>/dev/null ';'
@@ -53,10 +49,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes NOTES README eg/*
@@ -65,6 +57,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Dec 09 2010 Iain Arnell <iarnell at gmail.com> 1.1006-1
+- update to latest upstream
+- fixes FTBFS RHBZ#660832
+- clean up spec for modern rpmbuild
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.1001-4
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index b96b12d..57fb19e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0942db6e12eef38ccc64efcfcc25470  POE-Component-SNMP-1.1001.tar.gz
+9a2ef36ca0c40e030f0af35174a67172  POE-Component-SNMP-1.1006.tar.gz



More information about the perl-devel mailing list