rpms/perl-POE-Component-SNMP/devel perl-POE-Component-SNMP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Jul 28 04:04:05 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-SNMP.spec 
Log Message:
auto-import perl-POE-Component-SNMP-1.05-1.fc5 on branch devel from perl-POE-Component-SNMP-1.05-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-SNMP.spec ---
Name:           perl-POE-Component-SNMP
Version:        1.05        
Release:        1%{?dist}
Summary:        POE interface to Net::SNMP 

Group:          Development/Libraries
License:        Artistic or GPL        
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
BuildRequires:  perl(POE), perl(Net::SNMP), perl(Time::HiRes)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POE::Component::SNMP is a POE-ized wrapper around the the Net::SNMP module.
Most of its arguments aren't even evaluated by POE, except for -alias and 
-callback_args, as described in the manpage.

If you want to make non-blocking calls with Net::SNMP in a POE application,
this is the module to do it with.


%prep
%setup -q -n POE-Component-SNMP-%{version}

# let's not have rpmlint complain...
chmod -x eg/*


%build
echo | %{__perl} Makefile.PL INSTALLDIRS=vendor 
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 ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes NOTES README TODO eg/*
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Wed Jul 26 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.05-1
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SNMP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2006 04:03:49 -0000	1.1
+++ .cvsignore	28 Jul 2006 04:04:05 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-SNMP-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SNMP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2006 04:03:49 -0000	1.1
+++ sources	28 Jul 2006 04:04:05 -0000	1.2
@@ -0,0 +1 @@
+d13446b20b21e24c15fd6be406006bec  POE-Component-SNMP-1.05.tar.gz




More information about the fedora-extras-commits mailing list