[perl-SNMP_Session] 1.13

Tom Callaway spot at fedoraproject.org
Sun Oct 2 11:35:09 UTC 2011


commit afb112cdd143c1162eca7eaa2b2222ef698ecc02
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 13:34:53 2011 +0200

    1.13

 .gitignore             |    1 +
 perl-SNMP_Session.spec |   19 +++++++------------
 sources                |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1afe2aa..0ffbd5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SNMP_Session-1.12.tar.gz
+/SNMP_Session-1.13.tar.gz
diff --git a/perl-SNMP_Session.spec b/perl-SNMP_Session.spec
index 75b5ee3..6524b51 100644
--- a/perl-SNMP_Session.spec
+++ b/perl-SNMP_Session.spec
@@ -1,14 +1,12 @@
 Name:           perl-SNMP_Session
-Version:        1.12
-Release:        8%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        SNMP support for Perl 5
 
 Group:          Development/Libraries
 License:        Artistic 2.0
-URL:            http://www.switch.ch/misc/leinen/snmp/perl/
-Source0:        http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+URL:            http://code.google.com/p/snmp-session/
+Source0:        http://snmp-session.googlecode.com/files/SNMP_Session-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -32,7 +30,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -43,17 +40,15 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Artistic README README.SNMP_util index.html test/
 %{perl_vendorlib}/*
 
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 1.13-1
+- update to 1.13
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.12-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 8c44cef..8359792 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f6b365b4c3815b13d7a902d94e254af  SNMP_Session-1.12.tar.gz
+055e1065babf55f1f8606329c6bdb947  SNMP_Session-1.13.tar.gz



More information about the perl-devel mailing list