This commit is contained in:
Tom "spot" Callaway 2011-10-02 13:34:53 +02:00
parent fea50d442c
commit afb112cdd1
3 changed files with 9 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
SNMP_Session-1.12.tar.gz
/SNMP_Session-1.13.tar.gz

View File

@ -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@fedoraproject.org> - 1.13-1
- update to 1.13
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.12-8
- Perl mass rebuild

View File

@ -1 +1 @@
5f6b365b4c3815b13d7a902d94e254af SNMP_Session-1.12.tar.gz
055e1065babf55f1f8606329c6bdb947 SNMP_Session-1.13.tar.gz